shedaniel / RoughlyEnoughItems

Clean and Configurable. Your recipe viewer mod for 1.13+.
Other
327 stars 66 forks source link

[Bug] Recipe de-duplicator ignores pattern for same result item #1465

Closed LatvianModder closed 1 year ago

LatvianModder commented 1 year ago

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?

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.

By submitting this issue, I have confirmed my REI and REI's dependencies are up to date.