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/All the Mods and the translation is 84% complete.

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

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

local atm = l{"All the Mods (group)", [=[All the Mods]=]}
local v1_17_1 = [=[1.17.1/1.18.1 modpacks]=] -- ATM7 uses both
local v1_16_5 = [=[1.16.1 整合包]=]
local v1_15_2 = [=[1.15.2 整合包]=]
local v1_14_4 = [=[1.14.4 整合包]=]
local v1_12_2 = [=[1.12.2 整合包]=]
local v1_11_2 = [=[1.11.2 整合包]=]
local v1_10_2 = [=[1.10.2 整合包]=]
local v1_7_10 = [=[1.7.10 整合包]=]
local mods = [=[模组]=]

return navbox{title = atm,
	list{title = v1_17_1,
		l{"All the Mods 7", [=[All the Mods 7]=]},
	},
	list{title = v1_16_5,
		l{"All the Mods 6", [=[All the Mods 6]=]},
		l{"All the Mods - Slice of Pi2", [=[All the Mods - Slice of Pi2]=]},
		l{"All the Mods 6 - To the Sky", [=[All the Mods 6 - To the Sky]=]},
		l{"All the Magic Spellbound", [=[All the Magic Spellbound]=]},
	},
	list{title = v1_15_2,
		l{"All the Mods 5", [=[All the Mods 5]=]},
		l{"All the Mods Fabric", [=[All the Mods Fabric]=]},
		l{"All the Mods - Slice of Pi", [=[All the Mods - Slice of Pi]=]},
	},
	list{title = v1_14_4,
		l{"All the Mods 4", [=[All the Mods 4]=]}
	},
	list{title = v1_12_2,
		l{"All the Mods 3", [=[All the Mods 3]=]},
		l{"All the Mods 3: Lite", [=[All the Mods 3: Lite]=]},
		l{"All the Mods 3 - Remix", [=[All the Mods 3 - Remix]=]},
		l{"All the Mods: All the Magic", [=[All the Mods: All the Magic]=]},
		l{"All the Mods 3 Expert", [=[All the Mods 3 Expert]=]}
	},
	list{title = v1_11_2,
		l{"All the Mods 2", [=[All the Mods 2]=]}
	},
	list{title = v1_10_2,
		l{"All the Mods (modpack)", [=[All the Mods]=]},
		l{"All the Mods Lite", [=[All the Mods Lite]=]},
		l{"All the Expert", [=[All the Mods Expert]=]},
		l{"All the Expert: Remastered", [=[All the Mods Expert: Remastered]=]},
		l{"All The Sky", [=[All The Sky]=]}
	},
	list{title = v1_7_10,
		l{"All the Mods 0", [=[All the Mods 0]=]}
	},
	list{title = mods,
		l{"Allthemodium", [=[Allthemodium]=]},
		l{"All the Blocks", [=[All the Blocks]=]},
		l{"All The Mods Fabric Helper", [=[All The Mods Fabric Helper]=]},
		l{"All the Mods: Tweaks", [=[All the Mods: Tweaks]=]},
		l{"All the Ores", [=[All the Ores]=]},
		l{"ATM: Additions", [=[ATM: Additions]=]},
	}
}

end
return p
Advertisement