Fix extractor recipe allowing any wood for sap extraction, close #381 again

This commit is contained in:
modmuss50 2016-12-12 09:22:19 +00:00
parent 0273a619f1
commit 59b7610227

View file

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