use strict
This commit is contained in:
parent
89d74ee72d
commit
3d89d59d4d
272 changed files with 388 additions and 21 deletions
|
|
@ -1,4 +1,5 @@
|
|||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
function registerTFCDataForMinecraft(event) {
|
||||
event.foodItem('minecraft:golden_apple', food => {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
"use strict";
|
||||
|
||||
PlayerEvents.tick(event => {
|
||||
|
||||
// make levitation last shorter, so shulkers aren't so deadly on the moon
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
function registerMinecraftDyeRecipes(event) {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
function removeMinecraftRecipes(event) {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue