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/Thermal Foundation/doc

--<languages />
--<pre>
local p = {}
p.navbox = function(navbox, highlightline, group, list, line, ni, nid, l)
	
local thf = l{"Thermal Foundation", [=[<translate><!--T:1-->
Thermal Foundation</translate>]=]}

local blocks = [=[<translate><!--T:2-->
Blocks</translate>]=]
local resources = [=[<translate><!--T:3-->
Resources</translate>]=]
local ores = [=[<translate><!--T:4-->
Ores</translate>]=]
local storage = [=[<translate><!--T:5-->
Storage</translate>]=]
local items = [=[<translate><!--T:6-->
Items</translate>]=]
local ingots = [=[<translate><!--T:7-->
Ingots</translate>]=]
local nuggets = [=[<translate><!--T:8-->
Nuggets</translate>]=]
local dusts = [=[<translate><!--T:9-->
Dusts</translate>]=]
local gears = [=[<translate><!--T:10-->
Gears</translate>]=]
local other = [=[<translate><!--T:11-->
Other</translate>]=]
local tools = [=[<translate><!--T:12-->
Tools</translate>]=]
local copper = [=[<translate><!--T:13-->
Copper</translate>]=]
local tin = [=[<translate><!--T:14-->
Tin</translate>]=]
local silver = [=[<translate><!--T:15-->
Silver</translate>]=]
local lead = [=[<translate><!--T:16-->
Lead</translate>]=]
local ferrous = [=[<translate><!--T:17-->
Ferrous</translate>]=]
local shiny = [=[<translate><!--T:18-->
Shiny</translate>]=]
local electrum = [=[<translate><!--T:19-->
Electrum</translate>]=]
local invar = [=[<translate><!--T:20-->
Invar</translate>]=]
local bronze = [=[<translate><!--T:21-->
Bronze</translate>]=]
local armor = [=[<translate><!--T:22-->
Armor</translate>]=]
local liquids = [=[<translate><!--T:23-->
Liquids</translate>]=]
local mobs = [=[<translate><!--T:24-->
Mobs</translate>]=]

return navbox{title = thf, mod = "THF", modname = "Thermal Foundation",
	group{name = "blocks", title = blocks,
		list{name = "resources", title = resources,
			list{name = "ores", title = ores,
				ni{"Copper", "Copper Ore", "Copper"},
				ni{"Tin", "Tin Ore", "Tin"},
				ni{"Silver", "Silver Ore", "Silver"},
				ni{"Lead", "Lead Ore", "Lead"},
				ni{"Nickel", "Ferrous Ore", "Ferrous"},
				ni{"Platinum", "Shiny Ore", "Shiny"}
			},
			list{name = "storage", title = storage,
				ni{"Copper", "Copper Block", "Copper Block"},
				ni{"Tin", "Tin Block", "Tin Block"},
				ni{"Silver" ,"Silver Block", "Silver Block"},
				ni{"Lead", "Lead Block", "Lead Block"},
				ni{"Nickel", "Ferrous Block", "Ferrous Block"},
				ni{"Platinum", "Shiny Block", "Shiny Block"},
				ni{"Mana Infused", "Mana Infused Block", "Mana Infused Block"},
				ni{"Electrum", "Electrum Block", "Electrum Block"},
				ni{"Invar", "Invar Block", "Invar Block"},
				ni{"Bronze", "Tinker's Alloy Block", "Tinker's Alloy Block"},
				ni{"Signalum", "Signalum Block", "Signalum Block"},
				ni{"Lumium", "Lumium Block", "Lumium Block"},
				ni{"Enderium", "Enderium Block", "Enderium Block"}
			}
		}
	},
	group{name = "items", title = items,
		list{name = "resources", title = resources,
			list{name = "ingots", title = ingots,
				ni{"Iron", "Iron Ingot", "Iron"},
				ni{"Tin", "Tin Ingot", "Tin"},
				ni{"Silver", "Silver Ingot", "Silver"},
				ni{"Lead", "Lead Ingot", "Lead"},
				ni{"Nickel", "Ferrous Ingot", "Ferrous"},
				ni{"Platinum", "Shiny Ingot", "Shiny"},
				ni{"Mana Infused", "Mana Infused Ingot", "Mana Infused"},
				ni{"Electrum", "Electrum Ingot", "Electrum"},
				ni{"Invar", "Invar Ingot", "Invar"},
				ni{"Bronze", "Tinker's Alloy Ingot", "Tinker's Alloy"},
				ni{"Signalum", "Signalum Ingot", "Signalum"},
				ni{"Lumium", "Lumium Ingot", "Lumium"},
				ni{"Enderium", "Enderium Ingot", "Enderium"}
			},
			list{name = "nuggets", title = nuggets,
				ni{"Iron", "Iron Nugget", "Iron"},
				ni{"Tin", "Tin Nugget", "Tin"},
				ni{"Silver", "Silver Nugget", "Silver"},
				ni{"Lead", "Lead Nugget", "Lead"},
				ni{"Nickel", "Ferrous Nugget", "Ferrous"},
				ni{"Platinum", "Shiny Nugget", "Shiny"},
				ni{"Mana Infused", "Mana Infused Nugget", "Mana Infused"},
				ni{"Electrum", "Electrum Nugget", "Electrum"},
				ni{"Invar", "Invar Nugget", "Invar"},
				ni{"Bronze", "Tinker's Alloy Nugget", "Tinker's Alloy"},
				ni{"Signalum", "Signalum Nugget", "Signalum"},
				ni{"Lumium", "Lumium Nugget", "Lumium"},
				ni{"Enderium", "Enderium Nugget", "Enderium"}
			},
			list{name = "dusts", title = dusts,
				ni{"Coal", "Pulverized Coal", "Pulverized Coal"},
				ni{"Charcoal", "Pulverized Charcoal", "Pulverized Charcoal"},
				ni{"Obsidian", "Pulverized Obsidian", "Pulverized Obsidian"},
				ni{"Iron", "Pulverized Iron", "Pulverized Iron"},
				ni{"Gold", "Pulverized Gold", "Pulverized Gold"},
				ni{"Copper", "Pulverized Copper", "Pulverized Copper"},
				ni{"Tin", "Pulverized Tin", "Pulverized Tin"},
				ni{"Silver", "Pulverized Silver", "Pulverized Silver"},
				ni{"Lead", "Pulverized Lead", "Pulverized Lead"},
				ni{"Nickel", "Pulverized Ferrous Metal", "Pulverized Ferrous Metal"},
				ni{"Platinum", "Pulverized Shiny Metal", "Pulverized Shiny Metal"},
				ni{"Mana Infused", "Pulverized Mana Infused Metal", "Pulverized Mana Infused Metal"},
				ni{"Electrum", "Electrum Blend", "Electrum Blend"},
				ni{"Invar", "Invar Blend", "Invar Blend"},
				ni{"Bronze", "Tinker's Alloy Blend", "Tinker's Alloy Blend"},
				ni{"Signalum", "Signalum Blend", "Signalum Blend"},
				ni{"Lumium", "Lumium Blend", "Lumium Blend"},
				ni{"Enderium", "Enderium Blend", "Enderium Blend"},
				ni{"Cryotheum Dust"},
				ni{"Mana Dust"},
				ni{"Blizz Powder"}
			},
			list{name = "gears", title = gears,
				ni{"Iron", "Iron Gear", "Iron"},
				ni{"Tin", "Tin Gear", "Tin"},
				ni{"Silver", "Silver Gear", "Silver"},
				ni{"Lead", "Lead Gear", "Lead"},
				ni{"Nickel", "Ferrous Gear", "Ferrous"},
				ni{"Platinum", "Shiny Gear", "Shiny"},
				ni{"Mana Infused", "Mana Infused Gear", "Mana Infused"},
				ni{"Electrum", "Electrum Gear", "Electrum"},
				ni{"Invar", "Invar Gear", "Invar"},
				ni{"Bronze", "Tinker's Alloy Gear", "Tinker's Alloy"},
				ni{"Signalum ", "Signalum Gear", "Signalum"},
				ni{"Lumium ", "Lumium Gear", "Lumium"},
				ni{"Enderium ", "Enderium Gear", "Enderium"}
			},
			list{name = "other", title = other,
				ni{"Blizz Rod"},
				ni{"Cinnabar"},
				ni{"Niter"},
				ni{"Sulfur"}
			}
		},
		list{name = "tools", title = tools,
			list{name = "copper", title = copper,
				ni{"Copper Sword (Thermal Foundation)", "Copper Sword", "Sword"},
				ni{"Copper Shovel (Thermal Foundation)", "Copper Shovel", "Shovel"},
				ni{"Copper Pickaxe (Thermal Foundation)", "Copper Pickaxe", "Pickaxe"},
				ni{"Copper Axe (Thermal Foundation)", "Copper Axe", "Axe"},
				ni{"Copper Hoe (Thermal Foundation)", "Copper Hoe", "Hoe"},
				ni{"Copper Shears (Thermal Foundation)", "Copper Shears", "Shears"},
				ni{"Copper Fishing Rod (Thermal Foundation)", "Copper Fishing Rod", "Fishing Rod"},
				ni{"Copper Sickle (Thermal Foundation)", "Copper Sickle", "Sickle"},
				ni{"Copper Reinforced Bow (Thermal Foundation)", "Copper Reinforced Bow", "Reinforced Bow"}
			},
			list{name = "tin", title = tin,
				ni{"Tin Sword (Thermal Foundation)", "Tin Sword", "Sword"},
				ni{"Tin Shovel (Thermal Foundation)", "Tin Shovel", "Shovel"},
				ni{"Tin Pickaxe (Thermal Foundation)", "Tin Pickaxe", "Pickaxe"},
				ni{"Tin Axe (Thermal Foundation)", "Tin Axe", "Axe"},
				ni{"Tin Hoe (Thermal Foundation)", "Tin Hoe", "Hoe"},
				ni{"Tin Shears (Thermal Foundation)", " Shears", "Shears"},
				ni{"Tin Fishing Rod (Thermal Foundation)", "Tin Fishing Rod", "Fishing Rod"},
				ni{"Tin Sickle (Thermal Foundation)", "Tin Sickle", "Sickle"},
				ni{"Tin Reinforced Bow (Thermal Foundation)", "Tin Reinforced Bow", "Reinforced Bow"}
			},
			list{name = "silver", title = silver,
				ni{"Silver Sword (Thermal Foundation)", "Silver Sword", "Sword"},
				ni{"Silver Shovel (Thermal Foundation)", "Silver Shovel", "Shovel"},
				ni{"Silver Pickaxe (Thermal Foundation)", "Silver Pickaxe", "Pickaxe"},
				ni{"Silver Axe (Thermal Foundation)", "Silver Axe", "Axe"},
				ni{"Silver Hoe (Thermal Foundation)", "Silver Hoe", "Hoe"},
				ni{"Silver Shears (Thermal Foundation)", "Silver Shears", "Shears"},
				ni{"Silver Fishing Rod (Thermal Foundation)", "Silver Fishing Rod", "Fishing Rod"},
				ni{"Silver Sickle (Thermal Foundation)", "Silver Sickle", "Sickle"},
				ni{"Silver Reinforced Bow (Thermal Foundation)", "Silver Reinforced Bow", "Reinforced Bow"}
			},
			list{name = "lead", title = lead,
				ni{"Lead Sword (Thermal Foundation)", "Lead Sword", "Sword"},
				ni{"Lead Shovel (Thermal Foundation)", "Lead Shovel", "Shovel"},
				ni{"Lead Pickaxe (Thermal Foundation)", "Lead Pickaxe", "Pickaxe"},
				ni{"Lead Axe (Thermal Foundation)", "Lead Axe", "Axe"},
				ni{"Lead Hoe (Thermal Foundation)", "Lead Hoe", "Hoe"},
				ni{"Lead Shears (Thermal Foundation)", "Lead Shears", "Shears"},
				ni{"Lead Fishing Rod (Thermal Foundation)", "Lead Fishing Rod", "Fishing Rod"},
				ni{"Lead Sickle (Thermal Foundation)", "Lead Sickle", "Sickle"},
				ni{"Lead Reinforced Bow (Thermal Foundation)", "Lead Reinforced Bow", "Reinforced Bow"}
			},
			list{name = "ferrous", title = ferrous,
				ni{"Ferrous Sword (Thermal Foundation)", "Ferrous Sword", "Sword"},
				ni{"Ferrous Shovel (Thermal Foundation)", "Ferrous Shovel", "Shovel"},
				ni{"Ferrous Pickaxe (Thermal Foundation)", "Ferrous Pickaxe", "Pickaxe"},
				ni{"Ferrous Axe (Thermal Foundation)", "Ferrous Axe", "Axe"},
				ni{"Ferrous Hoe (Thermal Foundation)", "Ferrous Hoe", "Hoe"},
				ni{"Ferrous Shears (Thermal Foundation)", "Ferrous Shears", "Shears"},
				ni{"Ferrous Fishing Rod (Thermal Foundation)", "Ferrous Fishing Rod", "Fishing Rod"},
				ni{"Ferrous Sickle (Thermal Foundation)", "Ferrous Sickle", "Sickle"},
				ni{"Ferrous Reinforced Bow (Thermal Foundation)", "Ferrous Reinforced Bow", "Reinforced Bow"}
			},
			list{name = "shiny", title = shiny,
				ni{"Shiny Sword (Thermal Foundation)", "Shiny Sword", "Sword"},
				ni{"Shiny Shovel (Thermal Foundation)", "Shiny Shovel", "Shovel"},
				ni{"Shiny Pickaxe (Thermal Foundation)", "Shiny Pickaxe", "Pickaxe"},
				ni{"Shiny Axe (Thermal Foundation)", "Shiny Axe", "Axe"},
				ni{"Shiny Hoe (Thermal Foundation)", "Shiny Hoe", "Hoe"},
				ni{"Shiny Shears (Thermal Foundation)", "Shiny Shears", "Shears"},
				ni{"Shiny Fishing Rod (Thermal Foundation)", "Shiny Fishing Rod", "Fishing Rod"},
				ni{"Shiny Sickle (Thermal Foundation)", "Shiny Sickle", "Sickle"},
				ni{"Shiny Reinforced Bow (Thermal Foundation)", "Shiny Reinforced Bow", "Reinforced Bow"}
			},
			list{name = "electrum", title = electrum,
				ni{"Electrum Sword (Thermal Foundation)", "Electrum Sword", "Sword"},
				ni{"Electrum Shovel (Thermal Foundation)", "Electrum Shovel", "Shovel"},
				ni{"Electrum Pickaxe (Thermal Foundation)", "Electrum Pickaxe", "Pickaxe"},
				ni{"Electrum Axe (Thermal Foundation)", "Electrum Axe", "Axe"},
				ni{"Electrum Hoe (Thermal Foundation)", "Electrum Hoe", "Hoe"},
				ni{"Electrum Shears (Thermal Foundation)", "Electrum Shears", "Shears"},
				ni{"Electrum Fishing Rod (Thermal Foundation)", "Electrum Fishing Rod", "Fishing Rod"},
				ni{"Electrum Sickle (Thermal Foundation)", "Electrum Sickle", "Sickle"},
				ni{"Electrum Reinforced Bow (Thermal Foundation)", "Electrum Reinforced Bow", "Reinforced Bow"}
			},
			list{name = "invar", title = invar,
				ni{"Invar Sword (Thermal Foundation)", "Invar Sword", "Sword"},
				ni{"Invar Shovel (Thermal Foundation)", "Invar Shovel", "Shovel"},
				ni{"Invar Pickaxe (Thermal Foundation)", "Invar Pickaxe", "Pickaxe"},
				ni{"Invar Axe (Thermal Foundation)", "Invar Axe", "Axe"},
				ni{"Invar Hoe (Thermal Foundation)", "Invar Hoe", "Hoe"},
				ni{"Invar Shears (Thermal Foundation)", "Invar Shears", "Shears"},
				ni{"Invar Fishing Rod (Thermal Foundation)", "Invar Fishing Rod", "Fishing Rod"},
				ni{"Invar Sickle (Thermal Foundation)", "Invar Sickle", "Sickle"},
				ni{"Invar Reinforced Bow (Thermal Foundation)", "Invar Reinforced Bow", "Reinforced Bow"}
			},
			list{name = "bronze", title = bronze,
				ni{"Bronze Sword (Thermal Foundation)", "Bronze Sword", "Sword"},
				ni{"Bronze Shovel (Thermal Foundation)", "Bronze Shovel", "Shovel"},
				ni{"Bronze Pickaxe (Thermal Foundation)", "Bronze Pickaxe", "Pickaxe"},
				ni{"Bronze Axe (Thermal Foundation)", "Bronze Axe", "Axe"},
				ni{"Bronze Hoe (Thermal Foundation)", "Bronze Hoe", "Hoe"},
				ni{"Bronze Shears (Thermal Foundation)", "Bronze Shears", "Shears"},
				ni{"Bronze Fishing Rod (Thermal Foundation)", "Bronze Fishing Rod", "Fishing Rod"},
				ni{"Bronze Sickle (Thermal Foundation)", "Bronze Sickle", "Sickle"},
				ni{"Bronze Reinforced Bow (Thermal Foundation)", "Bronze Reinforced Bow", "Reinforced Bow"}
			}
		},
		list{name = "armor", title = armor,
			list{name = "copper", title = copper,
				ni{"Copper Helmet (Thermal Foundation)", "Copper Helmet", "Helmet"},
				ni{"Copper Chestplate (Thermal Foundation)", "Copper Chestplate", "Chestplate"},
				ni{"Copper Leggings (Thermal Foundation)", "Copper Leggings", "Leggings"},
				ni{"Copper Boots (Thermal Foundation)", "Copper Boots", "Boots"}
			},
			list{name = "tin", title = tin,
				ni{"Tin Helmet (Thermal Foundation)", "Tin Helmet", "Helmet"},
				ni{"Tin Chestplate (Thermal Foundation)", "Tin Chestplate", "Chestplate"},
				ni{"Tin Leggings (Thermal Foundation)", "Tin Leggings", "Leggings"},
				ni{"Tin Boots (Thermal Foundation)", "Tin Boots", "Boots"}
			},
			list{name = "silver", title = silver,
				ni{"Silver Helmet (Thermal Foundation)", "Silver Helmet", "Helmet"},
				ni{"Silver Chestplate (Thermal Foundation)", "Silver Chestplate", "Chestplate"},
				ni{"Silver Leggings (Thermal Foundation)", "Silver Leggings", "Leggings"},
				ni{"Silver Boots (Thermal Foundation)", "Silver Boots", "Boots"}
			},
			list{name = "lead", title = lead,
				ni{"Lead Helmet (Thermal Foundation)", "Lead Helmet", "Helmet"},
				ni{"Lead Chestplate (Thermal Foundation)", "Lead Chestplate", "Chestplate"},
				ni{"Lead Leggings (Thermal Foundation)", "Lead Leggings", "Leggings"},
				ni{"Lead Boots (Thermal Foundation)", "Lead Boots", "Boots"}
			},
			list{name = "ferrous", title = ferrous,
				ni{"Ferrous Helmet (Thermal Foundation)", "Ferrous Helmet", "Helmet"},
				ni{"Ferrous Chestplate (Thermal Foundation)", "Ferrous Chestplate", "Chestplate"},
				ni{"Ferrous Leggings (Thermal Foundation)", "Ferrous Leggings", "Leggings"},
				ni{"Ferrous Boots (Thermal Foundation)", "Ferrous Boots", "Boots"}
			},
			list{name = "shiny", title = shiny,
				ni{"Shiny Helmet (Thermal Foundation)", "Shiny Helmet", "Helmet"},
				ni{"Shiny Chestplate (Thermal Foundation)", "Shiny Chestplate", "Chestplate"},
				ni{"Shiny Leggings (Thermal Foundation)", "Shiny Leggings", "Leggings"},
				ni{"Shiny Boots (Thermal Foundation)", "Shiny Boots", "Boots"}
			},
			list{name = "electrum", title = electrum,
				ni{"Electrum Helmet (Thermal Foundation)", "Electrum Helmet", "Helmet"},
				ni{"Electrum Chestplate (Thermal Foundation)", " Chestplate", "Chestplate"},
				ni{"Electrum Leggings (Thermal Foundation)", "Electrum Leggings", "Leggings"},
				ni{"Electrum Boots (Thermal Foundation)", "Electrum Boots", "Boots"}
			},
			list{name = "invar", title = invar,
				ni{"Invar Helmet (Thermal Foundation)", "Invar Helmet", "Helmet"},
				ni{"Invar Chestplate (Thermal Foundation)", "Invar Chestplate", "Chestplate"},
				ni{"Invar Leggings (Thermal Foundation)", "Invar Leggings", "Leggings"},
				ni{"Invar Boots (Thermal Foundation)", "Invar Boots", "Boots"}
			},
			list{name = "bronze", title = bronze,
				ni{"Bronze Helmet (Thermal Foundation)", "Bronze Helmet", "Helmet"},
				ni{"Bronze Chestplate (Thermal Foundation)", "Bronze Chestplate", "Chestplate"},
				ni{"Bronze Leggings (Thermal Foundation)", "Bronze Leggings", "Leggings"},
				ni{"Bronze Boots (Thermal Foundation)", "Bronze Boots", "Boots"}
			}
		}
	},
	group{name = "liquids", title = liquids,
		ni{"Destabilized Redstone (Thermal Foundation)", "Destabilized Redstone", "Destabilized Redstone"},
		ni{"Energized Glowstone (Thermal Foundation)", "Energized Glowstone", "Energized Glowstone"},
		ni{"Blazing Pyrotheum (Thermal Foundation)", "Blazing Pyrotheum", "Blazing Pyrotheum"},
		ni{"Gelid Cryotheum (Thermal Foundation)", "Gelid Cryotheum", "Gelid Cryotheum"},
		ni{"Liquifacted Coal (Thermal Foundation)", "Liquifacted Coal", "Liquifacted Coal"},
		ni{"Resonant Ender (Thermal Foundation)", "Resonant Ender", "Resonant Ender"}
	},
	group{name = "mobs", title = mobs,
		ni{"Blizz"}
	}
}
end
return p
--</pre>
Advertisement