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

IE press doesn't properly set input item count if the input item is oredicted in #190

Closed
Wizzerinus opened this issue Jul 10, 2024 · 0 comments · Fixed by #191
Closed

IE press doesn't properly set input item count if the input item is oredicted in #190

Wizzerinus opened this issue Jul 10, 2024 · 0 comments · Fixed by #191

Comments

@Wizzerinus
Copy link
Contributor

So this script works properly:

mods.immersiveengineering.metal_press.recipeBuilder()
    .mold(item("immersiveengineering:mold", 1))
    .input(item("minecraft:diamond") * 4)
    .output(item("thermalfoundation:material", 26))
    .register()

image

And this script doesn't:

mods.immersiveengineering.metal_press.recipeBuilder()
    .mold(item("immersiveengineering:mold", 1))
    .input(ore("gemDiamond") * 4)
    .output(item("thermalfoundation:material", 26))
    .register()

image

WaitingIdly added a commit to WaitingIdly/GroovyScript that referenced this issue Jul 10, 2024
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

Successfully merging a pull request may close this issue.

1 participant