Feed The Beast Wiki

Follow the Feed The Beast Wiki on Discord or Mastodon!

READ MORE

Feed The Beast Wiki
Advertisement
This page is a translated version of the page Module:Navbox/Bullseye and the translation is 100% complete.

Documentation for this module may be created at Module:Navbox/Bullseye/zh-cn/doc

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

local bull = l{"Bullseye (mod)", [=[Bullseye]=]}

return navbox{title = bull, mod = "BULL", modname = "Bullseye",
	list{
		ni{"Training Arrow"},
		ni{"Egg Arrow"},
		ni{"Extinguishing Arrow"},
		ni{"Diamond Arrow"},
		ni{"Bomb Arrow"},
		nid{"Fire Arrow"},
		ni{"Ice Arrow"},
		nid{"Lightning Arrow"},
		ni{"White Dye Arrow", "Dye Arrow", [=[染色箭]=]},
		ni{"Prismarine Arrow"},
		nid{"Ender Arrow"}
	}
}

end
return p
Advertisement