Fix extractor recipe allowing any wood for sap extraction, close #381 again
This commit is contained in:
parent
0273a619f1
commit
59b7610227
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ public class ModRecipes {
|
||||||
ItemParts.getPartByName("rubber", 3), 400, 2));
|
ItemParts.getPartByName("rubber", 3), 400, 2));
|
||||||
RecipeHandler.addRecipe(
|
RecipeHandler.addRecipe(
|
||||||
new ExtractorRecipe(new ItemStack(ModBlocks.rubberLog),
|
new ExtractorRecipe(new ItemStack(ModBlocks.rubberLog),
|
||||||
ItemParts.getPartByName("rubber"), 400, 2, true));
|
ItemParts.getPartByName("rubber"), 400, 2, false));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void addIc2ReplacementReicpes() {
|
static void addIc2ReplacementReicpes() {
|
||||||
|
|
Loading…
Reference in a new issue