Feed The Beast Wiki

Follow the Feed The Beast Wiki on Discord or Mastodon!

READ MORE

Feed The Beast Wiki
Advertisement

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

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

local diss = l{"Dissolution", [=[<translate><!--T:1--> Dissolution</translate>]=]}

return navbox{title = diss, mod = "DISS", modname = "Dissolution",
	list{
		l{"Faerie", [=[<translate><!--T:2--> Faerie</translate>]=]},
		ni{"Glass Jar"},
		nid{"Iron Scythe"},
		ni{"Lurking Scythe"},
		ni{"Obsidian Coffin"},
		ni{"Passeress Shrine"},
		ni{"Stone Burial"},
		ni{"Wisp in a jar (faerie)"},
		ni{"Wisp in a jar (tired faerie)"},
		ni{"Wisp in a jar (will o wisp)"},
		l{"Will o' Wisp", [=[<translate><!--T:3--> Will o' Wisp</translate>]=]},
		ni{"Wooden Coffin"}
	}
}

end
return p
Advertisement