From e9f91a67c6a2a9d2d7d872cbc16d13035ab27767 Mon Sep 17 00:00:00 2001 From: Timerix Date: Thu, 16 Sep 2021 18:54:46 +0300 Subject: [PATCH] armorunder crafts fixed --- scripts/main.zs | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/scripts/main.zs b/scripts/main.zs index d57f064..e2228b2 100644 --- a/scripts/main.zs +++ b/scripts/main.zs @@ -264,7 +264,9 @@ val changedrecipes = [ //Other changed recipes , , , - + , + , + ] as IItemStack[]; //Removing recipes @@ -442,4 +444,7 @@ for item in removedvanillagear { //Removed vanilla gear mods.tconstruct.Melting.addRecipe( * 288,, 500); mods.tconstruct.Melting.addRecipe( * 288,, 500); mods.tconstruct.Melting.addRecipe( * 432,, 500); - mods.tconstruct.Melting.addRecipe( * 432,, 500); \ No newline at end of file + mods.tconstruct.Melting.addRecipe( * 432,, 500); + //Armor underwear + recipes.addShapeless(, [*2,*2]); + recipes.addShapeless(, [*2,*2]); \ No newline at end of file