GregTechCEu Modern

GregTechCEu Modern

6M Downloads

Total computation doesn't show in EMI

JuiceyBeans opened this issue ยท 0 comments

commented

Checked for existing issues

  • I have checked for existing issues, and have found none.

Tested latest version

  • I have checked that this occurs on the latest version.

GregTech CEu Version

1.2.2.a

Recipe Viewer Installed

EMI

Environment

Singleplayer

Cross-Mod Interaction

No

Other Installed Mods

Monifactory 0.3.0

Expected Behavior

A line showing total computation should show in EMI
image

Actual Behavior

Line showing total computation doesn't show in EMI
image

Steps to Reproduce

Script from Moni:

ServerEvents.recipes(event => {
        ////// Machine Recipe //////
        event.recipes.gtceu.assembly_line('universal_crystallizer')
            .itemInputs('24x gtceu:large_autoclave', '24x packagedexcrafting:combination_crafter', '24x gtceu:uv_emitter', '24x gtceu:uv_field_generator', '64x gtceu:wetware_processor_mainframe', '64x gtceu:tritanium_coil_block', '24x kubejs:reactor_stabilizer', '8x kubejs:abyssal_reaction_casing', '8x gtceu:infinity_plate')
            .inputFluids('kubejs:molten_cryotheum 36864', 'gtceu:diamatine_empowered 18432', 'gtceu:naquadria 63216', 'gtceu:taranium 4608')
            .itemOutputs('gtceu:universal_crystallizer')
            .stationResearch(b => b
                .researchStack('gtceu:tritanium_coil_block')
                .CWUt(128, 512000)
                .EUt(30720)
            )
            .duration(45)
            .EUt(1966080)
})

Additional Information

No response