GregTechCEu Modern

GregTechCEu Modern

6M Downloads

The notConsumable recipe generated by kubejs is invalid.

nutant233 opened this issue ยท 0 comments

commented

Checked for existing issues

  • I have checked for existing issues, and have found none.

Tested latest version

  • I have checked that this occurs on the latest version.

GregTech CEu Version

1.3.1-build_920

Minecraft Version

1.20.1

Recipe Viewer Installed

JEI

Environment

Singleplayer

Cross-Mod Interaction

Yes

Other Installed Mods

kms

Expected Behavior

It works normally.

Actual Behavior

It consumed items that should not have been consumed.

Steps to Reproduce

ServerEvents.recipes(event => {
event.recipes.gtceu.assembler("netherite_upgrade_smithing_template")
.circuit(2)
.notConsumable("minecraft:netherite_upgrade_smithing_template")
.itemInputs("7x gtceu:diamond_dust", "minecraft:netherrack")
.itemOutputs("minecraft:netherite_upgrade_smithing_template")
.EUt(480)
.duration(200)
})

Additional Information

No response