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/Ender IO/en/doc

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

local enderio = l{"Ender IO", [=[Ender IO]=]}

local blocks = [=[Blocks]=]
local generators = [=[Energy generators]=]
local consumers = [=[Energy consumers]=]
local obelisks = [=[Obelisks]=]
local lights = [=[Lights]=]
local buffers = [=[Buffers]=]
local storage = [=[Energy storage]=]
local devices = [=[Devices]=]
local conduits = [=[Conduits]=]
local storageblocks = [=[Compact blocks]=]
local glass = [=[Glass]=]

local misc = [=[Misc]=]

local items = [=[Items]=]
local dark = [=[Dark tools/armor]=]
local ender = [=[Ender tools/armor]=]
local tools = [=[Other tools]=]
local upgrades = [=[Upgrades]=]
local dsupgrades = [=[Dark Steel Upgrades]=]
local filters = [=[Filters]=]
local rfilters = [=[Redstone Filters]=]
local ingots = [=[Ingots]=]
local nuggets = [=[Nuggets]=]
local grindingballs = [=[Grinding Balls]=]
local powders = [=[Powders]=]
local gears = [=[Gears]=]
local crystals = [=[Crystals]=]
local tokens = [=[Tokens]=]
local components = [=[Components]=]
local potions = [=[Potions]=]
local head = [=[Heads]=]
-- misc

-- misc
local liquid = [=[Liquids]=]
local ticint = [=[TiC Integration]=]
local entities = [=[Entities]=]
local enchantments = [=[Enchantments]=]

return navbox{title = enderio, mod = "EIO", modname = "Ender IO",
    group{name = "blocks", title = blocks,
        list{title = generators,
        	ni{"Simple Stirling Generator"},
            nid{"Stirling Generator"},
            nid{"Combustion Generator"},
            ni{"Enhanced Combustion Generator"},
            ni{"Zombie Generator"},
            ni{"Frank'n'Zombie Generator"},
            nid{"Ender Generator"},
            ni{"Lava Heat Exchanger"},
            ni{"Simple Photovoltaic Cell"},
            nid{"Photovoltaic Cell"},
            ni{"Advanced Photovoltaic Cell"},
            ni{"Vibrant Photovoltaic Cell"}
        },
        list{title = consumers,
            ni{"Simple Powered Furnace"},
            ni{"Simple Alloy Smelter"},
            nid{"Alloy Smelter"},
            ni{"Enhanced Alloy Smelter"},
            ni{"Simple SAG Mill"},
            ni{"SAG Mill"},
            ni{"Enhanced SAG Mill"},
            ni{"Farming Station"},
            ni{"Slice'N'Splice"},
            ni{"Soul Binder"},
            ni{"Powered Spawner"},
            ni{"The Vat"},
            ni{"The Enhanced Vat"},
            ni{"Simple Crafter"},
            nid{"Crafter"},
			ni{"Simple Wired Charger"},
			ni{"Wired Charger"},
			ni{"Enhanced Wired Charger"},
			ni{"Wireless Charger"},
			ni{"Wireless Charging Antenna"},
			ni{"Enhanced Wireless Charging Antenna"},
			ni{"Wireless Charging Antenna Extension"},
            ni{"Dimensional Transceiver"},
            ni{"Telepad Block"},
            ni{"Painting Machine"},
            ni{"The Nirad"},
			ni{"Impulse Hopper"},
            ni{"Power Monitor"},
            ni{"Graphical Power Monitor"},
            ni{"Inventory Panel"},
            ni{"Inventory Sensor"},
            ni{"Big Inventory System Storage", "Inventory System Storage", [=[Inventory System Storage]=]}
            
        },
        list{title = obelisks,
            ni{"Aversion Obelisk"},
            ni{"Attractor Obelisk"},
            ni{"Weather Obelisk"},
            ni{"Experience Obelisk"},
            ni{"Relocator Obelisk"},
            ni{"Inhibitor Obelisk"}
        },
        list{title = lights,
            ni{"Electric Light"},
            ni{"Electric Light (Inverted)"},
            ni{"Wireless Light"},
            ni{"Wireless Light (Inverted)"},
            nid{"Light"},
            ni{"Light (Inverted)"}
        },
        list{title = buffers,
            ni{"Item Buffer"},
            ni{"Power Buffer"},
            ni{"Omni Buffer"},
            ni{"Creative Buffer"}
        },
        list{title = storage,
            ni{"Basic Capacitor Bank"},
            ni{"Capacitor Bank"},
            ni{"Vibrant Capacitor Bank"},
            ni{"Creative Capacitor Bank"}
        },
        list{title = devices,
            ni{"Ender Rail"},
            ni{"Exit Rail"},
            ni{"Conduit Facade"},
            ni{"Hardened Conduit Facade"},
            ni{"Transparent Conduit Facade"},
            ni{"Transparent Hardened Conduit Facade"},
            ni{"Self-resetting Lever"},
            ni{"Dark Steel Anvil"},
            ni{"Dark Paper Anvil"},
            ni{"Dark Pressure Plate"},
			ni{"Soularium Pressure Plate"},
            l{"Silent Pressure Plate", [=[Silent Pressure Plate]=]},
			ni{"Block Detector"},
            nid{"Enchanter"},
            ni{"Killer Joe"},
            nid{"Reservoir"},
			ni{"Endervoir"},
            ni{"Vacuum Chest"},
            ni{"XP Vacuum"},
            ni{"Travel Anchor"},
            nid{"Dialing Device"},
            nid{"Energy Gauge"},
            ni{"Ender IO", "Ender IO (Block)", [=[Ender IO]=]}
        },
        list{title = conduits,
            ni{"Item Conduit"},
            ni{"Fluid Conduit"},
            ni{"Pressurized Fluid Conduit"},
            ni{"Ender Fluid Conduit"},
            ni{"Energy Conduit"},
            ni{"Enhanced Energy Conduit"},
            ni{"Ender Energy Conduit"},
            ni{"Redstone Conduit"},
            ni{"ME Conduit"},
            ni{"Dense ME Conduit"},
            ni{"OC Conduit"},
            ni{"Refined Storage Conduit"},
            ni{"Data Conduit"}
        },
        list{title = storageblocks,
            ni{"Electrical Steel Block", "Electrical Steel", [=[Electrical Steel Block]=]},--I wonder if there's a better way to deal with this...
            ni{"Energetic Alloy Block", "Energetic Alloy", [=[Energetic Alloy Block]=]},
            ni{"Vibrant Alloy Block", "Vibrant Alloy", [=[Vibrant Alloy Block]=]},
            ni{"Redstone Alloy Block", "Redstone Alloy", [=[Redstone Alloy Block]=]},
            ni{"Conductive Iron Block", "Conductive Iron", [=[Conductive Iron Block]=]},
            ni{"Pulsating Iron Block", "Pulsating Iron", [=[Pulsating Iron Block]=]},
            ni{"Dark Steel Block", "Dark Steel", [=[Dark Steel Block]=]},
            ni{"Soularium Block", "Soularium", [=[Soularium Block]=]},
            ni{"End Steel Block", "End Steel", [=[End Steel Block]=]},
            ni{"Iron Alloy Block", "Iron Alloy", [=[Iron Alloy Block]=]},
            ni{"Infinity Dust Block"},
            ni{"Compressed Infinity Dust Block"},
            ni{"Double Compressed Infinity Dust Block"}
        },
        list{title = glass,
            ni{"Fused Quartz"},
            ni{"Quite Clear Glass"},
            ni{"Enlightened Fused Quartz"},
            ni{"Enlightened Clear Glass"},
            ni{"Dark Fused Quartz"},
            ni{"Dark Clear Glass"}
        },
        list{title = misc,
            nid{"Reinforced Obsidian"},
            ni{"Dark Steel Ladder"},
            ni{"Dark Iron Bars"},
            ni{"Dark Steel Trapdoor"},
			ni{"Dark Steel Door"},
			ni{"End Steel Bars"},
			ni{"Industrial Insulation"}
        }
    },
    group{name = "items", title = items,
        list{title = dark,
        	ni{"Dark Helm"},
            ni{"Dark Plate"},
            ni{"Dark Leggings"},
            ni{"Dark Boots"},
            ni{"Dark Shield"},
            ni{"The Ender"},
            ni{"Dark Pick"},
            ni{"Dark Axe"},
            ni{"Dark Bow"},
            ni{"Dark Shears"},
            ni{"Dark Crook"},
            ni{"Dark Backhoe"}
        },
        list{title = ender,
        	ni{"Ender Helm"},
            ni{"Ender Plate"},
            ni{"Ender Leggings"},
            ni{"Ender Boots"},
            ni{"Ender Shield"},
            ni{"The Ender Mk2"},
            ni{"Ender Pickaxe"},
            ni{"Ender Axe"},
            ni{"Ender Bow"}
        },
        list{title = tools,
            ni{"Conduit Probe"},
            ni{"Yeta Wrench"},
            ni{"Experience Rod"},
            ni{"Cold Fire Igniter"},
            ni{"Coordinate Selector"},
            ni{"Staff of Traveling"},
            ni{"Staff of Levity"},
            ni{"Rod of Return"},
            nid{"Electromagnet"},
            ni{"Inventory Panel Remote"},
            ni{"Advanced Inventory Panel Remote"},
            ni{"Ender Inventory Panel Remote"},
            ni{"Simple Inventory Charger"},
            ni{"Basic Inventory Charger"},
            ni{"Inventory Charger"},
            ni{"Vibrant Inventory Charger"},
			ni{"Death Urn"}
        },
        list{title = upgrades,
        	list{title = dsupgrades,
        		ni{"Blank Dark Steel Upgrade", "Blank Dark Steel Upgrade", [=[Blank]=]},
        		ni{"Dark Steel Upgrade \"Mini Anvil\"", "Dark Steel Upgrade \"Anvil\"", [=[Anvil]=]},
        		ni{"Dark Steel Upgrade \"Apiarist's Shirt\"", "Dark Steel Upgrade \"Apiarist\"", [=[Apiarist]=]},
        		ni{"Dark Steel Upgrade \"Carpeting\"", "Dark Steel Upgrade \"Carpeting\"", [=[Carpeting]=]},
        		ni{"Dark Steel Upgrade \"Depth\"", "Dark Steel Upgrade \"Depth\"", [=[Depth]=]},
        		ni{"Dark Steel Upgrade \"Direct\"", "Dark Steel Upgrade \"Direct\"", [=[Direct]=]},
        		ni{"Dark Steel Upgrade \"Elytra\"", "Dark Steel Upgrade \"Elytra\"", [=[Elytra]=]},
        		ni{"Dark Steel Upgrade \"Empowered II\"", "Dark Steel Upgrade \"Empowered\"", [=[Empowered]=]},
        		ni{"Dark Steel Upgrade \"Explosive I\"", "Dark Steel Upgrade \"Explosive\"", [=[Explosive]=]},
        		ni{"Dark Steel Upgrade \"Flippers\"", "Dark Steel Upgrade \"Flippers\"", [=[Flippers]=]},
        		ni{"Dark Steel Upgrade \"Glider\"", "Dark Steel Upgrade \"Glider\"", [=[Glider]=]},
        		ni{"Dark Steel Upgrade \"Fork\"", "Dark Steel Upgrade \"Fork\"", [=[Fork]=]},
        		ni{"Dark Steel Upgrade \"Inventory I\"", "Dark Steel Upgrade \"Inventory\"", [=[Inventory]=]},
        		ni{"Dark Steel Upgrade \"Jump\"", "Dark Steel Upgrade \"Jump\"", [=[Jump]=]},
        		ni{"Dark Steel Upgrade \"Naturalist's Eye\"", "Dark Steel Upgrade \"Naturalist's Eye\"", [=[Naturalist's Eye]=]},
        		ni{"Dark Steel Upgrade \"Night Vision\"", "Dark Steel Upgrade \"Night Vision\"", [=[Night Vision]=]},
        		ni{"Dark Steel Upgrade \"Padding\"", "Dark Steel Upgrade \"Padding\"", [=[Padding]=]},
        		ni{"Dark Steel Upgrade \"Solar I\"", "Dark Steel Upgrade \"Solar\"", [=[Solar]=]},
        		ni{"Dark Steel Upgrade \"Sound Locator\"", "Dark Steel Upgrade \"Sound Locator\"", [=[Sound Locator]=]},
        		ni{"Dark Steel Upgrade \"Speed\"", "Dark Steel Upgrade \"Speed\"", [=[Speed]=]},
        		ni{"Dark Steel Upgrade \"Spoon\"", "Dark Steel Upgrade \"Spoon\"", [=[Spoon]=]},
        		ni{"Dark Steel Upgrade \"Step Assist\"", "Dark Steel Upgrade \"Step Assist\"", [=[Step Assist]=]},
        		ni{"Dark Steel Upgrade \"Travel\"", "Dark Steel Upgrade \"Travel\"", [=[Travel]=]}
            },
        	list{title = filters,
        		list{
        			ni{"Basic Item Filter"},
        			ni{"Advanced Item Filter"},
        			ni{"Limited Item Filter"},
        			ni{"Big Item Filter"},
        			ni{"Advanced Big Item Filter"},
        			ni{"Existing Item Filter"},
        			ni{"Mod Item Filter"},
        			ni{"Power Item Filter"},
        			ni{"Soul Item Filter"},
        			ni{"Big Soul Item Filter"},
        			ni{"Enchantment Item Filter"},
        			ni{"Big Enchantment Item Filter"},
        			ni{"Basic Fluid Filter"},
        			ni{"Species Item Filter"},
        		},
        		list{title = rfilters,
        			ni{"Redstone Filter Base", "Redstone Filter Base", [=[Base]=]},
        			ni{"Redstone NOT Filter", "Redstone NOT Filter", [=[NOT]=]},
        			ni{"Redstone OR Filter", "Redstone OR Filter", [=[OR]=]},
        			ni{"Redstone AND Filter", "Redstone AND Filter", [=[AND]=]},
        			ni{"Redstone NOR Filter", "Redstone NOR Filter", [=[NOR]=]},
        			ni{"Redstone NAND Filter", "Redstone NAND Filter", [=[NAND]=]},
        			ni{"Redstone XOR Filter", "Redstone XOR Filter", [=[XOR]=]},
        			ni{"Redstone XNOR Filter", "Redstone XNOR Filter", [=[XNOR]=]},
        			ni{"Redstone Toggle Latch Filter", "Redstone Toggle Latch Filter", [=[Toggle Latch]=]},
        			ni{"Redstone Counting Filter", "Redstone Counting Filter", [=[Counting]=]},
        			ni{"Redstone Sensor Filter", "Redstone Sensor Filter", [=[Sensor]=]},
        			ni{"Redstone Timer Filter", "Redstone Timer Filter", [=[Timer]=]},
        		}
            },
            list{
        		ni{"Extract Speed Upgrade"},
        		ni{"Extract Speed Downgrade"},
            	ni{"Refined Storage Crafting Upgrade"},
            	ni{"Refined Storage Crafting Speed Upgrade"},
            	ni{"Refined Storage Crafting Speed Downgrade"},
            	ni{"Basic Capacitor"},
            	ni{"Double-Layer Capacitor"},
            	ni{"Octadic Capacitor"},
            	ni{"Loot Capacitor"},
            	ni{"Remote Awareness Upgrade"}
            }
        },
        list{title = ingots,
            ni{"Enderium Base"},
            ni{"Electrical Steel Ingot", "Electrical Steel", [=[Electrical Steel Ingot]=]},
            ni{"Energetic Alloy Ingot", "Energetic Alloy", [=[Energetic Alloy Ingot]=]},
            ni{"Vibrant Alloy Ingot", "Vibrant Alloy", [=[Vibrant Alloy Ingot]=]},
            ni{"Redstone Alloy Ingot", "Redstone Alloy", [=[Redstone Alloy Ingot]=]},
            ni{"Conductive Iron Ingot", "Conductive Iron", [=[Conductive Iron Ingot]=]},
            ni{"Pulsating Iron Ingot", "Pulsating Iron", [=[Pulsating Iron Ingot]=]},
            ni{"Dark Steel Ingot", "Dark Steel", [=[Dark Steel Ingot]=]},
            ni{"Soularium Ingot", "Soularium", [=[Soularium Ingot]=]},
            ni{"End Steel Ingot", "End Steel", [=[End Steel Ingot]=]},
            ni{"Iron Alloy Ingot", "Iron Alloy", [=[Iron Alloy Ingot]=]},
            ni{"Nethercotta"}
        },
        list{title = nuggets,
            ni{"Electrical Steel Nugget", "Electrical Steel", [=[Electrical Steel Nugget]=]},
            ni{"Energetic Alloy Nugget", "Energetic Alloy", [=[Energetic Alloy Nugget]=]},
            ni{"Vibrant Alloy Nugget", "Vibrant Alloy", [=[Vibrant Alloy Nugget]=]},
            ni{"Redstone Alloy Nugget", "Redstone Alloy", [=[Redstone Alloy Nugget]=]},
            ni{"Conductive Iron Nugget", "Conductive Iron", [=[Conductive Iron Nugget]=]},
            ni{"Pulsating Iron Nugget", "Pulsating Iron", [=[Pulsating Iron Nugget]=]},
            ni{"Dark Steel Nugget", "Dark Steel", [=[Dark Steel Nugget]=]},
            ni{"Soularium Nugget", "Soularium", [=[Soularium Nugget]=]},
            ni{"End Steel Nugget", "End Steel", [=[End Steel Nugget]=]},
            ni{"Iron Alloy Nugget", "Iron Alloy", [=[Iron Alloy Nugget]=]}
        },
        list{title = grindingballs,
        	ni{"Electrical Steel Grinding Ball", "Electrical Steel", [=[Electrical Steel Grinding Ball]=]},
            ni{"Energetic Alloy Grinding Ball", "Energetic Alloy", [=[Energetic Alloy Grinding Ball]=]},
            ni{"Vibrant Alloy Grinding Ball", "Vibrant Alloy", [=[Vibrant Alloy Grinding Ball]=]},
            ni{"Redstone Alloy Grinding Ball", "Redstone Alloy", [=[Redstone Alloy Grinding Ball]=]},
            ni{"Conductive Iron Grinding Ball", "Conductive Iron", [=[Conductive Iron Grinding Ball]=]},
            ni{"Pulsating Iron Grinding Ball", "Pulsating Iron", [=[Pulsating Iron Grinding Ball]=]},
            ni{"Dark Steel Grinding Ball", "Dark Steel", [=[Dark Steel Grinding Ball]=]},
            ni{"Soularium Grinding Ball", "Soularium", [=[Soularium Grinding Ball]=]},
            ni{"End Steel Grinding Ball", "End Steel", [=[End Steel Grinding Ball]=]},
            ni{"Signalum Grinding Ball", "Signalum", [=[Signalum Grinding Ball]=]},
            ni{"Enderium Grinding Ball", "Enderium", [=[Enderium Grinding Ball]=]},
            ni{"Lumium Grinding Ball", "Lumium", [=[Lumium Grinding Ball]=]},
        },
        list{title = powders,
        	ni{"Grains of Infinity"},
        	nid{"Flour"},
        	ni{"Binder Composite"},
            ni{"Coal Powder", "Coal", [=[Coal Powder]=]},
            ni{"Iron Powder", "Iron", [=[Iron Powder]=]},
            ni{"Gold Powder", "Gold", [=[Gold Powder]=]},
            ni{"Copper Powder", "Copper", [=[Copper Powder]=]},
            ni{"Tin Powder", "Tin", [=[Tin Powder]=]},
            ni{"Ender Pearl Powder", "Ender Pearl", [=[Ender Pearl Powder]=]},
            ni{"Obsidian Powder", "Obsidian", [=[Obsidian Powder]=]},
            ni{"Ardite Powder", "Ardite", [=[Ardite Powder]=]},
            ni{"Cobalt Powder", "Cobalt", [=[Cobalt Powder]=]},
            ni{"Lapis Lazuli Powder", "Lapis Lazuli", [=[Lapis Lazuli Powder]=]},
            ni{"Quartz Powder", "Quartz", [=[Quartz Powder]=]},
            ni{"Soul Powder", "Soularium", [=[Soul Powder]=]},
            ni{"Grains of Prescience"},
            ni{"Grains of Vibrancy"},
            ni{"Grains of Piezallity"},
            ni{"Grains of the End"},
            ni{"Photovoltaic Composite"},
            ni{"Industrial Dye Blend"},
            ni{"Soul Attuned Dye Blend"},
            ni{"Enhanced Dye Blend"},
            ni{"Clay-Coated Glowstone Dust"}
        },
        list{title = gears,
        	ni{"Wooden Gear"},
        	ni{"Stone Compound Gear"},
        	ni{"Infinity Bimetal Gear"},
        	ni{"Energized Bimetal Gear"},
        	ni{"Vibrant Bimetal Gear"},
        	ni{"Dark Bimetal Gear"}
        },
        list{title = crystals,
        	ni{"Pulsating Crystal"},
        	ni{"Vibrant Crystal"},
        	nid{"Ender Crystal"},
        	ni{"Enticing Crystal"},
        	ni{"Weather Crystal"},
        	ni{"Precient Crystal"},
        },
        list{title = tokens,
			ni{"Animal Token"},
			ni{"Monster Token"},
			ni{"Player Token"}
		},
        list{title = components,
            ni{"Simple Machine Chassis"},
            ni{"Industrial Machine Chassis"},
            ni{"Soul Machine Chassis"},
            ni{"Enhanced Machine Chassis"},
            ni{"Soulless Machine Chassis"},
            ni{"Simple Machine Parts"},
            nid{"Machine Parts"},
            ni{"Enhanced Machine Parts"},
            ni{"Photovoltaic Plate"},
            ni{"Conduit Binder"},
            nid{"Silicon"},
            nid{"Glider Wing"},
            ni{"Glider Wings"},
            ni{"Nutritious Stick"},
            ni{"Zombie Electrode"},
            ni{"Z-Logic Controller"},
            ni{"Frank'N'Zombie"},
            ni{"Ender Resonator"},
            ni{"Sentient Ender"},
            ni{"Skeletal Contractor"},
            ni{"Clippings and Trimmings"},
            ni{"Twigs and Prunings"},
            ni{"Organic Green Dye"},
            ni{"Organic Brown Dye"},
            ni{"Organic Black Dye"},
            ni{"End Steel Chassis"},
            ni{"Guardian Diode"},
			ni{"Wireless Energy Transmitter Dish Assembly"},
			ni{"Cake Base"},
			ni{"Infinity Rod"},
			ni{"Infinity Dust"},
			ni{"Unfired Death Urn"},
			ni{"Black Paper"},
            ni{"Enderman Head"},
            ni{"Tormented Enderman Head"},
            ni{"Broken Spawner"}
        },
        list{title = potions,
			ni{"Potion of Rising"},
			ni{"Potion of Decay"},
			ni{"Potion of Confusion"}
		},
        list{title=misc,
        	ni{"Glowstone Nano-Particles"},
        	ni{"Soul Vial"},
        	ni{"\"Enderios\""}
        }
    },
    group{name = "misc", title = misc,
        list{title = liquid,
    		list{
        		ni{"Nutrient Distillation"},
        		ni{"Dew of the Void"},
            	ni{"Vapor of Levity"},
            	ni{"Hootch"},
            	ni{"Rocket Fuel"},
            	ni{"Fire Water"},
            	ni{"Liquid XP"},
            	ni{"Liquid Sunshine"},
            	ni{"Cloud Seed"},
            	ni{"Concentrated Cloud Seed"},
            },
    		list{title = ticint,
    			ni{"Glowgas"},
    			ni{"Liquefied Ender Pearls"},
    			nid{"Molten Redstone"},
    			ni{"Molten Electrical Steel"},
    			ni{"Molten Energetic Alloy"},
    			ni{"Molten Vibrant Alloy"},
    			ni{"Molten Redstone Alloy"},
    			ni{"Molten Conductive Iron"},
    			ni{"Molten Pulsating Iron"},
    			ni{"Molten Dark Steel"},
    			ni{"Molten Soularium"},
    			ni{"Molten End Steel"},
    			ni{"Molten Iron Alloy"}
    		 }
        },
    	list{title = enchantments,
			ni{mod = "V", "Enchanted Book", "Decay (Ender IO)", [=[Decay]=]},
			ni{mod = "V", "Enchanted Book", "Repellent"},
			ni{mod = "V", "Enchanted Book", "Shimmer"},
			ni{mod = "V", "Enchanted Book", "Soulbound (Ender IO)", [=[Soulbound]=]},
			ni{mod = "V", "Enchanted Book", "Withering (Ender IO)", [=[Withering]=]}
		}
    }
}

end
return p
Advertisement