Fixes #381 rubber ore dic issue

This commit is contained in:
modmuss50 2016-05-16 16:04:31 +01:00
parent 4c5cf82db4
commit 89d9dc99e2
2 changed files with 13 additions and 1 deletions

View file

@ -348,7 +348,7 @@ public class ModRecipes
new ExtractorRecipe(ItemParts.getPartByName("rubberSap"), ItemParts.getPartByName("rubber", 3), 400,
20));
RecipeHandler.addRecipe(
new ExtractorRecipe(new ItemStack(ModBlocks.rubberLog), ItemParts.getPartByName("rubber"), 400, 20));
new ExtractorRecipe(new ItemStack(ModBlocks.rubberLog), ItemParts.getPartByName("rubber"), 400, 20, false));
}
static void addIc2ReplacementReicpes()