diff --git a/scripts/main.zs b/scripts/main.zs index a7cf725..e18a169 100644 --- a/scripts/main.zs +++ b/scripts/main.zs @@ -264,7 +264,9 @@ val changedrecipes = [ //Other changed recipes , , , - + , + , + ] as IItemStack[]; //Removing recipes @@ -443,3 +445,6 @@ for item in removedvanillagear { //Removed vanilla gear mods.tconstruct.Melting.addRecipe( * 288,, 500); mods.tconstruct.Melting.addRecipe( * 432,, 500); mods.tconstruct.Melting.addRecipe( * 432,, 500); + //Armor underwear + recipes.addShapeless(, [, *4]); + recipes.addShapeless(, [, *4]);