From e0fdb7668b1e735349b2b9173f417797767c70c9 Mon Sep 17 00:00:00 2001 From: Johanniklas <57828910+JohanniklasLp@users.noreply.github.com> Date: Sat, 11 Oct 2025 13:57:57 +0200 Subject: [PATCH] Change Respiration Recipe Diving Helmet -> Pressurized Air Tank --- scripts/crafttweaker/mid/enchanting/EnchantmentRecipes.zs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/crafttweaker/mid/enchanting/EnchantmentRecipes.zs b/scripts/crafttweaker/mid/enchanting/EnchantmentRecipes.zs index 17cfae29..3111720a 100644 --- a/scripts/crafttweaker/mid/enchanting/EnchantmentRecipes.zs +++ b/scripts/crafttweaker/mid/enchanting/EnchantmentRecipes.zs @@ -371,9 +371,9 @@ static oreDictRecipeData as IOreDictEntry[][Util.Data] = { //respiration Util.create(.registryName, 50, { - {1:[], - 2:[, ]}:1, - {3:[, , ]}:2 + {1:[], + 2:[, ]}:1, + {3:[, , ]}:2 }): [Global.enchant["helm"]], //sharpness @@ -467,4 +467,4 @@ function run() { Util.makeRecipes(data, oredict); } } -} \ No newline at end of file +}