Lolcroc / CraftingAutomat

A vanilla-flavoured autocrafter.
6 stars 9 forks source link

[1.16.5 Bug] Some special recipe may cause item duplication using auto crafting #37

Open GoldenTotem opened 1 week ago

GoldenTotem commented 1 week ago

Minecraft 1.16.5 Forge 36.2.35 Mod 1.2.2

Some recipe can output items with nbt, which makes one recipe can output different items. For example, iron shulkerbox upgrade shulker box recipe is dynamic recipe that the output item will inherit the nbt. So if you put a non-empty shulker box at the 3*3 crafting slot and put a empty shulker box at the block inventory slot. The empty one will be consumed but still output a non-empty one, which duplicate items. I think that there should be a blacklist in config, to let players list all recipe names which should not be auto crafted. Or make auto crafting always use items in the block inventory instead of in the crafting slot.