firmalife quests

This commit is contained in:
Pyritie 2025-07-08 15:25:00 +01:00
parent bf0dfe24ba
commit 31b41e703d
5 changed files with 121 additions and 70 deletions

View file

@ -419,7 +419,7 @@ const registerFirmaLifeRecipes = (event) => {
//#endregion
event.shaped('2x firmalife:sweeper', [
event.shaped('firmalife:sweeper', [
'ABD',
'CB '
], {
@ -429,15 +429,16 @@ const registerFirmaLifeRecipes = (event) => {
D: '#forge:tools/wrenches'
}).id('firmalife:crafting/sweeper')
event.shaped('2x firmalife:picker', [
event.shaped('firmalife:picker', [
'ABD',
'CC ',
'CC '
'EE '
], {
A: '#forge:plates/steel',
B: 'vintageimprovements:redstone_module',
C: '#forge:rods/steel',
D: '#forge:tools/wrenches'
D: '#forge:tools/wrenches',
E: '#forge:hoe_heads/steel'
}).id('firmalife:crafting/picker')
//#endregion