-
Notifications
You must be signed in to change notification settings - Fork 363
Non Gameplay Information
Server administrators, modpack makers, modders and power users may want to change how Ender IO works on a deeper level than players. This page collects information for them.
- Loot Tables (modpacks, servers)
- API Capacitors (modders, modpacks)
Ender IO uses the normal Forge config system. You can use Forge's ingame configuration GUI in single player or edit the config files manually. Configuration is generally split up by module, but some settings are in 'base' even so the machines they affect are in other modules.
Ender IO uses an XML-based recipe system for all its recipes and some recipe-like configuration. All those recipes can be edited. When the game starts, Ender IO reads recipe data from 3 sources: The files bundled up in the jar (can be disabled with a config flag), snippets sent by other mods using the IMC system, all files in the 'recipes/user' folder. Each stage can modify (change or disable) recipes from the previous stage.
To enable your tools to be usable in the Farming Station you need to:
- Hoe: Either subclass
ItemHoe
or oreDict astoolHoe
. - Axe: Have a harvest level for
axe
above 0. - Treetap: OreDict as
toolTreetap
. - Shears: Either subclass
ItemShears
or oreDict astoolShears
.
The Slice'n'Splice uses the same logic for its axe and shears.
Ender IO has an extensive API you can use. It includes:
- Interfaces to bind addon mods tightly to the Ender IO base module (
IEnderIOAddon
,IModObject
,IModTileEntity
). You only need those if you want to make such a tightly coupled addon mod. - A capability for code-based capacitors (
CapabilityCapacitorData
etc). You can use those if the NBT-based API (see above) isn't enough for you. - Interfaces and classes to add farming logic (
IFarmerJoe
etc) and fertilizers (IFertilizer
) to the Farming Station. Both are Forge-Registry-based, so you register them just like blocks and items. - Interfaces to make your own Travel Anchors (
ITravelAccessable
etc) or Staff of Travelling (IItemOfTravel
). - Interfaces to make a YETA-compatible wrench (
ITool
), an item to see through facades (IHideFacades
), or selectively hide conduit types (IConduitControl
). - Interfaces to make your own "Dark Steel Item" (
IDarkSteelItem
) that can take "Dark Steel Upgrades" (IDarkSteelUpgrade
). This also includes custom materials (IEquipmentData
) and rendering on the player model (IHasPlayerRenderer
,IRenderUpgrade
).
If you want to add conduits, there's a checklist in the API package on what to do. You will need more than just the API as conduits can be quite complicated.
This wiki is being rewritten from scratch, and mechanics may change during the mod's development. Currently, the information on this wiki is largely incomplete and may be out of date. If you want to make this wiki better, here are directions on how to Contribute to the wiki.
Energy (µI)
Alloys
Crafting Components
Dark Weapons, Tools, and Armor
Ender Weapons, Tools, and Armor
Dark Steel Upgrades
Enchantments
Simple Machines
Generators
Powered Machines
Unpowered Machines
Enhanced Machines
Obelisks
Conduits
Filters
Upgrades
Capacitor Banks
Facades
Power Monitors
Energy Gauge
Inventory Panel
Inventory Panel Remotes
Inventory System Storage
Inventory Sensor
Remote Awareness Upgrade
Alloys
Grinding Balls
Energy Conduits
Capacitors
Stellar Weapons, Tools, and Armor