parent
9c28956113
commit
e16537d327
1 changed files with 7 additions and 0 deletions
@ -0,0 +1,7 @@ |
||||
// priority: 0
|
||||
|
||||
onEvent("recipes", event => { |
||||
// Enlightened End does not add a recipe to smelt raw bismuth into bismuth ingots.
|
||||
event.smelting("nourished_end:bismuth_ingot", "nourished_end:bismuth"); |
||||
event.blasting("nourished_end:bismuth_ingot", "nourished_end:bismuth"); |
||||
}); |
Loading…
Reference in new issue