Skip to content

Commit

Permalink
Fix Material IMC Jagged being inverted
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Nov 28, 2014
1 parent b861a11 commit 345704f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tconstruct/util/IMCHandler.java
Expand Up @@ -284,7 +284,7 @@ else if(tag.hasKey("Stonebound") && tag.hasKey("Jagged")) {
int color = tag.getInteger("Color");

if(tag.hasKey("Jagged"))
shoddy = tag.getFloat("Jagged");
shoddy = -tag.getFloat("Jagged");

if(tag.hasKey("localizationString"))
return new ToolMaterial(name, tag.getString("localizationString"), hlvl, durability, speed, attack, handle, reinforced, shoddy, style, color);
Expand Down

0 comments on commit 345704f

Please sign in to comment.