Feed The Beast Wiki

Follow the Feed The Beast Wiki on Discord or Mastodon!

(sitenotice-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_17_1 = [=[<translate><!--T:36--> 1.17.1/1.18.1 modpacks</translate>]=] -- ATM7 uses both
local v1_16_5 = [=[<translate><!--T:29--> 1.16.1 modpacks</translate>]=]
local v1_15_2 = [=[<translate><!--T:19--> 1.15.2 modpacks</translate>]=]
local v1_14_4 = [=[<translate><!--T:20--> 1.14.4 modpacks</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 v1_7_10 = [=[<translate><!--T:30--> 1.7.10 modpacks</translate>]=]
local mods = [=[<translate><!--T:16--> Mods</translate>]=]

return navbox{title = atm,
	list{title = v1_17_1,
		l{"All the Mods 7", [=[<translate><!--T:37--> All the Mods 7</translate>]=]},
	},
	list{title = v1_16_5,
		l{"All the Mods 6", [=[<translate><!--T:31--> All the Mods 6</translate>]=]},
		l{"All the Mods - Slice of Pi2", [=[<translate><!--T:33--> All the Mods - Slice of Pi2</translate>]=]},
		l{"All the Mods 6 - To the Sky", [=[<translate><!--T:34--> All the Mods 6 - To the Sky</translate>]=]},
		l{"All the Magic Spellbound", [=[<translate><!--T:38--> All the Magic Spellbound</translate>]=]},
	},
	list{title = v1_15_2,
		l{"All the Mods 5", [=[<translate><!--T:21--> All the Mods 5</translate>]=]},
		l{"All the Mods Fabric", [=[<translate><!--T:22--> All the Mods Fabric</translate>]=]},
		l{"All the Mods - Slice of Pi", [=[<translate><!--T:23--> All the Mods - Slice of Pi</translate>]=]},
	},
	list{title = v1_14_4,
		l{"All the Mods 4", [=[<translate><!--T:24--> All the Mods 4</translate>]=]}
	},
	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>]=]},
		l{"All the Mods: All the Magic", [=[<translate><!--T:18--> All the Mods: All the Magic</translate>]=]},
		l{"All the Mods 3 Expert", [=[<translate><!--T:25--> All the Mods 3 Expert</translate>]=]}
	},
	list{title = v1_11_2,
		l{"All the Mods 2", [=[<translate><!--T:7--> All the Mods 2</translate>]=]}
	},
	list{title = v1_10_2,
		l{"All the Mods (modpack)", [=[<translate><!--T:6--> All the Mods</translate>]=]},
		l{"All the Mods Lite", [=[<translate><!--T:5--> All the Mods Lite</translate>]=]},
		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 Sky", [=[<translate><!--T:10--> All The Sky</translate>]=]}
	},
	list{title = v1_7_10,
		l{"All the Mods 0", [=[<translate><!--T:32--> All the Mods 0</translate>]=]}
	},
	list{title = mods,
		l{"Allthemodium", [=[<translate><!--T:26--> Allthemodium</translate>]=]},
		l{"All the Blocks", [=[<translate><!--T:2--> All the Blocks</translate>]=]},
		l{"All The Mods Fabric Helper", [=[<translate><!--T:27--> All The Mods Fabric Helper</translate>]=]},
		l{"All the Mods: Tweaks", [=[<translate><!--T:11--> All the Mods: Tweaks</translate>]=]},
		l{"All the Ores", [=[<translate><!--T:35--> All the Ores</translate>]=]},
		l{"ATM: Additions", [=[<translate><!--T:28--> ATM: Additions</translate>]=]},
	}
}

end
return p
Advertisement