Lychee (Neo/Forge)

Lychee (Neo/Forge)

2M Downloads

REI issue, minecraft crashes when pressing "Show Recipe" in recipes from Lychee

FabricioTrude opened this issue ยท 4 comments

commented

Mod loader

Forge

Minecraft version

1.19.2

Mod version

3.14

Modloader version

Forge 43.2.23

Modpack info

https://legacy.curseforge.com/minecraft/modpacks/project-exkiblock

If bug:

  • Can you reproduce this issue with relevant mods only?

If bug: The latest.log file

https://bytebin.lucko.me/etokrHTaem

Issue description

I'm making my own modpack and I'm trying to use Lychee, the recipe that I made does appears in Jei and no crash nor anything happens, but with REI it does crashes when trying to read it. I'll paste it here if recreation is needed. ALSO, the modpack that I pasted is with Jei, not Rei, so uninstalling all Jei dependances and installing Rei is needed.

For reference, mods needed: Roughly Enough Items and REI Plugins Compatibilities

ServerEvents.recipes(event=> {
event.custom({
"type": "lychee:item_inside",
"item_in": [
{"item": "supplementaries:flint_block"},{"item": "minecraft:bone_meal"},{"item": "minecraft:bone_meal"},{"item": "minecraft:bone_meal"},{"item": "minecraft:bone_meal"},{"item": "minecraft:bone_meal"},{"item": "minecraft:bone_meal"}],
"block_in": "minecraft:water",
"post":[{"type": "drop_item", "item": "minecraft:bone_block"}]})
})

commented

I need the latest.log

commented

I'm not the original person but i've had the same issue, here is the log and crash report
latest.log
crash-2023-09-23_15.25.33-client.txt

commented

@TheAmazingJeh thanks for the help. hopefully it is fixed now

commented

@TheAmazingJeh thanks for the help. hopefully it is fixed now

It is fixed for me, thanks :)