kiln.lua 427 B

123456789101112131415161718
  1. local S = minetest.get_translator("the_end_crafting_guides")
  2. text = S([[Kilns can be crafted in the inventory using cobble.
  3. They are used to smelt and cook things. They can be fueled with coal.
  4. In particular they are used to:
  5. -create torches from sticks
  6. -smelt iron and gold into ingots
  7. -bake stone cake from cobble
  8. ]])
  9. in_game_guide.register_page("the_end_crafting_guides:kiln",
  10. {
  11. title = S("Kiln"),
  12. text = text,
  13. })