Gregtech++ [GT++] [GTplusplus]

Gregtech++ [GT++] [GTplusplus]

94.1k Downloads

selenium blast smelter does not give back cells

botn365 opened this issue ยท 1 comments

commented

Issue Title

when processing selenious acid in the ABS it does not give back the 8 empty cells

Expected Behavior

it should give back the cells

Misc Info

gt++ vesrsion: GTplusplus-DevTop-draknyte1-385.jar
Check all that apply ([ ] -> [x] - use a lowercase x)

  •    Using GT:NH/GT:New Horizons?
  •    Single Player?
  •    Multi Player?
commented
// Make Selenium        
        CORE.RA.addBlastSmelterRecipe(
                new ItemStack[] { 
                        ItemUtils.getGregtechCircuit(14),
                        ItemUtils.getItemStackOfAmountFromOreDict("cellSulfuricAcid", 8),
                        ELEMENT.getInstance().CARBON.getDust(16),
                },
                MISC_MATERIALS.SELENIOUS_ACID.getFluid(750),
                ELEMENT.getInstance().SELENIUM.getFluid(144 * 1),
                new ItemStack[] {
                        CI.emptyCells(8), // 8 Cells returned
                        ELEMENT.getInstance().SELENIUM.getIngot(1),
                        ELEMENT.getInstance().SELENIUM.getIngot(1),    
                },
                new int[] {10000, 2000, 2000}, // First item has 100.00% chance of output
                20 * 300,
                7200); 

Will test.