
[BUG]Advanced Shaped Crafting not work/高级有序合成无法正常合成
lyuxc-unknow opened this issue · 1 comments
Mod loader
NeoForge
Minecraft version
1.21.1
Mod version
Lychee-1.21.1-NeoForge-6.0.7
Modloader version
NeoForge:21.1.115
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
Issue description
I encountered this issue while trying to update LycheeTweaker.
As shown in the first screenshot, the recipe appears correctly in JEI, but when I try to use JEI to fill the crafting table, the issue occurs (see the second screenshot).
Even when I follow the recipe as displayed in JEI, it doesn't work.
尝试更新LycheeTweaker的时候发现的,JEI能够正常的找到合成,但是无法合成(第二张图是使用JEI填充后物品也没有像JEI显示的合成摆放到工作台),而且移动物品位置会吞物品。
更新后的LycheeTweaker
测试所使用的文件
由CraftTweaker导出后的配方Json
item和id重复是因为直接用的 DataConvertUtils 生成的{
"type": "lychee:crafting",
"comment": "testing",
"pattern": [
"aa",
"bb",
"aa"
],
"key": {
"a": {
"count": 1,
"item": "minecraft:stone",
"id": "minecraft:stone"
},
"b": {
"count": 1,
"item": "minecraft:dirt",
"id": "minecraft:dirt"
}
},
"assembling": {
"count": 1,
"item": "minecraft:redstone",
"id": "minecraft:redstone",
"type": "set_item",
"target": "/result"
},
"result": {
"item": "minecraft:coarse_dirt",
"count": 1,
"id": "minecraft:coarse_dirt"
}
}