This commit is contained in:
Pyritie 2025-09-14 11:41:00 +01:00
parent 8aa758ec2c
commit 8f5b0d02a6

View file

@ -87,6 +87,11 @@ const registerGTCEUHeats = (event) => {
makeItemHeatByToolType(GTToolType.BUTCHERY_KNIFE, material, tfcProperty, 2.875)
makeItemHeatByToolType(GTToolType.MINING_HAMMER, material, tfcProperty, 1.429)
makeItemHeatByToolType(GTToolType.SPADE, material, tfcProperty, 2.875)
makeItemHeatByToolType(GTToolType.WRENCH, material, tfcProperty, 2.875)
makeItemHeatByToolType(GTToolType.SCREWDRIVER, material, tfcProperty, 1.429)
makeItemHeatByToolType(GTToolType.MORTAR, material, tfcProperty, 1.429)
makeItemHeatByToolType(GTToolType.WIRE_CUTTER, material, tfcProperty, 1.429)
makeItemHeatByToolType(GTToolType.CROWBAR, material, tfcProperty, 1.429)
}
})