sarangay.lua 309 B

1234567891011
  1. local S = minetest.get_translator("the_end_mob_guides")
  2. local text = S([[Sarangay is a strong minotaur that prefers to attacks by charging. It can charge through walls, dwarves and monsters alike.
  3. ]])
  4. in_game_guide.register_page("the_end_mob_guides:sarangay",
  5. {
  6. title = S("Sarangay"),
  7. text = text,
  8. })