kubejs: reimport, update quests
This commit is contained in:
13
kubejs/server_scripts/mods/botanypots.js
Executable file
13
kubejs/server_scripts/mods/botanypots.js
Executable file
@ -0,0 +1,13 @@
|
||||
ServerEvents.recipes(event => {
|
||||
event.replaceInput(
|
||||
{mod: 'botanypots'},
|
||||
'minecraft:flower_pot',
|
||||
'#kubejs:grist/agricultural/basic'
|
||||
);
|
||||
|
||||
event.replaceInput(
|
||||
{mod: 'botanypots'},
|
||||
'minecraft:hopper',
|
||||
'#forge:hoppers'
|
||||
)
|
||||
})
|
Reference in New Issue
Block a user