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

Missing Documentation: Immersive Engineering Crusher Recipe Secondary Output #167

Closed
Invadermonky opened this issue May 31, 2024 · 0 comments · Fixed by #169
Closed

Missing Documentation: Immersive Engineering Crusher Recipe Secondary Output #167

Invadermonky opened this issue May 31, 2024 · 0 comments · Fixed by #169
Labels
bug Something isn't working

Comments

@Invadermonky
Copy link

Invadermonky commented May 31, 2024

GS Version:

1.0.1

Description:

GroovyScript Immersive Engineering Crusher recipe page is missing info on how to add secondary outputs. The secondary output has to be added after the recipe is registered using the builder (see here).

mods.immersiveengineering.crusher.recipeBuilder()
    .input(item('minecraft:diamond'))
    .output(item('minecraft:clay'))
    .energy(100)
    .register()
    .addToSecondaryOutput(item('minecraft:sand'), 0.20f)
@brachy84 brachy84 added the bug Something isn't working label May 31, 2024
WaitingIdly added a commit to WaitingIdly/GroovyScript that referenced this issue Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants