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

Is the ex nihilo's sieve still bugged? #258

Closed
Gysburi opened this issue Oct 7, 2015 · 0 comments
Closed

Is the ex nihilo's sieve still bugged? #258

Gysburi opened this issue Oct 7, 2015 · 0 comments
Labels

Comments

@Gysburi
Copy link

Gysburi commented Oct 7, 2015

i'm using the latest version of mod tweaker (0.9.3) and the latest version of exnihilo (1.38.46)
if i use the format
mods.exnihilo.Sieve.addRecipe(input, output, chance); there aren't problems
but if i use
mods.exnihilo.Sieve.addRecipe(input, [array output], [array chance]);
it says
ERROR:\scripts\new.zs:93>a method avaible but none matches the parameters (minetweaker.item.IItemStack, any[],any[]);
and obviously it's impossible add multiple chance of drop for the same item or a multiple drop of the same item.
for example if i write:
mods.exnihilo.Sieve.addRecipe(minecraft:dirt, minecraft:wheat_seeds, 2);
or mods.exnihilo.Sieve.addRecipe(minecraft:dirt, minecraft:wheat_seeds*2, 2);
it says
WARNIG:[ModTweaker2]Overwritten 1 ExNihilo Hammer recipe outputs for minecraft:dirt
why "hammer recipe"?

@Voidi Voidi closed this as completed in 171ad8d Oct 8, 2015
@Voidi Voidi reopened this Oct 13, 2015
@Voidi Voidi closed this as completed Oct 13, 2015
@Voidi Voidi removed the bug label Oct 26, 2015
Repository owner locked and limited conversation to collaborators Oct 26, 2015
@Voidi Voidi removed the fixed label Oct 26, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants