mods: add energymeter, rebalance intelligent grist based mods, fix bug with build grist progression, rebalance other basic grist lines
This commit is contained in:
@ -141,6 +141,12 @@ ServerEvents.recipes(event => {
|
||||
|
||||
event.remove({input: 'thermal:earth_charge'});
|
||||
|
||||
event.recipes.create.mixing('16x thermal:phytogro', [
|
||||
'#forge:sand',
|
||||
'2x thermal:apatite_dust',
|
||||
'thermal:niter_dust'
|
||||
]);
|
||||
|
||||
// Pulverizer is gated behind brass, which requires create
|
||||
/*event.replaceInput(
|
||||
{id: 'thermal:machine_pulverizer'},
|
||||
|
Reference in New Issue
Block a user