rewrite the ore processing to be even less code, buff compatability for agricultural automation
This commit is contained in:
@ -103,4 +103,10 @@ ServerEvents.recipes(event => {
|
||||
'B': 'create:item_vault',
|
||||
'C': '#kubejs:grist/intelligent/basic',
|
||||
});
|
||||
|
||||
// Gate the symmetry wand behind build grist
|
||||
event.replaceInput({output: 'create:wand_of_symmetry'},
|
||||
'#forge:ender_pearls',
|
||||
'#kubejs:grist/build/improved'
|
||||
);
|
||||
});
|
Reference in New Issue
Block a user