fix powah typo and re-add heated mixing for all 3-ingredient alloys
This commit is contained in:
@ -72,7 +72,7 @@ ServerEvents.recipes(event => {
|
||||
|
||||
// Energized steel (aka hardened tier) require basic grist
|
||||
event.remove({output: 'powah:steel_energized'});
|
||||
event.recipes.powah.energizing(['minecraft:iron', 'minecraft:gold', '3x #kubejs:grist/energetic/basic'], '2x powah:steel_energized', 10000);
|
||||
event.recipes.powah.energizing(['minecraft:iron_ingot', 'minecraft:gold_ingot', '3x #kubejs:grist/energetic/basic'], '2x powah:steel_energized', 10000);
|
||||
|
||||
// Dielectric paste can be crafted with basic grist, and scaled up through machines
|
||||
event.shapeless('6x powah:dielectric_paste', [
|
||||
|
Reference in New Issue
Block a user