Some recipes bug
Arborsm opened this issue ยท 0 comments
GregTech CEu Version
1.0.13a
Recipe Viewer Installed
EMI
Environment
Singleplayer
Cross-Mod Interaction
No
Expected Behavior
1 glass vial crush into 1 small dust
1 melon crush into 8 melons slice
a recipe for reaction safe mixing casing =>(
event.recipes.gtceu.assembler('assember/reaction_safe_mixing_casing')
.itemInputs('6x gtceu:hastelloy_x_plate', 'gtceu:maraging_steel_300_frame').circuit(6)
.itemOutputs('2x gtceu:reaction_safe_mixing_casing')
.duration(50)
.EUt(16))
Actual Behavior
1 glass vial crush into 4 dusts
1 melon crush into 8 melons
reaction safe mixing casing didn't have a recipe
Steps to Reproduce
see the recipes
Additional Information
No response