
[BUG] Opening emi recipe query of item interact on create depot causes crash
QLNPLUS opened this issue ยท 0 comments
Mod loader
Please select
Minecraft version
1.20.1
Mod version
Lychee-1.20.1-Forge-5.1.17-all.jar
Modloader version
forge 47.3.12
Modpack info
No response
[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
No response
Issue description
the game crash when i try to find the recipe in emi which add by lychee, the example on website
{
"type": "lychee:block_interacting",
"item_in": {
"item": "create:wrench"
},
"block_in": "create:depot",
"post": [
{
"type": "drop_item",
"item": "minecraft:cobblestone"
},
{
"type": "prevent_default"
},
{
"type": "custom",
"id": "consume_item_on_depot"
}
],
"contextual": {
"type": "custom",
"id": "has_item_on_depot",
"ingredient": {
"item": "minecraft:stone"
}
}
}
and this behavior cause crash
crash-2025-03-09_22.55.38-client.txt
crash-2025-03-09_23.03.02-client.txt
crash-2025-03-09_23.00.26-client.txt