#Name: energy_converters.zs #Author: Feed the Beast #LV energy producer recipes.remove(); recipes.addShapeless(, []); recipes.addShaped(, [[, .withTag({type: 0 as byte, insulation: 1 as byte}), ],[, , ], [, .withTag({type: 0 as byte, insulation: 1 as byte}), ]]); recipes.addShaped(, [[null, .anyDamage(), null],[null, , null], [null, .anyDamage(), null]]); #MV energy producer recipes.remove(); recipes.addShapeless(, []); recipes.addShaped(, [[, .withTag({type: 2 as byte, insulation: 2 as byte}), ],[, , ], [, .withTag({type: 2 as byte, insulation: 2 as byte}), ]]); recipes.addShaped(, [[null, .anyDamage(), null],[null, , null], [null, .anyDamage(), null]]); #HV energy producer recipes.remove(); recipes.addShapeless(, []); recipes.addShaped(, [[, .withTag({type: 3 as byte, insulation: 3 as byte}), ],[, , ], [, .withTag({type: 3 as byte, insulation: 3 as byte}), ]]); recipes.addShaped(, [[null, .anyDamage(), null],[null, , null], [null, .anyDamage(), null]]); #EV energy converters recipes.remove(); recipes.addShapeless(, []); recipes.addShaped(, [[, .withTag({type: 3 as byte, insulation: 3 as byte}), ],[, , ], [, .withTag({type: 3 as byte, insulation: 3 as byte}), ]]); #IV energy converters recipes.remove(); recipes.addShapeless(, []); recipes.addShaped(, [[, .withTag({type: 3 as byte, insulation: 3 as byte}).onlyWithTag({type: 3 as byte, insulation: 3 as byte}), ],[, , ], [, .withTag({type: 3 as byte, insulation: 3 as byte}).onlyWithTag({type: 3 as byte, insulation: 3 as byte}), ]]); #fix MJ producer recipe recipes.remove(); recipes.addShapeless(, []); recipes.addShaped(, [[, , ],[, , ], [, , ]]); #FE energy converters mods.jei.JEI.removeAndHide(); mods.jei.JEI.removeAndHide();