surprise! it wasn't removed
This commit is contained in:
parent
891654ac5f
commit
d5e02808f5
1 changed files with 0 additions and 1 deletions
|
|
@ -355,7 +355,6 @@ const registerGTCEuMaterialModification = (event) => {
|
||||||
GTMaterials.BlackSteel.setProperty(PropertyKey.TOOL, ToolProperty.Builder.of(6.5, 4.5, 1228, 3, metalTooling).build());
|
GTMaterials.BlackSteel.setProperty(PropertyKey.TOOL, ToolProperty.Builder.of(6.5, 4.5, 1228, 3, metalTooling).build());
|
||||||
// Cast iron tools don't make sense but gregtech shits itself if they're missing,
|
// Cast iron tools don't make sense but gregtech shits itself if they're missing,
|
||||||
// so I'm just giving them terrible terrible stats
|
// so I'm just giving them terrible terrible stats
|
||||||
GTMaterials.Iron.getProperties().removeProperty(PropertyKey.TOOL);
|
|
||||||
GTMaterials.Iron.setProperty(PropertyKey.TOOL, ToolProperty.Builder.of(2.5, 1.0, 20, 2, [GTToolType.PICKAXE]).build());
|
GTMaterials.Iron.setProperty(PropertyKey.TOOL, ToolProperty.Builder.of(2.5, 1.0, 20, 2, [GTToolType.PICKAXE]).build());
|
||||||
// Hide netherite too
|
// Hide netherite too
|
||||||
GTMaterials.Netherite.getProperty(PropertyKey.TOOL).removeTypes(metalTooling);
|
GTMaterials.Netherite.getProperty(PropertyKey.TOOL).removeTypes(metalTooling);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue