Feed The Beast Wiki

Follow the Feed The Beast Wiki on Discord or Mastodon!

READ MORE

Feed The Beast Wiki
Advertisement
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

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

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

local armor = [=[<translate><!--T:2--> Armor</translate>]=]
local helmet = [=[<translate><!--T:46--> Helmet</translate>]=]
local chestplate = [=[<translate><!--T:47--> Chestplate</translate>]=]
local leggings = [=[<translate><!--T:48--> Leggings</translate>]=]
local boots = [=[<translate><!--T:49--> Boots</translate>]=]

local resources = [=[<translate><!--T:3--> Resources</translate>]=]
local ore = [=[<translate><!--T:4--> Ore</translate>]=]
local ingots = [=[<translate><!--T:5--> Ingot</translate>]=]
local clump = [=[<translate><!--T:6--> Clump</translate>]=]
local dust = [=[<translate><!--T:7--> Dust</translate>]=]
local crystal = [=[<translate><!--T:8--> Crystal</translate>]=]
local shard = [=[<translate><!--T:9--> Shard</translate>]=]
local materials = [=[<translate><!--T:10--> Materials</translate>]=]
local fuel = [=[<translate><!--T:11--> Fuel</translate>]=]

local blocks = [=[<translate><!--T:12--> Blocks</translate>]=]
local machines = [=[<translate><!--T:13--> Machines</translate>]=]
local basic = [=[<translate><!--T:14--> Basic</translate>]=]
local advanced = [=[<translate><!--T:15--> Advanced</translate>]=]
local elite = [=[<translate><!--T:16--> Elite</translate>]=]
local ultimate = [=[<translate><!--T:17--> Ultimate</translate>]=]
local creative = [=[<translate><!--T:50--> Creative</translate>]=]
local pipes = [=[<translate><!--T:18--> Pipes, Tubes and Cables</translate>]=]
local plastic = [=[<translate><!--T:19--> Plastic</translate>]=]
local balloon = [=[<translate><!--T:20--> Balloon</translate>]=]
local barrier = [=[<translate><!--T:21--> Barrier</translate>]=]
local block = [=[<translate><!--T:22--> Block</translate>]=]
local glowblock = [=[<translate><!--T:23--> Glow Block</translate>]=]
local glowpanel = [=[<translate><!--T:51--> Glow Panel</translate>]=]
local road = [=[<translate><!--T:24--> Road</translate>]=]
local reinforcedblock = [=[<translate><!--T:25--> Reinforced Block</translate>]=]
local slickblock = [=[<translate><!--T:26--> Slick Block</translate>]=]

local items = [=[<translate><!--T:27--> Items</translate>]=]
local components = [=[<translate><!--T:28--> Components</translate>]=]
local tools = [=[<translate><!--T:29--> Tools</translate>]=]
local bronze = [=[<translate><!--T:30--> Bronze</translate>]=]
local copper = [=[<translate><!--T:31--> Copper</translate>]=]
local diamond = [=[<translate><!--T:32--> Diamond</translate>]=]
local glowstone = [=[<translate><!--T:33--> Glowstone</translate>]=]
local gold = [=[<translate><!--T:34--> Gold</translate>]=]
local iron = [=[<translate><!--T:35--> Iron</translate>]=]
local lapislazuli = [=[<translate><!--T:36--> Lapis Lazuli</translate>]=]
local obsidian = [=[<translate><!--T:37--> Obsidian</translate>]=]
local osmium = [=[<translate><!--T:38--> Osmium</translate>]=]
local steel = [=[<translate><!--T:39--> Steel</translate>]=]
local stone = [=[<translate><!--T:40--> Stone</translate>]=]
local wood = [=[<translate><!--T:41--> Wood</translate>]=]
local diamond = [=[<translate><!--T:42--> Diamond</translate>]=]
local weapons = [=[<translate><!--T:43--> Weapons</translate>]=]
local swords = [=[<translate><!--T:44--> Swords</translate>]=]

local upgrades = [=[<translate><!--T:45--> Upgrades</translate>]=]

local structures = [=[Multiblock structures]=]

return navbox{title = mekanism, mod = "MEK", modname = "Mekanism",
    group{name = "armor", title = armor,
        list{title = bronze,
            nid{"Bronze Helmet", helmet},
            nid{"Bronze Chestplate", chestplate},
            nid{"Bronze Leggings", leggings},
            nid{"Bronze Boots", boots}
        },
        list{title = glowstone,
            ni{"Glowstone Helmet", "Glowstone Helmet", helmet},
            ni{"Glowstone Chestplate", "Glowstone Chestplate", chestplate},
            ni{"Glowstone Leggings", "Glowstone Leggings", leggings},
            ni{"Glowstone Boots", "Glowstone Boots", boots}
        },
        list{title = lapislazuli,
            ni{"Lapis Lazuli Helmet", "Lapis Lazuli Helmet", helmet},
            ni{"Lapis Lazuli Chestplate", "Lapis Lazuli Chestplate", chestplate},
            ni{"Lapis Lazuli Leggings", "Lapis Lazuli Leggings", leggings},
            ni{"Lapis Lazuli Boots", "Lapis Lazuli Boots", boots}
        },
        list{title = obsidian,
            nid{"Obsidian Helmet", helmet},
            nid{"Obsidian Chestplate", chestplate},
            nid{"Obsidian Leggings", leggings},
            nid{"Obsidian Boots", boots}
        },
        list{title = osmium,
            ni{"Osmium Helmet", "Osmium Helmet", helmet},
            ni{"Osmium Chestplate", "Osmium Chestplate", chestplate},
            ni{"Osmium Leggings", "Osmium Leggings", leggings},
            ni{"Osmium Boots", "Osmium Boots", boots}
        },
        list{title = steel,
            nid{"Steel Helmet", helmet},
            nid{"Steel Chestplate", chestplate},
            nid{"Steel Leggings", leggings},
            nid{"Steel Boots", boots}
        }
    },
    group{name = "resources", title = resources,
        list{title = ore,
            ni{"Copper Ore", "Copper", [=[<translate><!--T:52--> Copper</translate>]=]},
            ni{"Osmium Ore", "Osmium", [=[<translate><!--T:53--> Osmium</translate>]=]},
            ni{"Tin Ore", "Tin", [=[<translate><!--T:54--> Tin</translate>]=]}
        },
        list{title = ingots,
            ni{"Bronze Ingot", "Bronze", [=[<translate><!--T:55--> Bronze</translate>]=]},
            ni{"Glowstone Ingot", "Glowstone", [=[<translate><!--T:56--> Glowstone</translate>]=]},
            ni{"Osmium Ingot", "Osmium", [=[<translate><!--T:57--> Osmium</translate>]=]},
            ni{"Refined Obsidian Ingot", "Refined Obsidian", [=[<translate><!--T:58--> Refined Obsidian</translate>]=]},
            ni{"Steel Ingot", "Steel", [=[<translate><!--T:59--> Steel</translate>]=]},
            ni{"Tin Ingot", "Tin", [=[<translate><!--T:60--> Tin</translate>]=]}
        },
        list{title = clump,
            ni{"Copper Clump", "Copper", [=[<translate><!--T:61--> Copper</translate>]=]},
            ni{"Gold Clump", "Gold", [=[<translate><!--T:62--> Gold</translate>]=]},
            ni{"Iron Clump", "Iron", [=[<translate><!--T:63--> Iron</translate>]=]},
            ni{"Lead Clump", "Lead", [=[<translate><!--T:64--> Lead</translate>]=]},
            ni{"Osmium Clump", "Osmium", [=[<translate><!--T:65--> Osmium</translate>]=]},
            ni{"Silver Clump", "Silver", [=[<translate><!--T:66--> Silver</translate>]=]},
            ni{"Tin Clump", "Tin", [=[<translate><!--T:67--> Tin</translate>]=]}
        },
        list{title = crystal,
            ni{"Copper Crystal", "Copper", [=[<translate><!--T:68--> Copper</translate>]=]},
            ni{"Gold Crystal", "Gold", [=[<translate><!--T:69--> Gold</translate>]=]},
            ni{"Iron Crystal", "Iron", [=[<translate><!--T:70--> Iron</translate>]=]},
            ni{"Lead Crystal", "Lead", [=[<translate><!--T:71--> Lead</translate>]=]},
            ni{"Osmium Crystal", "Osmium", [=[<translate><!--T:72--> Osmium</translate>]=]},
            ni{"Silver Crystal", "Silver", [=[<translate><!--T:73--> Silver</translate>]=]},
            ni{"Tin Crystal", "Tin", [=[<translate><!--T:74--> Tin</translate>]=]}
        },
        list{title = dust,
            ni{"Copper Dust", "Copper"},
            ni{"Dirty Copper Dust", "Copper", [=[<translate><!--T:75--> Dirty Copper</translate>]=]},
            ni{"Diamond Dust", "Diamond", [=[<translate><!--T:76--> Diamond</translate>]=]},
            ni{"Dirty Gold Dust", "Gold", [=[<translate><!--T:77--> Dirty Gold</translate>]=]},
            ni{"Dirty Iron Dust", "Iron", [=[<translate><!--T:78--> Dirty Iron</translate>]=]},
            ni{"Dirty Lead Dust", "Lead", [=[<translate><!--T:79--> Dirty Lead</translate>]=]},
            ni{"Dirty Osmium Dust", "Osmium", [=[<translate><!--T:80--> Dirty Osmium</translate>]=]},
            ni{"Dirty Silver Dust", "Silver", [=[<translate><!--T:81--> Dirty Silver</translate>]=]},
            ni{"Dirty Tin Dust", "Tin", [=[<translate><!--T:82--> Dirty Tin</translate>]=]},
            ni{"Gold Dust", "Gold", [=[<translate><!--T:83--> Gold</translate>]=]},
            ni{"Iron Dust", "Iron", [=[<translate><!--T:84--> Iron</translate>]=]},
            ni{"Lead Dust", "Lead", [=[<translate><!--T:85--> Lead</translate>]=]},
            ni{"Lithium Dust", "Lithium", [=[<translate><!--T:86--> Lithium</translate>]=]},
            ni{"Osmium Dust", "Osmium", [=[<translate><!--T:87--> Osmium</translate>]=]},
            ni{"Refined Obsidian Dust", "Refined Obsidian Dust", [=[<translate><!--T:88--> Refined Obsidian</translate>]=]},
            nid{"Sawdust"},
            ni{"Silver Dust", "Silver", [=[<translate><!--T:89--> Silver</translate>]=]},
            ni{"Steel Dust", "Steel", [=[<translate><!--T:90--> Steel</translate>]=]},
            ni{"Sulfur Dust", "Sulfur", [=[<translate><!--T:91--> Sulfur</translate>]=]},
            ni{"Tin Dust", "Tin", [=[<translate><!--T:92--> Tin</translate>]=]}
        },
        list{title = shard,
            ni{"Copper Shard", "Copper", [=[<translate><!--T:93--> Copper</translate>]=]},
            ni{"Gold Shard", "Gold", [=[<translate><!--T:94--> Gold</translate>]=]},
            ni{"Iron Shard", "Iron", [=[<translate><!--T:95--> Iron</translate>]=]},
            ni{"Lead Shard", "Lead", [=[<translate><!--T:96--> Lead</translate>]=]},
            ni{"Osmium Shard", "Osmium", [=[<translate><!--T:97--> Osmium</translate>]=]},
            ni{"Silver Shard", "Silver", [=[<translate><!--T:98--> Silver</translate>]=]},
            ni{"Tin Shard", "Tin", [=[<translate><!--T:99--> Tin</translate>]=]}
        },
        list{title = blocks,
            ni{"Bronze Block", "Bronze", [=[<translate><!--T:100--> Bronze</translate>]=]},
            ni{"Charcoal Block", "Charcoal", [=[<translate><!--T:101--> Charcoal</translate>]=]},
            ni{"Copper Block", "Copper", [=[<translate><!--T:102--> Copper</translate>]=]},
            ni{"Osmium Block", "Osmium", [=[<translate><!--T:103--> Osmium</translate>]=]},
            ni{"Refined Glowstone"},
            ni{"Refined Obsidian"},
            ni{"Salt Block", "Salt", [=[<translate><!--T:104--> Salt</translate>]=]},
            ni{"Steel Block", "Steel", [=[<translate><!--T:105--> Steel</translate>]=]},
            ni{"Tin Block", "Tin", [=[<translate><!--T:106--> Tin</translate>]=]}
        },
        list{title = materials,
            ni{"Atomic Alloy"},
            ni{"Compressed Carbon"},
            nid{"Compressed Diamond"},
            nid{"Compressed Obsidian"},
            ni{"Compressed Redstone"},
            ni{"Enriched Alloy"},
            ni{"Enriched Iron"},
            ni{"Reinforced Alloy"},
            nid{"Salt"}
        },
        list{title = fuel,
            ni{"Bio Fuel"}
        }
    },
    group{name = "blocks", title = blocks,
        list{title = blocks,
            nid{"Cardboard Box"},
            ni{"Personal Chest"},
            ni{"Reactor Frame"},
            nid{"Reactor Glass"},
            ni{"Reactor Logic Adapter"},
            ni{"Reactor Port"},
            ni{"Steel Casing"},
            ni{"Structural Glass"},
            ni{"Teleporter Frame"},
            ni{"Thermal Evaporation Block"},
            ni{"Thermal Evaporation Valve"},
            ni{"Turbine Casing"},
            ni{"Turbine Valve"},
            ni{"Turbine Vent"}
        },
        list{title = machines,
            list{
                ni{"Bio-Generator"},
                ni{"Boiler Casing"},
                ni{"Boiler Valve"},
                ni{"Chargepad"},
                ni{"Chemical Crystallizer"},
                ni{"Chemical Dissolution Chamber"},
                ni{"Chemical Infuser"},
                ni{"Chemical Injection Chamber"},
                ni{"Chemical Oxidizer"},
                ni{"Chemical Washer"},
                ni{"Combiner"},
                nid{"Crusher"},
                ni{"Dictionary"},
                ni{"Digital Miner"},
                ni{"Dynamic Tank"},
                ni{"Dynamic Valve"},
                nid{"Electric Pump"},
                ni{"Electrolytic Separator"},
                ni{"Electromagnetic Coil"},
                ni{"Energized Smelter"},
                ni{"Enrichment Chamber"},
                ni{"Fluidic Plenisher"},
                ni{"Formulaic Assemblicator"},
                ni{"Fuelwood Heater"},
                ni{"Gas-Burning Generator"},
                ni{"Heat Generator"},
                ni{"Induction Port"},
                nid{"Laser"},
                ni{"Laser Amplifier"},
                ni{"Laser Focus Matrix"},
                ni{"Laser Tractor Beam"},
                ni{"Logistical Sorter"},
                ni{"Metallurgic Infuser"},
                ni{"Oredictionificator"},
                ni{"Osmium Compressor"},
                ni{"Precision Sawmill"},
                ni{"Pressure Disperser"},
                ni{"Pressurized Reaction Chamber"},
                ni{"Purification Chamber"},
                ni{"Quantum Entangloporter"},
                nid{"Reactor Controller"},
                ni{"Resistive Heater"},
                ni{"Robit"},
                ni{"Rotary Condensentrator"},
                ni{"Rotational Complex"},
                ni{"Saturating Condenser"},
                ni{"Security Desk"},
                ni{"Seismic Reader"},
                ni{"Seismic Vibrator"},
                nid{"Solar Generator"},
                ni{"Solar Neutron Activator"},
                ni{"Superheating Element"},
                nid{"Teleporter"},
                ni{"Thermal Evaporation Controller"},
                nid{"Wind Generator"}
            },
            list{title = basic,
                ni{"Basic Bin"},
                ni{"Basic Combining Factory"},
                ni{"Basic Compressing Factory"},
                ni{"Basic Crushing Factory"},
                ni{"Basic Energy Cube"},
                ni{"Basic Enriching Factory"},
                ni{"Basic Fluid Tank"},
                ni{"Basic Gas Tank"},
                ni{"Basic Induction Cell"},
                ni{"Basic Induction Provider"},
                ni{"Basic Infusing Factory"},
                ni{"Basic Injecting Factory"},
                ni{"Basic Purifying Factory"},
                ni{"Basic Smelting Factory"}
            },
            list{title = advanced,
                ni{"Advanced Bin"},
                ni{"Advanced Combining Factory"},
                ni{"Advanced Compressing Factory"},
                ni{"Advanced Crushing Factory"},
                ni{"Advanced Energy Cube"},
                ni{"Advanced Enriching Factory"},
                ni{"Advanced Fluid Tank"},
                ni{"Advanced Gas Tank"},
                ni{"Advanced Induction Cell"},
                ni{"Advanced Induction Provider"},
                ni{"Advanced Infusing Factory"},
                ni{"Advanced Injecting Factory"},
                ni{"Advanced Purifying Factory"},
                ni{"Advanced Smelting Factory"},
                ni{"Advanced Solar Generator"}
            },
            list{title = elite,
                ni{"Elite Bin"},
                ni{"Elite Combining Factory"},
                ni{"Elite Compressing Factory"},
                ni{"Elite Crushing Factory"},
                ni{"Elite Energy Cube"},
                ni{"Elite Enriching Factory"},
                ni{"Elite Fluid Tank"},
                ni{"Elite Gas Tank"},
                ni{"Elite Induction Cell"},
                ni{"Elite Induction Provider"},
                ni{"Elite Infusing Factory"},
                ni{"Elite Injecting Factory"},
                ni{"Elite Purifying Factory"},
                ni{"Elite Smelting Factory"}
            },
            list{title = ultimate,
                ni{"Ultimate Bin"},
                ni{"Ultimate Energy Cube"},
                ni{"Ultimate Fluid Tank"},
                ni{"Ultimate Gas Tank"},
                ni{"Ultimate Induction Cell"},
                ni{"Ultimate Induction Provider"}
            },
            list{title = creative,
                ni{"Creative Bin"},
                ni{"Creative Energy Cube"},
                ni{"Creative Fluid Tank"},
                ni{"Creative Gas Tank"}
            }
        },
        list{title = pipes,
            list{
                ni{"Restrictive Transporter"}
            },
            list{title = basic,
                ni{"Basic Logistical Transporter"},
                ni{"Basic Mechanical Pipe"},
                ni{"Basic Pressurized Tube"},
                ni{"Basic Thermodynamic Conductor"},
                ni{"Basic Universal Cable"},
                ni{"Diversion Transporter"}
            },
            list{title = advanced,
                ni{"Advanced Logistical Transporter"},
                ni{"Advanced Mechanical Pipe"},
                ni{"Advanced Pressurized Tube"},
                ni{"Advanced Thermodynamic Conductor"},
                ni{"Advanced Universal Cable"}
            },
            list{title = elite,
                ni{"Elite Logistical Transporter"},
                ni{"Elite Mechanical Pipe"},
                ni{"Elite Pressurized Tube"},
                ni{"Elite Thermodynamic Conductor"},
                ni{"Elite Universal Cable"}
            },
            list{title = ultimate,
                ni{"Ultimate Logistical Transporter"},
                ni{"Ultimate Mechanical Pipe"},
                ni{"Ultimate Pressurized Tube"},
                ni{"Ultimate Thermodynamic Conductor"},
                ni{"Ultimate Universal Cable"}
            }
        },
        list{title = plastic,
            list{title = balloon,
                ni{"Blue Balloon", "Balloon (Mekanism)", [=[<translate><!--T:107--> Blue</translate>]=]},
                ni{"Green Balloon", "Balloon (Mekanism)", [=[<translate><!--T:108--> Green</translate>]=]},
                ni{"Cyan Balloon", "Balloon (Mekanism)", [=[<translate><!--T:109--> Cyan</translate>]=]},
                ni{"Purple Balloon", "Balloon (Mekanism)", [=[<translate><!--T:110--> Purple</translate>]=]},
                ni{"Brown Balloon", "Balloon (Mekanism)", [=[<translate><!--T:111--> Brown</translate>]=]},
                ni{"Orange Balloon", "Balloon (Mekanism)", [=[<translate><!--T:112--> Orange</translate>]=]},
                ni{"Light Grey Balloon", "Balloon (Mekanism)", [=[<translate><!--T:113--> Light Grey</translate>]=]},
                ni{"Black Balloon", "Balloon (Mekanism)", [=[<translate><!--T:114--> Black</translate>]=]},
                ni{"Grey Balloon", "Balloon (Mekanism)", [=[<translate><!--T:115--> Grey</translate>]=]},
                ni{"Light Blue Balloon", "Balloon (Mekanism)", [=[<translate><!--T:116--> Light Blue</translate>]=]},
                ni{"Lime Balloon", "Balloon (Mekanism)", [=[<translate><!--T:117--> Lime</translate>]=]},
                ni{"Red Balloon", "Balloon (Mekanism)", [=[<translate><!--T:118--> Red</translate>]=]},
                ni{"Magenta Balloon", "Balloon (Mekanism)", [=[<translate><!--T:119--> Magenta</translate>]=]},
                ni{"Pink Balloon", "Balloon (Mekanism)", [=[<translate><!--T:120--> Pink</translate>]=]},
                ni{"Yellow Balloon", "Balloon (Mekanism)", [=[<translate><!--T:121--> Yellow</translate>]=]}
            },
            list{title = barrier,
                ni{"Blue Plastic Barrier", "Plastic Barrier", [=[<translate><!--T:122--> Blue</translate>]=]},
                ni{"Green Plastic Barrier", "Plastic Barrier", [=[<translate><!--T:123--> Green</translate>]=]},
                ni{"Cyan Plastic Barrier", "Plastic Barrier", [=[<translate><!--T:124--> Cyan</translate>]=]},
                ni{"Purple Plastic Barrier", "Plastic Barrier", [=[<translate><!--T:125--> Purple</translate>]=]},
                ni{"Brown Plastic Barrier", "Plastic Barrier", [=[<translate><!--T:126--> Brown</translate>]=]},
                ni{"Orange Plastic Barrier", "Plastic Barrier", [=[<translate><!--T:127--> Orange</translate>]=]},
                ni{"Light Grey Plastic Barrier", "Plastic Barrier", [=[<translate><!--T:128--> Light Grey</translate>]=]},
                ni{"Black Plastic Barrier", "Plastic Barrier", [=[<translate><!--T:129--> Black</translate>]=]},
                ni{"Grey Plastic Barrier", "Plastic Barrier", [=[<translate><!--T:130--> Grey</translate>]=]},
                ni{"Light Blue Plastic Barrier", "Plastic Barrier", [=[<translate><!--T:131--> Light Blue</translate>]=]},
                ni{"Lime Plastic Barrier", "Plastic Barrier", [=[<translate><!--T:132--> Lime</translate>]=]},
                ni{"Red Plastic Barrier", "Plastic Barrier", [=[<translate><!--T:133--> Red</translate>]=]},
                ni{"Magenta Plastic Barrier", "Plastic Barrier", [=[<translate><!--T:134--> Magenta</translate>]=]},
                ni{"Pink Plastic Barrier", "Plastic Barrier", [=[<translate><!--T:135--> Pink</translate>]=]},
                ni{"Yellow Plastic Barrier", "Plastic Barrier", [=[<translate><!--T:136--> Yellow</translate>]=]}
            },
            list{title = block,
                ni{"Blue Plastic Block", "Plastic Block", [=[<translate><!--T:137--> Blue</translate>]=]},
                ni{"Green Plastic Block", "Plastic Block", [=[<translate><!--T:138--> Green</translate>]=]},
                ni{"Cyan Plastic Block", "Plastic Block", [=[<translate><!--T:139--> Cyan</translate>]=]},
                ni{"Purple Plastic Block", "Plastic Block", [=[<translate><!--T:140--> Purple</translate>]=]},
                ni{"Brown Plastic Block", "Plastic Block", [=[<translate><!--T:141--> Brown</translate>]=]},
                ni{"Orange Plastic Block", "Plastic Block", [=[<translate><!--T:142--> Orange</translate>]=]},
                ni{"Light Grey Plastic Block", "Plastic Block", [=[<translate><!--T:143--> Light Grey</translate>]=]},
                ni{"Black Plastic Block", "Plastic Block", [=[<translate><!--T:144--> Black</translate>]=]},
                ni{"Grey Plastic Block", "Plastic Block", [=[<translate><!--T:145--> Grey</translate>]=]},
                ni{"Light Blue Plastic Block", "Plastic Block", [=[<translate><!--T:146--> Light Blue</translate>]=]},
                ni{"Lime Plastic Block", "Plastic Block", [=[<translate><!--T:147--> Lime</translate>]=]},
                ni{"Red Plastic Block", "Plastic Block", [=[<translate><!--T:148--> Red</translate>]=]},
                ni{"Magenta Plastic Block", "Plastic Block", [=[<translate><!--T:149--> Magenta</translate>]=]},
                ni{"Pink Plastic Block", "Plastic Block", [=[<translate><!--T:150--> Pink</translate>]=]},
                ni{"Yellow Plastic Block", "Plastic Block", [=[<translate><!--T:151--> Yellow</translate>]=]}
            },
            list{title = glowblock,
                ni{"Blue Plastic Glow Block", "Plastic Glow Block", [=[<translate><!--T:152--> Blue</translate>]=]},
                ni{"Green Plastic Glow Block", "Plastic Glow Block", [=[<translate><!--T:153--> Green</translate>]=]},
                ni{"Cyan Plastic Glow Block", "Plastic Glow Block", [=[<translate><!--T:154--> Cyan</translate>]=]},
                ni{"Purple Plastic Glow Block", "Plastic Glow Block", [=[<translate><!--T:155--> Purple</translate>]=]},
                ni{"Brown Plastic Glow Block", "Plastic Glow Block", [=[<translate><!--T:156--> Brown</translate>]=]},
                ni{"Orange Plastic Glow Block", "Plastic Glow Block", [=[<translate><!--T:157--> Orange</translate>]=]},
                ni{"Light Grey Plastic Glow Block", "Plastic Glow Block", [=[<translate><!--T:158--> Light Grey</translate>]=]},
                ni{"Black Plastic Glow Block", "Plastic Glow Block", [=[<translate><!--T:159--> Black</translate>]=]},
                ni{"Grey Plastic Glow Block", "Plastic Glow Block", [=[<translate><!--T:160--> Grey</translate>]=]},
                ni{"Light Blue Plastic Glow Block", "Plastic Glow Block", [=[<translate><!--T:161--> Light Blue</translate>]=]},
                ni{"Lime Plastic Glow Block", "Plastic Glow Block", [=[<translate><!--T:162--> Lime</translate>]=]},
                ni{"Red Plastic Glow Block", "Plastic Glow Block", [=[<translate><!--T:163--> Red</translate>]=]},
                ni{"Magenta Plastic Glow Block", "Plastic Glow Block", [=[<translate><!--T:164--> Magenta</translate>]=]},
                ni{"Pink Plastic Glow Block", "Plastic Glow Block", [=[<translate><!--T:165--> Pink</translate>]=]},
                ni{"Yellow Plastic Glow Block", "Plastic Glow Block", [=[<translate><!--T:166--> Yellow</translate>]=]}
            },
            list{title = glowpanel,
                ni{"Blue Glow Panel", "Glow Panel", [=[<translate><!--T:167--> Blue</translate>]=]},
                ni{"Green Glow Panel", "Glow Panel", [=[<translate><!--T:168--> Green</translate>]=]},
                ni{"Cyan Glow Panel", "Glow Panel", [=[<translate><!--T:169--> Cyan</translate>]=]},
                ni{"Purple Glow Panel", "Glow Panel", [=[<translate><!--T:170--> Purple</translate>]=]},
                ni{"Brown Glow Panel", "Glow Panel", [=[<translate><!--T:171--> Brown</translate>]=]},
                ni{"Orange Glow Panel", "Glow Panel", [=[<translate><!--T:172--> Orange</translate>]=]},
                ni{"Light Grey Glow Panel", "Glow Panel", [=[<translate><!--T:173--> Light Grey</translate>]=]},
                ni{"Black Glow Panel", "Glow Panel", [=[<translate><!--T:174--> Black</translate>]=]},
                ni{"Grey Glow Panel", "Glow Panel", [=[<translate><!--T:175--> Grey</translate>]=]},
                ni{"Light Blue Glow Panel", "Glow Panel", [=[<translate><!--T:176--> Light Blue</translate>]=]},
                ni{"Lime Glow Panel", "Glow Panel", [=[<translate><!--T:177--> Lime</translate>]=]},
                ni{"Red Glow Panel", "Glow Panel", [=[<translate><!--T:178--> Red</translate>]=]},
                ni{"Magenta Glow Panel", "Glow Panel", [=[<translate><!--T:179--> Magenta</translate>]=]},
                ni{"Pink Glow Panel", "Glow Panel", [=[<translate><!--T:180--> Pink</translate>]=]},
                ni{"Yellow Glow Panel", "Glow Panel", [=[<translate><!--T:181--> Yellow</translate>]=]}
            },
            list{title = road,
                ni{"Blue Plastic Road", "Plastic Road", [=[<translate><!--T:182--> Blue</translate>]=]},
                ni{"Green Plastic Road", "Plastic Road", [=[<translate><!--T:183--> Green</translate>]=]},
                ni{"Cyan Plastic Road", "Plastic Road", [=[<translate><!--T:184--> Cyan</translate>]=]},
                ni{"Purple Plastic Road", "Plastic Road", [=[<translate><!--T:185--> Purple</translate>]=]},
                ni{"Brown Plastic Road", "Plastic Road", [=[<translate><!--T:186--> Brown</translate>]=]},
                ni{"Orange Plastic Road", "Plastic Road", [=[<translate><!--T:187--> Orange</translate>]=]},
                ni{"Light Grey Plastic Road", "Plastic Road", [=[<translate><!--T:188--> Light Grey</translate>]=]},
                ni{"Black Plastic Road", "Plastic Road", [=[<translate><!--T:189--> Black</translate>]=]},
                ni{"Grey Plastic Road", "Plastic Road", [=[<translate><!--T:190--> Grey</translate>]=]},
                ni{"Light Blue Plastic Road", "Plastic Road", [=[<translate><!--T:191--> Light Blue</translate>]=]},
                ni{"Lime Plastic Road", "Plastic Road", [=[<translate><!--T:192--> Lime</translate>]=]},
                ni{"Red Plastic Road", "Plastic Road", [=[<translate><!--T:193--> Red</translate>]=]},
                ni{"Magenta Plastic Road", "Plastic Road", [=[<translate><!--T:194--> Magenta</translate>]=]},
                ni{"Pink Plastic Road", "Plastic Road", [=[<translate><!--T:195--> Pink</translate>]=]},
                ni{"Yellow Plastic Road", "Plastic Road", [=[<translate><!--T:196--> Yellow</translate>]=]}
            },
            list{title = reinforcedblock,
                ni{"Blue Reinforced Plastic Block", "Reinforced Plastic Block", [=[<translate><!--T:197--> Blue</translate>]=]},
                ni{"Green Reinforced Plastic Block", "Reinforced Plastic Block", [=[<translate><!--T:198--> Green</translate>]=]},
                ni{"Cyan Reinforced Plastic Block", "Reinforced Plastic Block", [=[<translate><!--T:199--> Cyan</translate>]=]},
                ni{"Purple Reinforced Plastic Block", "Reinforced Plastic Block", [=[<translate><!--T:200--> Purple</translate>]=]},
                ni{"Brown Reinforced Plastic Block", "Reinforced Plastic Block", [=[<translate><!--T:201--> Brown</translate>]=]},
                ni{"Orange Reinforced Plastic Block", "Reinforced Plastic Block", [=[<translate><!--T:202--> Orange</translate>]=]},
                ni{"Light Grey Reinforced Plastic Block", "Reinforced Plastic Block", [=[<translate><!--T:203--> Light Grey</translate>]=]},
                ni{"Black Reinforced Plastic Block", "Reinforced Plastic Block", [=[<translate><!--T:204--> Black</translate>]=]},
                ni{"Grey Reinforced Plastic Block", "Reinforced Plastic Block", [=[<translate><!--T:205--> Grey</translate>]=]},
                ni{"Light Blue Reinforced Plastic Block", "Reinforced Plastic Block", [=[<translate><!--T:206--> Light Blue</translate>]=]},
                ni{"Lime Reinforced Plastic Block", "Reinforced Plastic Block", [=[<translate><!--T:207--> Lime</translate>]=]},
                ni{"Red Reinforced Plastic Block", "Reinforced Plastic Block", [=[<translate><!--T:208--> Red</translate>]=]},
                ni{"Magenta Reinforced Plastic Block", "Reinforced Plastic Block", [=[<translate><!--T:209--> Magenta</translate>]=]},
                ni{"Pink Reinforced Plastic Block", "Reinforced Plastic Block", [=[<translate><!--T:210--> Pink</translate>]=]},
                ni{"Yellow Reinforced Plastic Block", "Reinforced Plastic Block", [=[<translate><!--T:211--> Yellow</translate>]=]}
            },
            list{title = slickblock,
                ni{"Blue Slick Plastic Block", "Slick Plastic Block", [=[<translate><!--T:212--> Blue</translate>]=]},
                ni{"Green Slick Plastic Block", "Slick Plastic Block", [=[<translate><!--T:213--> Green</translate>]=]},
                ni{"Cyan Slick Plastic Block", "Slick Plastic Block", [=[<translate><!--T:214--> Cyan</translate>]=]},
                ni{"Purple Slick Plastic Block", "Slick Plastic Block", [=[<translate><!--T:215--> Purple</translate>]=]},
                ni{"Brown Slick Plastic Block", "Slick Plastic Block", [=[<translate><!--T:216--> Brown</translate>]=]},
                ni{"Orange Slick Plastic Block", "Slick Plastic Block", [=[<translate><!--T:217--> Orange</translate>]=]},
                ni{"Light Grey Slick Plastic Block", "Slick Plastic Block", [=[<translate><!--T:218--> Light Grey</translate>]=]},
                ni{"Black Slick Plastic Block", "Slick Plastic Block", [=[<translate><!--T:219--> Black</translate>]=]},
                ni{"Grey Slick Plastic Block", "Slick Plastic Block", [=[<translate><!--T:220--> Grey</translate>]=]},
                ni{"Light Blue Slick Plastic Block", "Slick Plastic Block", [=[<translate><!--T:221--> Light Blue</translate>]=]},
                ni{"Lime Slick Plastic Block", "Slick Plastic Block", [=[<translate><!--T:222--> Lime</translate>]=]},
                ni{"Red Slick Plastic Block", "Slick Plastic Block", [=[<translate><!--T:223--> Red</translate>]=]},
                ni{"Magenta Slick Plastic Block", "Slick Plastic Block", [=[<translate><!--T:224--> Magenta</translate>]=]},
                ni{"Pink Slick Plastic Block", "Slick Plastic Block", [=[<translate><!--T:225--> Pink</translate>]=]},
                ni{"Yellow Slick Plastic Block", "Slick Plastic Block", [=[<translate><!--T:226--> Yellow</translate>]=]}
            }
        }
    },
    group{name = "items", title = items,
        list{title = components,
            ni{"Electrolytic Core"},
            ni{"Induction Casing"},
            ni{"PlaStick"},
            nid{"Solar Panel"},
            ni{"Substrate"},
            ni{"Teleportation Core"},
            nid{"Turbine Blade"},
            nid{"Turbine Rotor"}
        },
        list{title = items,
            ni{"Advanced Control Circuit"},
            ni{"Advanced Tier Installer"},
            ni{"Basic Control Circuit"},
            ni{"Basic Tier Installer"},
            ni{"Configuration Card"},
            ni{"Crafting Formula"},
            ni{"Elite Control Circuit"},
            ni{"Elite Tier Installer"},
            ni{"Energy Tablet"},
            ni{"HDPE Pellet"},
            ni{"HDPE Rod"},
            ni{"HDPE Sheet"},
            ni{"Ultimate Control Circuit"},
            ni{"Ultimate Tier Installer"}
        },
        list{title = tools,
            list{
                ni{"Armored Jetpack"},
                ni{"Atomic Disassembler"},
                ni{"Configurator"},
            	ni{"Free Runners"},
                ni{"Gas Mask"},
                ni{"Gauge Dropper"},
                ni{"Hohlraum"},
                nid{"Jetpack"},
                ni{"Network Reader"},
                ni{"Portable Teleporter"},
                ni{"Scuba Tank"},
                ni{"Walkie-Talkie"}
            },
            list{title = bronze,
                nid{"Bronze Axe", [=[<translate><!--T:227--> Axe</translate>]=]},
                nid{"Bronze Hoe", [=[<translate><!--T:228--> Hoe</translate>]=]},
                ni{"Bronze Paxel", "Bronze Paxel", [=[<translate><!--T:229--> Paxel</translate>]=]},
                nid{"Bronze Pickaxe", [=[<translate><!--T:230--> Pickaxe</translate>]=]},
                nid{"Bronze Shovel", [=[<translate><!--T:231--> Shovel</translate>]=]}
            },
            list{title = diamond,
                ni{"Diamond Paxel", "Diamond Paxel", [=[<translate><!--T:232--> Paxel</translate>]=]}
            },
            list{title = glowstone,
                ni{"Glowstone Axe", "Glowstone Axe", [=[<translate><!--T:233--> Axe</translate>]=]},
                ni{"Glowstone Hoe", "Glowstone Hoe", [=[<translate><!--T:234--> Hoe</translate>]=]},
                ni{"Glowstone Paxel", "Glowstone Paxel", [=[<translate><!--T:235--> Paxel</translate>]=]},
                ni{"Glowstone Pickaxe", "Glowstone Pickaxe", [=[<translate><!--T:236--> Pickaxe</translate>]=]},
                ni{"Glowstone Shovel", "Glowstone Shovel", [=[<translate><!--T:237--> Shovel</translate>]=]}
            },
            list{title = gold,
                ni{"Gold Paxel", "Gold Paxel", [=[<translate><!--T:238--> Paxel</translate>]=]}
            },
            list{title = iron,
                ni{"Iron Paxel", "Iron Paxel", [=[<translate><!--T:239--> Paxel</translate>]=]}
            },
            list{title = lapislazuli,
                ni{"Lapis Lazuli Axe", "Lapis Lazuli Axe", [=[<translate><!--T:240--> Axe</translate>]=]},
                ni{"Lapis Lazuli Hoe", "Lapis Lazuli Hoe", [=[<translate><!--T:241--> Hoe</translate>]=]},
                ni{"Lapis Lazuli Paxel", "Lapis Lazuli Paxel", [=[<translate><!--T:242--> Paxel</translate>]=]},
                ni{"Lapis Lazuli Pickaxe", "Lapis Lazuli Pickaxe", [=[<translate><!--T:243--> Pickaxe</translate>]=]},
                ni{"Lapis Lazuli Shovel", "Lapis Lazuli Shovel", [=[<translate><!--T:244--> Shovel</translate>]=]}
            },
            list{title = obsidian,
                nid{"Obsidian Axe", [=[<translate><!--T:245--> Axe</translate>]=]},
                nid{"Obsidian Hoe", [=[<translate><!--T:246--> Hoe</translate>]=]},
                ni{"Obsidian Paxel", "Obsidian Paxel", [=[<translate><!--T:247--> Paxel</translate>]=]},
                nid{"Obsidian Pickaxe", [=[<translate><!--T:248--> Pickaxe</translate>]=]},
                nid{"Obsidian Shovel", [=[<translate><!--T:249--> Shovel</translate>]=]}
            },
            list{title = osmium,
                ni{"Osmium Axe", "Osmium Axe", [=[<translate><!--T:250--> Axe</translate>]=]},
                ni{"Osmium Hoe", "Osmium Hoe", [=[<translate><!--T:251--> Hoe</translate>]=]},
                ni{"Osmium Paxel", "Osmium Paxel", [=[<translate><!--T:252--> Paxel</translate>]=]},
                ni{"Osmium Pickaxe", "Osmium Pickaxe", [=[<translate><!--T:253--> Pickaxe</translate>]=]},
                ni{"Osmium Shovel", "Osmium Shovel", [=[<translate><!--T:254--> Shovel</translate>]=]}
            },
            list{title = steel,
                nid{"Steel Axe", [=[<translate><!--T:255--> Axe</translate>]=]},
                nid{"Steel Hoe", [=[<translate><!--T:256--> Hoe</translate>]=]},
                ni{"Steel Paxel", "Steel Paxel", [=[<translate><!--T:257--> Paxel</translate>]=]},
                nid{"Steel Pickaxe", [=[<translate><!--T:258--> Pickaxe</translate>]=]},
                nid{"Steel Shovel", [=[<translate><!--T:259--> Shovel</translate>]=]}
            },
            list{title = stone,
                ni{"Stone Paxel", "Stone Paxel", [=[<translate><!--T:260--> Paxel</translate>]=]}
            },
            list{title = wood,
                ni{"Wood Paxel", "Wood Paxel", [=[<translate><!--T:261--> Paxel</translate>]=]}
            }
        },
        list{title = weapons,
            list{title = swords,
                nid{"Bronze Sword", [=[<translate><!--T:262--> Bronze</translate>]=]},
                ni{"Glowstone Sword", "Glowstone Sword", [=[<translate><!--T:263--> Glowstone</translate>]=]},
                ni{"Lapis Lazuli Sword", "Lapis Lazuli Sword", [=[<translate><!--T:264--> Lapis Lazuli</translate>]=]},
                nid{"Obsidian Sword", [=[<translate><!--T:265--> Obsidian</translate>]=]},
                ni{"Osmium Sword", "Osmium Sword", [=[<translate><!--T:266--> Osmium</translate>]=]},
                nid{"Steel Sword", [=[<translate><!--T:267--> Steel</translate>]=]}
            },
            list{
				ni{"Electric Bow"},
				ni{"Flamethrower"},
				ni{"Obsidian TNT"}
            }
        },
        list{title = upgrades,
            ni{"Anchor Upgrade"},
            ni{"Energy Upgrade"},
            nid{"Filter Upgrade"},
            ni{"Gas Upgrade"},
            ni{"Muffling Upgrade"},
            nid{"Speed Upgrade"}
        }
    },
    group{name = "structures", title = structures,
        list{title = structures,
            l{"Thermal Evaporation Plant"},
            l{"Dynamic Tank (Multiblock structure)","Dynamic Tank"},
            l{"Fusion Reactor (Mekanism)","Fusion Reactor"}
        }
    }
}

end
return p
Advertisement