Add smelting recipes for Raw Bismuth #4

Open
HeckinChloe wants to merge 1 commits from HeckinChloe/heck:raw-bismuth into main
  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