-
Notifications
You must be signed in to change notification settings - Fork 81
Description
Called it Duplication+ because the duplication is just a sideeffect.
If you have a recipe which requires multiples of the same item, you can create multiple input nodes and limit both nodes to a single item, which results in only a single count of the item required to be present.
For example, say 2 planks for 4 sticks can be made with just 1 plank. Works like this: 2 input nodes for just a single plank. If you put just a single plank into the input inventory, each node will then detect 1 plank, increment the internal plank number to a total of 2 and the crafting node makes sticks from it.
Ofc this helps dupe many valuable ressources because of the block recipes for metals and gems etc.
Was discovered by accident on crashlanding because drawing multiple waterbottles for refilling camelpack from a jabba barrel didnt work because of their stacksize of 1, but is confirmed to still work in 1.7.10/StevesFactoryManagerA93