From a32327847ac216743796da3aecfcae0f0f81c5f7 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Wed, 22 Oct 2025 10:32:46 +0100 Subject: [PATCH] added a third rope coil back to the grappling hook --- kubejs/server_scripts/grapplemod/recipes.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kubejs/server_scripts/grapplemod/recipes.js b/kubejs/server_scripts/grapplemod/recipes.js index 61eac85bc..d90708f60 100644 --- a/kubejs/server_scripts/grapplemod/recipes.js +++ b/kubejs/server_scripts/grapplemod/recipes.js @@ -265,9 +265,9 @@ function registerGrapplingHookRecipes(event) { event.remove({mod: 'grapplemod'}) event.recipes.kubejs.shaped('grapplemod:grapplinghook', [ - 'A', - 'B', - 'B' + 'A ', + 'B ', + 'BB' ], { A: 'gtceu:wrought_iron_pickaxe_head', B: 'firmaciv:rope_coil'