From e0e44c6bc4f5c5a86de7f30827469efc954e712f Mon Sep 17 00:00:00 2001 From: Timerix Date: Wed, 15 Sep 2021 22:21:10 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D1=8B=20=D1=80=D0=B5=D1=86=D0=B5=D0=BF=D1=82=D1=8B=20=D0=BC?= =?UTF-8?q?=D0=B0=D1=82=D0=B5=D1=80=D0=B8=D0=B0=D0=BB=D0=BE=D0=B2=20=D0=B8?= =?UTF-8?q?=D0=B7=20armorunder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/main.zs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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]);