anvil.lua 288 B

12345678910111213
  1. local S = minetest.get_translator("the_end_crafting_guides")
  2. text = S([[Anvils can be crafted in the inventory using iron.
  3. An anvil is used to repair broken tools and weapons.
  4. ]])
  5. in_game_guide.register_page("the_end_crafting_guides:anvil",
  6. {
  7. title = S("Anvil"),
  8. text = text,
  9. })