mods: rebalance create new age, torchmaster, some of apotheosis, simplify the grist recipes another bit
This commit is contained in:
@ -25,6 +25,10 @@ global.ingotItem = (material, qty) => {
|
||||
return global.metalForm(material, 'ingots', 'ingot', qty);
|
||||
}
|
||||
|
||||
global.plateItem = (material, qty) => {
|
||||
return global.metalForm(material, 'plates', 'plate', qty);
|
||||
}
|
||||
|
||||
global.gearItem = (material, qty) => {
|
||||
return global.metalForm(material, 'gears', 'gear', qty);
|
||||
}
|
||||
|
Reference in New Issue
Block a user