create: crush powders, melt grist, and re-balance ars+functionalstorage
This commit is contained in:
@ -8,6 +8,15 @@ ServerEvents.recipes(event => {
|
||||
'minecraft:andesite'
|
||||
);
|
||||
|
||||
event.replaceInput({output: 'functionalstorage:framed_storage_controller'},
|
||||
'minecraft:quartz_block',
|
||||
'minecraft:andesite'
|
||||
);
|
||||
event.replaceInput({output: 'functionalstorage:framed_storage_controller'},
|
||||
'minecraft:comparator',
|
||||
'#kubejs:grist/intelligent/basic'
|
||||
);
|
||||
|
||||
event.replaceInput({output: 'functionalstorage:linking_tool'},
|
||||
'minecraft:diamond',
|
||||
'#kubejs:grist/intelligent/basic'
|
||||
|
Reference in New Issue
Block a user