mods: add energymeter, rebalance intelligent grist based mods, fix bug with build grist progression, rebalance other basic grist lines
This commit is contained in:
@ -62,7 +62,7 @@ ServerEvents.recipes(event => {
|
||||
);
|
||||
event.recipes.powah.energizing([
|
||||
'#forge:glass',
|
||||
'thermal:phytogrow',
|
||||
'thermal:phytogro',
|
||||
'#forge:dusts/redstone',
|
||||
'thermal:rf_coil',
|
||||
global.nuggetItem('steel'),
|
||||
@ -82,7 +82,7 @@ ServerEvents.recipes(event => {
|
||||
'kubejs:activated_grist_capacitor',
|
||||
'kubejs:infused_grist_capacitor',
|
||||
3000,
|
||||
[]
|
||||
['kubejs:intelligent_catalyst', 'kubejs:intelligent_catalyst', 'kubejs:intelligent_catalyst']
|
||||
);
|
||||
event.recipes.thermal.bottler(
|
||||
Item.of('kubejs:unstable_grist_capacitor'),
|
||||
|
Reference in New Issue
Block a user