From 13b85aa684d071fb5537ab5ca47d07d72235fc28 Mon Sep 17 00:00:00 2001 From: pbflo <56795244+pbflo@users.noreply.github.com> Date: Thu, 4 Nov 2021 23:15:33 +0100 Subject: [PATCH] Makes the Assembly Halo harder I mean, when the crafting table on a stick becomes harder, this alternative should as well. --- scripts/botania.zs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/botania.zs b/scripts/botania.zs index a704d67..6783249 100644 --- a/scripts/botania.zs +++ b/scripts/botania.zs @@ -24,3 +24,11 @@ for tool in manasteelTools { mods.jei.JEI.addDescription(, [ "Use the wooden bowl to take a sip of water..." ]); + +//Like Handheld Advanced Crafting but for the Assembly Halo +recipes.remove(); +recipes.addShaped("extendedcrafting_craftinghalo", , [ + [null, , null], + [, , ], + [null, , null] +]);