fermiserver/scripts/mekanism.zs
2021-10-10 22:19:18 -06:00

11 lines
421 B
Text

var REACTORCONTROLLER = <mekanismgenerators:reactor>;
var REACTORFRAME = <mekanismgenerators:reactor:1>;
var REACTORPORT = <mekanismgenerators:reactor:2>;
var REACTORLOGIC = <mekanismgenerators:reactor:3>;
var REACTORGLASS = <mekanismgenerators:reactorglass>;
recipes.remove(REACTORCONTROLLER);
recipes.remove(REACTORFRAME);
recipes.remove(REACTORPORT);
recipes.remove(REACTORLOGIC);
recipes.remove(REACTORGLASS);