Lychee (Neo/Forge)

Lychee (Neo/Forge)

2M Downloads

Incompatible with Create 6

hrsthrt74 opened this issue · 1 comments

commented

Mod loader

Forge

Minecraft version

1.20.1

Mod version

5.1.18+forge

Modloader version

Forge 47.3.33

Modpack info

(my own unpublished modpack)

[IMPORTANT] If bug:

  • I have confirmed this bug is reproducible on a minimal setup, not a modpack with many other mods.

[IMPORTANT] If bug: The latest.log file, not the crash report

https://pastebin.com/E3bAdM5w

Issue description

Crash occurs when looking up pumpkin's recipe.
Its available recipes contains ones from Create Mod 6.0.2.

Guess that it's imcompatible with the new Flywheel mod (from Create 6.0.2).
However, I'm not a programmer nor a modder, I can't identify where the problem exactly is :(
So I'm writing for help.


Here's my Lychee recipe (only one) (from here), loaded with KubeJS :

{
    "type": "lychee:block_interacting",
    "item_in": {
        "item": "shears"
    },
    "block_in": "pumpkin",
    "post": {
        "type": "prevent_default"
    }
}

顺便问下可以用中文回复吗?能用中文的话最好,谢谢佬 :)

commented

Found that reverting to older version of Lychee (5.1.18 -> 5.1.15), it works, no more crashing🤔