Fixes #381 rubber ore dic issue
This commit is contained in:
parent
4c5cf82db4
commit
89d9dc99e2
2 changed files with 13 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue