Feed The Beast Wiki

Follow the Feed The Beast Wiki on Discord or Mastodon!

READ MORE

Feed The Beast Wiki
Feed The Beast Wiki
This page is a translated version of the page Module:Navbox/Santa's Toys and the translation is 50% complete.
Outdated translations are marked like this.

--

--

local p = {}
p.navbox = function(navbox, highlightline, group, list, line, ni, nid, l)

local title = l{"Santa's Toys", [=[Mga Laruang Santa]=]}
local items = [=[Mga bagay]=]
local blocks = [=[Mga bloke]=]
local legacy = [=[Legacy]=]

return navbox{ title = title, mod="STS", modname = "Santa's Toys",
  list{ title=items, --[[
<div class="mw-translate-fuzzy">
]]  ni{"Match", "Match (Santa's Toys)", "Posporo"},
    ni{"Ender Blaster", "Ender Blaster", "Pasabog na Ender"},
    ni{"Nether Blaster", "Nether Blaster", "Pasabog na Nether"}
--[[
</div>]]
  },
  list{ title=blocks, --[[
<div class="mw-translate-fuzzy">
]]  ni{"Block of Damn Giving", "Block of Damn Giving", "Bloke ng Nagbibigay-paki"},
    ni{"Glowstone", mod="V", "Heavy Light", "Ilaw na Mabigat"},
    ni{"Spiced Sand", "Spiced Sand", "Buhanging Maanghang"}
--[[
</div>]]
  },
  list{ title=legacy, --[[
]]  ni{"Block of Damn Giving"}
--[[]]
  }
}
end

return p
--