Skip to content

Commit

Permalink
Fixed #1069
Browse files Browse the repository at this point in the history
  • Loading branch information
fuj1n committed Oct 8, 2014
1 parent d39db6d commit 8c8599c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/tconstruct/world/items/StrangeFood.java
Expand Up @@ -13,6 +13,7 @@ public class StrangeFood extends SpecialFood
public StrangeFood()
{
super(new int[] { 2, 2, 4 }, new float[] { 1f, 1f, 0.6f }, new String[] { "edibleslime", "edibleblood", "bacon" }, new String[] { "food/edibleslime", "food/edibleblood", "food/bacon" });
this.setHasSubtypes(true);
}

@Override
Expand Down

0 comments on commit 8c8599c

Please sign in to comment.