mods: rebalance create new age, torchmaster, some of apotheosis, simplify the grist recipes another bit
This commit is contained in:
26
kubejs/server_scripts/mods/apotheosis.js
Normal file
26
kubejs/server_scripts/mods/apotheosis.js
Normal file
@ -0,0 +1,26 @@
|
||||
ServerEvents.recipes(event => {
|
||||
event.replaceInput({output: 'apotheosis:ender_lead'},
|
||||
'minecraft:ender_pearl',
|
||||
'#kubejs:grist/intelligent/basic'
|
||||
);
|
||||
|
||||
event.replaceInput({output: 'apotheosis:ender_lead'},
|
||||
'minecraft:gold_ingot',
|
||||
'#kubejs:grist/agricultural/basic'
|
||||
);
|
||||
|
||||
event.replaceInput({output: 'apotheosis:salvaging_table'},
|
||||
'minecraft:copper_ingot',
|
||||
'#forge:ingots/steel'
|
||||
);
|
||||
|
||||
event.replaceInput({output: 'apotheosis:salvaging_table'},
|
||||
'minecraft:iron_pickaxe',
|
||||
'#kubejs:grist/intelligent/basic'
|
||||
);
|
||||
|
||||
event.replaceInput({output: 'apotheosis:salvaging_table'},
|
||||
'minecraft:iron_axe',
|
||||
'#kubejs:grist/intelligent/basic'
|
||||
);
|
||||
});
|
Reference in New Issue
Block a user