walls.lua 317 B

12345678910111213
  1. local S = minetest.get_translator("the_end_combat_guides")
  2. local text = S([[Walls are necessary to slow down the monsters. They can be broken by monsters and repaired with mortar. Punch to place 5 at once.
  3. ]])
  4. in_game_guide.register_page("the_end_combat_guides:walls",
  5. {
  6. title = S("Walls"),
  7. text = text,
  8. })