7 lines
191 B
JavaScript
Executable File
7 lines
191 B
JavaScript
Executable File
ServerEvents.recipes(event => {
|
|
event.replaceInput(
|
|
{'id': 'modularrouters:blank_module'},
|
|
'minecraft:gold_nugget',
|
|
'#kubejs:grist/intelligent/improved'
|
|
);
|
|
}); |