FTBTeam / FTB-Interactions

14 stars 10 forks source link

Redstone Duplication oversight #1324

Closed anabsolutesloth closed 2 years ago

anabsolutesloth commented 3 years ago

Modpack Version:

2.0.10

Bug Report:

There is a recipe in the Fluid Transposer that converts 1B Redstone and 1 Cryotheum Dust into 10 Redstone Dust, as is known, a Fluid Extractor melts Redstone Dust into 144mB Redstone, so this recipe allows for a 44% gain of Destabilized Redstone. image

Expected Behavior/Suggestions:

Remove said recipe entirely.

Is It Repeatable? Steps to Reproduce:

Check out JEI

Known Fix:

Add the following line somewhere in the scripts: mods.thermalexpansion.Transposer.removeFillRecipe(, );

KorewaLidesu commented 3 years ago

Fix soon :p