added quests for some species stuff, adjusted recipes of the grappling hook and rope coils

This commit is contained in:
Pyritie 2025-07-22 01:31:29 +01:00
parent bbae9d2501
commit 83adf7f088
6 changed files with 80 additions and 4 deletions

View file

@ -277,7 +277,14 @@ function registerGrapplingHookRecipes(event)
event.remove({mod: 'grapplemod'})
event.recipes.kubejs.shapeless('grapplemod:grapplinghook', ['gtceu:wrought_iron_pickaxe_head', 'firmaciv:rope_coil', 'firmaciv:rope_coil', 'firmaciv:rope_coil', 'firmaciv:rope_coil'])
event.recipes.kubejs.shaped('grapplemod:grapplinghook', [
'A',
'B',
'B'
], {
A: 'gtceu:wrought_iron_pickaxe_head',
B: 'firmaciv:rope_coil'
})
.modifyResult((craftingGrid, result) =>
{
let grappleCustomization = new $GrappleCustomization();