botete.lua 325 B

1234567891011
  1. local S = minetest.get_translator("the_end_mob_guides")
  2. local text = S([[The Botete is a sneaky pufferfish that floats in the air passively. It spits a dangerous caustic goo that burns through structures and dwarves.
  3. ]])
  4. in_game_guide.register_page("the_end_mob_guides:botete",
  5. {
  6. title = S("Botete"),
  7. text = text,
  8. })