Dust duplication
JaisDK opened this issue ยท 6 comments
Versions
- Silent's Mechanisms: 1.15.2-0.7.2+52
- Silent Lib: 1.15.2-4.6.3+55
- Forge: 31.2.19
- Modpack: N/A
Expected Behavior
- Having looked through the source code I expected a dupe bug to be present with the Crusher.
Actual Behavior
- Since chunks and dusts are added to the same tag it is possible to use the crusher together with any oredict converter like Mekanisms Oredictionificator. Just hook up the output from the crusher to the dict converter and convert the dust into chunks again. Run that back into the crusher and you have a 10% change to double your resource.
Links/Images
- (Link)
Steps to Reproduce the Problem
- Setup a look between the output of a crusher to the input of an oredict converter (set to turn dust into chunks)
- Route the oredict output back into the crusher
I don't see the reason for chunks being in the same tag as dust since they are not equivalent, why not use their own "chunks" tag?
Wouldn't a second set of recipes for blasting, smelting and alloy_furnace using the chunks tag take care of the same thing?
I was hoping for full compatibility with other mods, but I guess that is asking for too much. It would be possible to modify the existing recipes to accept two different tags.
Haha, yea that's asking a bit too much :) These kinds of dupes have been around since the tekkit days.
Fixed in version 0.7.3 by commit 2bd5b25.