Ketheroth / Uncrafter

Minecraft mod allowing items to be uncrafted.
https://www.curseforge.com/minecraft/mc-mods/uncrafter
MIT License
0 stars 1 forks source link

Dupe glitch #5

Open K4N0 opened 2 years ago

K4N0 commented 2 years ago

Uncrafting iron bars or any craftable item with multiple outputs gets you more resources by just crafting more of the same item. For example, crafting iron bars which takes 6 ingots for 16 bars gets you 16 ingots in the uncrafter and 48 iron ingots in the advanced uncrafter.

Unfortunately this happens with every item that produces more than 1 item like ladders, doors etc. Is there a way the mod can detect to not allow uncrafting if the output of the recipe is more than 1? or possibly convert the iron ingots to nuggets?

The issue with the blacklist is that I would have to manually go over every item in game to see if the output is more than 1 and then add it to the blacklist which would be a pain. If there was such a list somewhere, I would gladly accept the list, but my modpack also might be different.

Also with lightman's currency it allows the coins to be uncrafted into the pile of coins duplicating X9.

Mortycio commented 3 months ago

13