parent
58292850bf
commit
67ae93250f
1 changed files with 0 additions and 9 deletions
@ -1,9 +0,0 @@ |
||||
// priority: 0
|
||||
|
||||
onEvent("recipes", event => { |
||||
for (let material of [ "zinc", "tin", "lead", "silver", "nickel", "aluminum", "uranium" ]) { |
||||
let nugget = AlmostUnified.getPreferredItemForTag(`forge:nuggets/${material}`); |
||||
event.smelting(nugget.withCount(6), `malum:${material}_node`).xp(0.25); |
||||
event.blasting(nugget.withCount(6), `malum:${material}_node`).xp(0.25); |
||||
} |
||||
}); |
Loading…
Reference in new issue