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

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

Closed
1 task done
FabricioTrude opened this issue Sep 17, 2023 · 4 comments
Closed
1 task done

Comments

@FabricioTrude
Copy link

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"}]})
})

@Snownee
Copy link
Owner

Snownee commented Sep 17, 2023

I need the latest.log

@TheAmazingJeh
Copy link

TheAmazingJeh commented Sep 23, 2023

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

Snownee added a commit that referenced this issue Sep 24, 2023
@Snownee
Copy link
Owner

Snownee commented Sep 24, 2023

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

@Snownee Snownee closed this as completed Sep 24, 2023
@TheAmazingJeh
Copy link

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

It is fixed for me, thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants