Antimatter Chemistry

Antimatter Chemistry

440k Downloads

Make staged Items craftable in all containers

MasterEnderman opened this issue ยท 2 comments

commented
var allStages as string[] = [
"insert",
"all",
"your",
"stages",
"here"
];

//AE Crafting Terminal
mods.recipestages.Recipes.setPackageStage("appeng", allStages);

//RS Crafting Grid
mods.recipestages.Recipes.setPackageStage("com.raoulvdberge.refinedstorage", allStages);

//RFtools Crafters
mods.recipestages.Recipes.setPackageStage("mcjty", allStages);

//Thermal Expansion
mods.recipestages.Recipes.setPackageStage("cofh", allStages);

If you encounter any issues just hit me up on dicord. ;)

P.S. is there anything else todo in your scripts?

commented

Seems to work great, thanks!

commented

Added to 1.2.1