From ee3c28543545760b6be325276a440c47a5a46f73 Mon Sep 17 00:00:00 2001 From: Timerix Date: Thu, 16 Sep 2021 19:18:27 +0300 Subject: [PATCH] armorunder crafts changed again --- scripts/main.zs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/main.zs b/scripts/main.zs index e2228b2..d30155b 100644 --- a/scripts/main.zs +++ b/scripts/main.zs @@ -446,5 +446,5 @@ for item in removedvanillagear { //Removed vanilla gear mods.tconstruct.Melting.addRecipe( * 432,, 500); mods.tconstruct.Melting.addRecipe( * 432,, 500); //Armor underwear - recipes.addShapeless(, [*2,*2]); - recipes.addShapeless(, [*2,*2]); \ No newline at end of file + recipes.addShaped(*2, [[,,], [,,], [,,]]); + recipes.addShaped(*2, [[,,], [,,], [,,]]); \ No newline at end of file