Structured Crafting

Structured Crafting

2M Downloads

Compound inventories exploit

secretmeister opened this issue ยท 1 comments

commented

Issue type:

  • ๐Ÿ› Bug

Short description:

If a crafter is crafting from a compound storage block, eg a double chest, it only checks if there is one of the required item before crafting.

This leads to easy duping. Using create, you can make a redstone duper with exactly 15 blocks

Steps to reproduce the problem:

  1. Place a double chest as the input of a crafter and power it (make sure those is the only blocks in the input area)
  2. Place 1 iron ingot in the double chest
  3. Watch as an iron pressure plate is crafted from 1 iron ingot

Expected behaviour:

It shouldn't craft the pressure plate until two iron ingots are in the double chest


Versions:

  • This mod: StructuredCrafting-1.18.2-0.2.4.jar
  • Minecraft: 1.18.2
  • Forge: 40.2.10
commented

Thanks for reporting!