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'