Add smelting recipes for Raw Bismuth

raw-bismuth
Chloe 1 year ago
parent 9c28956113
commit e16537d327
Signed by: HeckinChloe
GPG Key ID: 4E8B3A6874317E73
  1. 7
      kubejs/server_scripts/fixes/raw_bismuth_smelting.js

@ -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…
Cancel
Save