added quests for some species stuff, adjusted recipes of the grappling hook and rope coils
This commit is contained in:
parent
bbae9d2501
commit
83adf7f088
6 changed files with 80 additions and 4 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue