-
Notifications
You must be signed in to change notification settings - Fork 16
Integrations
Wanderson edited this page Oct 12, 2018
·
25 revisions
an integration basically means that UniDict is compatible with a mod.
here we will be listing mods/machines that UniDict has integration with.
Note: some Integrations may not be present on all UniDict versions.
you can create it, but you can only distribute if it is part of a mod.
first, you must use the following annotation on your class: wanion.unidict.UniDict.Integration
and, you must extend wanion.unidict.integration.AbstractIntegrationThread
.
then, on your constructor, you need the pass to the superclass the name of your integration: super("Example Integration");
then, implement just the method String call()
, the returned String
is what will shown in the log.
for several references, check wanion.unidict.integration
- AbyssalCraft (Transmutator)
- Applied Energistics 2 (Grindstone)
- Electrical Age (Macerator, Plate Machine)
- Ender IO (Alloy Smelter, Sag Mill)
- Flaxbeard's Steam Power (Crucible, Rock Crusher)
- Forestry (Carpenter)
- Foundry (Alloy Furnace, Casting, Metal Atomizer)
- Hydraulicraft (Crusher, Washer)
- Immersive Engineering (Arc Furnace, Blast Furnace, Crusher, Metal Press)
- Industrial Craft 2 (Macerator, Thermal Centrifuge, Compressor, Blast Furnace)
- IC2 Classic (Macerator, Compressor)
- Magneticraft (Crusher, Grinder, Sifter)
- Mekanism (Crusher, Enrichment Chamber, Metallurgic Infuser)
- NuclearCraft (Crusher, Electric Crusher)
- Railcraft (Blast Furnace)
- Thermal Expansion (Pulverizer, Redstone Furnace, Induction Smelter)
- Vanilla (Crafting Table, Furnace)
- AbyssalCraft (Transmutator)
- Base Metals (Crack Hammer)
- Ender IO (Alloy Smelter, Sag Mill)
- Foundry (Alloy Furnace, Casting, Metal Atomizer)
- Industrial Craft 2 (Macerator, Thermal Centrifuge, Compressor, Blast Furnace)
- TechReborn (All Machines)
- Vanilla (Crafting Table, Furnace)
- AbyssalCraft (Transmutator)
- Advanced Rocketry (All Machines)
- Applied Energistics 2 (Grindstone)
- Base Metals (Crack Hammer)
- Blood Magic (Alchemy Table)
- Calculator (Stone Separator, Algorithm Separator)
- Chickens (Chickens)
- Embers (Stamper)
- Ender IO (Alloy Smelter, Sag Mill)
- Forestry (Carpenter, Centrifuge)
- Foundry (Alloy Furnace, Casting, Metal Atomizer)
- Immersive Engineering (Arc Furnace, Blast Furnace, Crusher, Metal Press)
- Industrial Craft 2 (Macerator, Thermal Centrifuge, Compressor, Blast Furnace)
- Mekanism (Crusher, Enrichment Chamber, Metallurgic Infuser)
- Modular-Machines (All Machines)
- Railcraft (Blast Furnace)
- Refined Storage (Solderer)
- TechReborn (All Machines)
- Thermal Expansion (Compactor, Fractionating Still, Pulverizer, Redstone Furnace, Induction Smelter).
- Vanilla (Crafting Table, Furnace)
- AbyssalCraft (Transmutator)
- Advanced Rocketry (All Machines)
- Blood Magic (Alchemy Table)
- Embers (Stamper)
- Immersive Engineering (Arc Furnace, Blast Furnace, Crusher, Metal Press)
- Industrial Craft 2 (Macerator, Thermal Centrifuge, Compressor, Blast Furnace)
- Mekanism (Crusher, Enrichment Chamber, Metallurgic Infuser)
- Refined Storage (Solderer)
- Tech Reborn (All Machines)
- Thermal Expansion (Compactor, Fractionating Still, Pulverizer, Redstone Furnace, Induction Smelter).
- Vanilla (Crafting, Furnace)
- AbyssalCraft (Transmutator)
- Embers (Stamper)
- Industrial Craft 2 (Macerator, Thermal Centrifuge, Compressor, Blast Furnace)
- Immersive Engineering (Arc Furnace, Blast Furnace, Crusher, Metal Press)
- Mekanism (Crusher, Enrichment Chamber, Metallurgic Infuser)
- TechReborn (All Machines)
- Thermal Expansion (Compactor, Fractionating Still, Pulverizer, Redstone Furnace, Induction Smelter)
- Vanilla (Furnace)
- AbyssalCraft (Transmutator)
- Advanced Rocketry (All Machines)
- Applied Energistics 2 (Grindstone)
- Base Metals (Crack Hammer)
- Blood Magic (Alchemy Table)
- Chickens (Chickens)
- Embers (Stamper)
- Ender IO (Alloy Smelter, SAG Mill)
- Extreme Energy (High-Pressure Crusher, High-Pressure Assembler)
- Forestry (Centrifuge)
- Foundry (Alloy Furnace, Casting, Metal Atomizer)
- Gadgetry Core (Alloy Furnace)
- Gadgetry Machines (Grinder)
- IC2 Classic (Compressor, Extractor, Macerator, SawMill, Recycler, Scrap Box)
- Industrial Craft 2 (Macerator, Thermal Centrifuge, Compressor, Extractor, Blast Furnace, Scrap Box, Block Cutting Machine)
- Industrial Foregoing (Laser)
- Immersive Engineering (Arc Furnace, Blast Furnace, Crusher, Metal Press, Alloy Kiln)
- Kitsu's ForgeCraft (Anvil, Bloomery, Casting, Forge)
- Magneticraft (Crushing Table, Sluice Box, Grinder, Sieve)
- Mekanism (Crusher, Chemical Injection Chamber, Enrichment Chamber, Metallurgic Infuser)
- TechReborn (All Machines)
- Thermal Expansion (Compactor, Fractionating Still, Pulverizer, Redstone Furnace, Induction Smelter)
- Vanilla (Crafting, Furnace)
- What is an Integration?
- Can I create my own Integration and distribute it?
- How to create an Integration?
- Integrations per Minecraft Version
- What is a Module?
- Which Modules are curently avaiable?
- Can I create my own module and distribute it?
- How to create a UniDict Module?
- If I create a module, Will UniDict help me to spread it?