Make staged Items craftable in all containers
MasterEnderman opened this issue ยท 2 comments
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?