mods: rebalance create new age, torchmaster, some of apotheosis, simplify the grist recipes another bit
This commit is contained in:
@ -32,7 +32,7 @@ ServerEvents.recipes(event => {
|
||||
quanta: 25,
|
||||
arcana: -1
|
||||
},
|
||||
result: Item.of('kubejs:grist_intelligent_basic', 16).toJson()
|
||||
result: Item.of('kubejs:grist_intelligent_basic_block', 2).toJson()
|
||||
});
|
||||
|
||||
event.shaped('kubejs:sacred_flesh', [
|
||||
@ -71,7 +71,7 @@ ServerEvents.recipes(event => {
|
||||
|
||||
event.recipes.ars_nouveau.imbuement(
|
||||
'kubejs:grist_primordeal_basic_block',
|
||||
'kubejs:grist_intelligent_basic',
|
||||
'kubejs:grist_intelligent_basic_block',
|
||||
900,
|
||||
['kubejs:grist_intelligent_basic']
|
||||
);
|
||||
|
Reference in New Issue
Block a user