From 33157e66c1c5a1864d988ea8e2feece555f1b2a8 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 7 Mar 2026 15:14:55 +0000 Subject: [PATCH] comment --- .../startup_scripts/tfg/materials/material_modification.tools.js | 1 + 1 file changed, 1 insertion(+) diff --git a/kubejs/startup_scripts/tfg/materials/material_modification.tools.js b/kubejs/startup_scripts/tfg/materials/material_modification.tools.js index 7485be13b..f6270e10d 100644 --- a/kubejs/startup_scripts/tfg/materials/material_modification.tools.js +++ b/kubejs/startup_scripts/tfg/materials/material_modification.tools.js @@ -223,6 +223,7 @@ function registerTFGToolMaterialModification(event) { // ULV + // Havest speed, attack damage, durability, harvest level, tool types GTMaterials.Copper.addFlags(GENERATE_SCREWDRIVER_HEAD, GENERATE_WRENCH_HEAD, GENERATE_WIRE_CUTTER_HEAD); GTMaterials.Copper.setProperty(PropertyKey.TOOL, ToolProperty.Builder.of(4.0, 3.5, 132, 2, ULVTools).build());