Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Forestry Squeezer Recipes Cannot Actually Be Used #97

Closed
airbreather opened this issue Mar 23, 2015 · 2 comments
Closed

New Forestry Squeezer Recipes Cannot Actually Be Used #97

airbreather opened this issue Mar 23, 2015 · 2 comments

Comments

@airbreather
Copy link

Using this script in ModTweaker2 1.7.10 v0.7.5 / MineTweaker3 1.7.10 v3.0.9C / Forestry 1.7.10 3.4.0.7:

mods.forestry.Squeezer.addRecipe(100, [<minecraft:iron_ingot>], <liquid:water> * 1000, <minecraft:bucket>, 40);

The recipe gets added according to NEIIntegration 1.0.7, but the Squeezer doesn't accept an iron ingot as input, so it can't be used.

@airbreather
Copy link
Author

The issue is basically that we do this, which is the equivalent to this, but we don't also do anything equivalent to this, so this logic will never succeed when called from here.

Yulife added a commit that referenced this issue Mar 29, 2015
fix: #97 add items to list for Forestry Squeezer filtered input
@airbreather
Copy link
Author

Fixed in cf3ce11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant