CurseForge · Minecraft mod
CompatLayer
Compatibility layer to help make mods compatible between 1.10 and 1.11
This page is having a moment, so a few details may be a little behind.
Quick answer
Which CompatLayer release should I use?
compatlayer-1.11.2-0.3.1.jar targets 1.11.2. The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server. No extra mods listed for this file.
Where it goes
Is CompatLayer required on the client, server, or both?
The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.
The source does not explicitly classify this release as client-only or server-only.
What else does compatlayer-1.11.2-0.3.1.jar need?
compatlayer-1.11.2-0.3.1.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add CompatLayer without breaking your instance.
Built for compatlayer-1.11.2-0.3.1.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use compatlayer-1.11.2-0.3.1.jar. It targets 1.11.2; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.
- 04
Pick the file you checked
Use the “Get this file” button beside compatlayer-1.11.2-0.3.1.jar. It opens that exact file at the source.
About this project
What does CompatLayer add?
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/
Project description from CurseForge.
Pick your setup
CompatLayer by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.11
1 loader build1.10.2
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
CompatLayer versions and loaders
compatlayer-1.11.2-0.3.1.jar
17 Feb 2018
compatlayer-1.10-0.3.1.jar
17 Feb 2018
compatlayer-1.11.2-0.3.0.jar
20 Dec 2017
compatlayer-1.10-0.3.0.jar
20 Dec 2017
compatlayer-1.11.2-0.2.9.jar
23 May 2017
compatlayer-1.10-0.2.9.jar
23 May 2017
compatlayer-1.11.2-0.2.8.jar
2 May 2017
compatlayer-1.10-0.2.8.jar
2 May 2017
compatlayer-1.11.2-0.2.5.jar
20 Mar 2017
compatlayer-1.10-0.2.5.jar
20 Mar 2017
compatlayer-1.11.2-0.2.2.jar
7 Feb 2017
compatlayer-1.10-0.2.2.jar
7 Feb 2017
Looking for an older file? The official CurseForge project page is in Resources.