use strict

This commit is contained in:
Gustavo 2025-07-21 13:52:18 +10:00
parent 89d74ee72d
commit 3d89d59d4d
272 changed files with 388 additions and 21 deletions

View file

@ -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 ]

View file

@ -1,4 +1,5 @@
// priority: 0
"use strict";
const registerComputerCraftRecipes = (event) => {

View file

@ -1,4 +1,5 @@
// priority: 0
"use strict";
function registerComputerCraftRecyclingRecipes(event) {

View file

@ -1,4 +1,5 @@
// priority: 0
"use strict";
const registerComputerCraftItemTags = (event) => {