Ex Nihilo: Sequentia

Ex Nihilo: Sequentia

9M Downloads

[BUG] [1.19] CraftTweaker Sieve Recipe Needs to be all upper case

jadempage opened this issue ยท 0 comments

commented

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Was fixed in 1.18 after this bug post:
#329
but wasn't ported to the 1.19 branch

The craft tweaker support page gives instructions to add new sieve drops like this:
import mods.exnihilosequentia.ZenSieveRecipe;

recipetype:exnihilosequentia:sieve
.create("example")
.setInput(item:minecraft:cobblestone)
.addDrop(item:minecraft:netherite_ingot)
.addRoll("diamond", 0.01)
.addRoll("string", 1.0)
.setWaterlogged();

But they only work if the seive type is in upper case e.g. .addRoll("DIAMOND", 0.01)

Expected Behavior

The sieve drop recipes to be the same as they are in the support page (lower case)

Steps to Reproduce

No response

Minecraft Version

1.19.X

Forge Version

43.2.0

Ex Nihilo: Sequentia Version

4.0.0.49-beta

Additional Context

No response

Log File

Error while running scripts: No enum constant novamachina.exnihilosequentia.common.item.mesh.MeshType.diamond