found in Enigmatica 6 0.2.14: Constructor doesnt subtract a placeable block from the rf system
lewggs opened this issue ยท 3 comments
Issue description: Duping instead of placing and breaking
What happens:the constructor doesnt take the block from the system when placing it, the destructor adds one to the system when breaking it
What you expected to happen:Constructor takes item, places it, destructor breaks item adds item back to system.
Steps to reproduce:
1.set up rf system
2.set up a constructor and destructor facing the same block, configuration isn't important, but they have to face the same block.
3.set a block you have X of to be placed by constructor and watch the numbers go up X+1.every time the destructor breaks it again.
...
Version (make sure you are on the latest version before reporting):
- Minecraft: 1.16.1
- Forge: Forge-1.16.1-32.0.108
- Refined Storage: 1.9.2
-Refined Storage Addons: 0.7
Does this issue occur on a server? Yes