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 +}