mods: add energymeter, rebalance intelligent grist based mods, fix bug with build grist progression, rebalance other basic grist lines
This commit is contained in:
@ -69,12 +69,21 @@ ServerEvents.recipes(event => {
|
||||
'#alltheores:ore_hammers'
|
||||
]);
|
||||
|
||||
// After you have finished your first grist, you simply duplicate it with a bunch of Source
|
||||
event.recipes.ars_nouveau.imbuement(
|
||||
'kubejs:grist_primordeal_basic_block',
|
||||
'kubejs:grist_intelligent_basic_block',
|
||||
900,
|
||||
['kubejs:grist_intelligent_basic']
|
||||
);
|
||||
|
||||
// Adding a catalyst makes it run more efficiently
|
||||
event.recipes.ars_nouveau.imbuement(
|
||||
'kubejs:grist_primordeal_basic_block',
|
||||
'2x kubejs:grist_intelligent_basic_block',
|
||||
700,
|
||||
['kubejs:grist_intelligent_basic', 'kubejs:intelligent_catalyst']
|
||||
);
|
||||
|
||||
/*event.custom({
|
||||
type: "thermal:press",
|
||||
|
Reference in New Issue
Block a user