mods: add energymeter, rebalance intelligent grist based mods, fix bug with build grist progression, rebalance other basic grist lines
This commit is contained in:
@ -11,6 +11,15 @@ ServerEvents.recipes(event => {
|
||||
'minecraft:gold_ingot',
|
||||
'#kubejs:grist/build/basic'
|
||||
);
|
||||
event.replaceInput({mod: 'torchmaster'},
|
||||
'#minecraft:logs',
|
||||
'#kubejs:grist/agricultural/basic/block'
|
||||
);
|
||||
|
||||
event.replaceInput({mod: 'torchmaster'},
|
||||
'minecraft:gold_block',
|
||||
'#kubejs:grist/build/basic/block'
|
||||
);
|
||||
|
||||
event.replaceInput({mod: 'torchmaster'},
|
||||
'minecraft:glowstone',
|
||||
|
Reference in New Issue
Block a user