[Bug] Recipe de-duplicator ignores pattern for same result item
LatvianModder opened this issue ยท 0 comments
What happened?
Minecraft 1.19.2, REI 9.1.632
Demonstration: https://i.latvian.dev/pc/2023-07-31_12.19.46.mp4
What mod loaders are you seeing the problem on?
Forge
What do you think this bug is of?
- Visual
- Recipe Lookup
- Cheat Mode
- Plugin Integration / JEI Plugin Compatibility
- Others
Relevant log output
Doesnt matter
Anything else?
Test KJS script:
event.shaped(Item.of('minecraft:apple', 3), [
'HH',
], {
H: 'minecraft:hay_block',
})
event.shaped(Item.of('minecraft:apple', 3), [
'H',
'H'
], {
H: 'minecraft:hay_block',
})
By submitting this issue, I have included the necessary logs by pasting the contents into the correct location or attaching the file as an upload.
- Yes, and I did not use any paste services other than GitHub Gists.
By submitting this issue, I have confirmed my REI and REI's dependencies are up to date.
- Yes