fermiserver/scripts/mekanism.zs

12 lines
421 B
Text
Raw Normal View History

2021-10-11 00:19:18 -04:00
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);