mods: add energymeter, rebalance intelligent grist based mods, fix bug with build grist progression, rebalance other basic grist lines

This commit is contained in:
2025-07-10 23:31:06 +02:00
parent 136a166983
commit fd5d608139
12 changed files with 120 additions and 27 deletions

View File

@ -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'),