13 lines
294 B
JavaScript
Executable File
13 lines
294 B
JavaScript
Executable File
ServerEvents.recipes(event => {
|
|
event.replaceInput(
|
|
{mod: 'botanypots'},
|
|
'minecraft:flower_pot',
|
|
'#kubejs:grist/agricultural/basic'
|
|
);
|
|
|
|
event.replaceInput(
|
|
{mod: 'botanypots'},
|
|
'minecraft:hopper',
|
|
'#forge:hoppers'
|
|
)
|
|
}) |