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/All the Mods/doc

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

local atm = l{"All the Mods (group)", [=[<translate><!--T:12--> All the Mods</translate>]=]}
local v1_12_2 = [=[<translate><!--T:13--> 1.12.2 modpacks</translate>]=]
local v1_11_2 = [=[<translate><!--T:14--> 1.11.2 modpacks</translate>]=]
local v1_10_2 = [=[<translate><!--T:15--> 1.10.2 modpacks</translate>]=]
local mods = [=[<translate><!--T:16--> Mods</translate>]=]

return navbox{title = atm,
	list{title = v1_12_2,
		l{"All the Mods 3", [=[<translate><!--T:8--> All the Mods 3</translate>]=]},
		l{"All the Mods 3: Lite", [=[<translate><!--T:9--> All the Mods 3: Lite</translate>]=]},
		l{"All the Mods 3 - Remix", [=[<translate><!--T:17--> All the Mods 3 - Remix</translate>]=]}
	},
	list{title = v1_11_2,
		l{"All the Blocks", [=[<translate><!--T:2--> All the Blocks</translate>]=]},
		l{"All the Mods 2", [=[<translate><!--T:7--> All the Mods 2</translate>]=]}
	},
	list{title = v1_10_2,
		l{"All the Expert", [=[<translate><!--T:3--> All the Mods Expert</translate>]=]},
		l{"All the Expert: Remastered", [=[<translate><!--T:4--> All the Mods Expert: Remastered</translate>]=]},
		l{"All the Mods Lite", [=[<translate><!--T:5--> All the Mods Lite</translate>]=]},
		l{"All the Mods (modpack)", [=[<translate><!--T:6--> All the Mods</translate>]=]},
		l{"All The Sky", [=[<translate><!--T:10--> All The Sky</translate>]=]}
	},
	list{title = mods,
		l{"All the Mods: Tweaks", [=[<translate><!--T:11--> All the Mods: Tweaks</translate>]=]}
	}
}

end
return p
Advertisement