CompatLayer
Modby McJty
Compatibility layer to help make mods compatible between 1.10 and 1.11
Downloads
19,304,228
Type
Mod
CurseForge ID
253729
Last Updated
Apr 9, 2026
Description
This small mod/library has some tools that can help to make mods binary compatible between 1.10 and 1.11. If you make sure you use the api in this mod correctly it is possible to make a mod jar that runs on both versions.
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()
This is alpha. It is likely things are not complete yet.
Wiki for more information: https://github.com/McJty/compatlayer/wiki
Tutorial for modders: http://modwiki.temporal-reality.com/mw/index.php?title=CompatLayer-1.11
Maven for 1.10.2: http://jenkins.k-4u.nl/view/McJty/job/Compatlayer%201.10/
Maven for 1.11: http://jenkins.k-4u.nl/view/McJty/job/Compatlayer%201.11/
Similar Mods
ConnectedTexturesMod
A resource pack extension library
The Twilight Forest
A realm basked in mystery and eerie twilight, you will overpower terrifying creatures and secure the adventure of a life...
FTB Quests (NeoForge)
Questing Mod by FTB
Carry On
Carry On allows you to pick up Tile Entities and Mobs and carry them around!
ModernFix
All-in-one mod that improves performance, reduces memory usage, and fixes many bugs. Compatible with all your favorite p...
Tinkers Construct
Modify all the things, then do it again!