Skip to content

Commit

Permalink
removed the hack and left only the vanilla leaf fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GraxRabble authored and Sunstrike committed Sep 12, 2013
1 parent bbeed32 commit 8c2a1c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tconstruct/blocks/logic/PartBuilderLogic.java
Expand Up @@ -61,8 +61,6 @@ public void tryBuildPart (int slotID)
if (!craftedTop && inventory[0] != null)
{
int value = PatternBuilder.instance.getPartValue(inventory[2]);
if (value == 0) /* hack to plug up future dups */
value = 2;
IPattern item = (IPattern) inventory[0].getItem();
int cost = item != null ? item.getPatternCost(inventory[0]) : 0;
if (value > 0 && cost > 0)
Expand Down

0 comments on commit 8c2a1c4

Please sign in to comment.