diff --git a/README.md b/README.md index c437b82bb..e796aa366 100644 --- a/README.md +++ b/README.md @@ -52,13 +52,17 @@ Plugin Examples (how to use the API) === The API is pretty well documented but it can still be confusing to get started without an example. Thankfully there are many working examples: - * [Vanilla Minecraft](https://github.com/mezz/JustEnoughItems/tree/1.10/src/main/java/mezz/jei/plugins/vanilla) (written as a plugin in JEI to serve as a canonical example) - * [Iron Backpacks](https://github.com/gr8pefish/IronBackpacks/tree/master-1.10/src/main/java/gr8pefish/ironbackpacks/integration/jei) + * [Vanilla Minecraft](https://github.com/mezz/JustEnoughItems/tree/1.10/src/main/java/mezz/jei/plugins/vanilla) (written as a plugin in JEI) * [Blood Magic](https://github.com/WayofTime/BloodMagic/tree/1.9/src/main/java/WayofTime/bloodmagic/compat/jei) - * [Botania](https://github.com/williewillus/Botania/tree/MC19/src/main/java/vazkii/botania/client/integration/jei) - * [TechReborn](https://github.com/TechReborn/TechReborn/tree/1.10/src/main/java/techreborn/compat/jei) - * [Mantle](https://github.com/SlimeKnights/Mantle/blob/master/src/main/java/slimeknights/mantle/util/JeiPlugin.java) (How to move JEI's item list out of the way of extra gui tabs) + * [Botania](https://github.com/Vazkii/Botania/tree/master/src/main/java/vazkii/botania/client/integration/jei) + * [Draconic Evolution](https://github.com/brandon3055/Draconic-Evolution/tree/1.9/src/main/java/com/brandon3055/draconicevolution/integration/jei) + * [EnderIO](https://github.com/SleepyTrousers/EnderIO/tree/1.10/src/main/java/crazypants/enderio/integration/jei) * [Forestry (Apiculture)](https://github.com/ForestryMC/ForestryMC/blob/mc-1.10/src/main/java/forestry/apiculture/compat/ApicultureJeiPlugin.java) * [Forestry (Machines)](https://github.com/ForestryMC/ForestryMC/tree/mc-1.10/src/main/java/forestry/factory/recipes/jei) - * [Simple Covers (Scala)](https://github.com/bdew/covers/tree/mc1.10.2/src/net/bdew/covers/compat/jei) - + * [Immersive Engineering](https://github.com/BluSunrize/ImmersiveEngineering/tree/master/src/main/java/blusunrize/immersiveengineering/common/util/compat/jei) + * [Iron Backpacks](https://github.com/gr8pefish/IronBackpacks/tree/master-1.10/src/main/java/gr8pefish/ironbackpacks/integration/jei) + * [Mantle](https://github.com/SlimeKnights/Mantle/blob/master/src/main/java/slimeknights/mantle/util/JeiPlugin.java) + * [Refined Storage](https://github.com/raoulvdberge/refinedstorage/tree/mc1.10/src/main/java/refinedstorage/integration/jei) + * [RFTools](https://github.com/McJty/RFTools/tree/1.10/src/main/java/mcjty/rftools/jei) + * [Simple Covers](https://github.com/bdew/covers/tree/mc1.10.2/src/net/bdew/covers/compat/jei) (Scala) + * [TechReborn](https://github.com/TechReborn/TechReborn/tree/1.10.2/src/main/java/techreborn/compat/jei)