Feed The Beast Wiki

Follow the Feed The Beast Wiki on Discord or Mastodon!

READ MORE

Feed The Beast Wiki
Advertisement
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

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

local bull = l{"Bullseye (mod)", [=[<translate><!--T:1--> Bullseye</translate>]=]}

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", [=[<translate><!--T:2--> Dye Arrow</translate>]=]},
		ni{"Prismarine Arrow"},
		nid{"Ender Arrow"}
	}
}

end
return p
Advertisement