Skip to content

Commit

Permalink
Dynamic coloring support for toolrods too
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Sep 26, 2014
1 parent 1f0b88b commit 2f80edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tconstruct/tools/TinkerTools.java
Expand Up @@ -170,7 +170,7 @@ public void preInit (FMLPreInitializationEvent event)
GameRegistry.registerItem(TinkerTools.blankPattern, "blankPattern");

TinkerTools.materials = new MaterialItem().setUnlocalizedName("tconstruct.Materials");
TinkerTools.toolRod = new ToolPart("_rod", "ToolRod").setUnlocalizedName("tconstruct.ToolRod");
TinkerTools.toolRod = new DynamicToolPart("_rod", "ToolRod");
TinkerTools.toolShard = new ToolShard("_chunk").setUnlocalizedName("tconstruct.ToolShard");
TinkerTools.woodPattern = new Pattern("pattern_", "materials/").setUnlocalizedName("tconstruct.Pattern");
GameRegistry.registerItem(TinkerTools.materials, "materials");
Expand Down

0 comments on commit 2f80edd

Please sign in to comment.