use strict
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
const registerComputerCraftData = (event) => {
|
||||
const TURTLE_TOOL_TYPES = [ GTToolType.SWORD, GTToolType.PICKAXE, GTToolType.AXE, GTToolType.SHOVEL, GTToolType.HOE ]
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
const registerComputerCraftRecipes = (event) => {
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
function registerComputerCraftRecyclingRecipes(event) {
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
const registerComputerCraftItemTags = (event) => {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user