removed cast iron tools
This commit is contained in:
parent
f9db4f8c68
commit
89ec25bb3d
1 changed files with 0 additions and 1 deletions
|
|
@ -217,7 +217,6 @@ const registerGTCEuMaterialModification = (event) => {
|
|||
GTMaterials.BismuthBronze.setProperty(PropertyKey.TOOL, ToolProperty.Builder.of(2.5, 2.0, 178, 2, metalTooling).build());
|
||||
GTMaterials.BlackBronze.setProperty(PropertyKey.TOOL, ToolProperty.Builder.of(3.3, 2.0, 204, 2, metalTooling).build());
|
||||
GTMaterials.BlackSteel.setProperty(PropertyKey.TOOL, ToolProperty.Builder.of(6.5, 4.5, 1228, 3, metalTooling).build());
|
||||
GTMaterials.Iron.setProperty(PropertyKey.TOOL, ToolProperty.Builder.of(6.5, 4.5, 1228, 3, metalTooling).build());
|
||||
|
||||
for (var material of GTCEuAPI.materialManager.getRegisteredMaterials()) {
|
||||
var toolProperty = material.getProperty(PropertyKey.TOOL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue