Table of Contents:
This library/mod CompatLayer is a small library that will allow you to write mods for 1.10.2 and 1.11 with the same binary jar, minimizing the changes between your different versions of your mod if needed. At least up to some point, because CompatLayer does not yet fully support all things that are available in both versions of Minecraft (1.10 and 1.11). CompatLayer is nothing more then a set of classes and functions that help abstract away the differences between Minecraft version 1.10 and version 1.11*
How to install:
How to Use Forge to Install Minecraft Mods (Client Side)
How To Install The Fabric Mod Loader After Downloading It
The newest Minecraft Mods are available right now.
A few things that you should do in addition to what this library does:
- Make all resource names (lang files, model names, json files, texture files, …) lower case in your 1.10.2 version. Add a FMLMissingMapping event handler to take care old worlds load
- Mod id should be lowercase too
- Replace tileEntity.worldObj with tileEntity.getWorld()
- Replace entityPlayer.worldObj with entityPlayer.getEntityWorld()
CompatLayer 1.11.2/1.10.2 Download Links:
Minecraft Game version 1.10.2:
Minecraft Game version 1.11.2: