OreCruncher / ThermalRecycling

Thermal Expansion add-on for recycling
MIT License
10 stars 7 forks source link

[DUPE] Impulse Itemducts #15

Closed WeCodingNow closed 9 years ago

WeCodingNow commented 9 years ago

Impulse Itemducts(both normal and opaque versions) from Thermal Dynamics are getting recycled incorrectly - recycling 6 Impulse Itemducts returns 6 opaque Impulse Itemducts and Hardened Glass, while recycling 6 opaque Impulse Itemducts returns 6 Impulse Itemducts and a lead ingot. This leads to a loop, in which you can dupe hardened glass and lead ingots. 2015-05-19_20 26 20

Using ThermalRecycling-1.7.10-0.3.5.1ALPHA

OreCruncher commented 9 years ago

Good find. Only way I can think of to reasonably handle is to block the decomp recipes for these pipes. If you were to then stick them in the recycler it would scrap them. Of course, chances are you would want to run it through a liquid transposer to remove the energized glowstone, which then would turn them into regular itemducts which can be recycled fine.

OreCruncher commented 9 years ago

Fixed for v0.3.5.2ALPHA: https://github.com/OreCruncher/ThermalRecycling/releases/tag/v0.3.5.2ALPHA

OreCruncher commented 9 years ago

v0.3.5.4 has been released and includes these changes. Closing.