kubejs: reimport, update quests

This commit is contained in:
2025-02-02 16:42:02 +01:00
parent ce569348bc
commit 5593866a0f
54 changed files with 2468 additions and 333 deletions

@ -0,0 +1,30 @@
ServerEvents.recipes(event => {
event.replaceInput(
{mod: 'sophisticatedbackpacks'},
'minecraft:redstone',
'#kubejs:grist/intelligent/basic'
)
event.replaceInput(
{mod: 'sophisticatedbackpacks'},
'minecraft:sticky_piston',
'#kubejs:grist/intelligent/basic'
)
event.replaceInput(
{id: 'sophisticatedbackpacks:upgrade_base'},
'minecraft:iron_ingot',
'#kubejs:grist/build/basic'
)
event.replaceInput(
{id: 'sophisticatedstorage:controller'},
'minecraft:comparator',
'#kubejs:grist/intelligent/basic'
);
event.shapeless('sophisticatedstorage:storage_link', [
'sophisticatedstorage:controller',
'2x #kubejs:grist/intelligent/basic'
]);
})