CompatLayer 1.11.2/1.10.2: Minimizing Changes Between Versions

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*

CompatLayer

How to install Download CompatLayer for Minecraft?

Follows 5 Steps below to install Download CompatLayer for Minecraft on Windows and Mac :

1. Download and install Minecraft Forge, you can read the instructions below the article.

2. Download the CompatLayer for Minecraft.

3. Open the . minecraft folder and then enter the mods folder. Important: Some older versions of Forge may not have the ‘Open Mods Folder’ button. If this is the case, create the directory under the name mods.

Windows:

Press the Windows key +R at the same time
Type %appdata% and press enter
Find folder Minecraft and then look for the Mods folder within that
Mac:

Click on the desktop and then press Command+Shift+G all at the same time
Type ~/Library and press enter
Open the folder Application Support and then Minecraft.
4. From here, drag in the mods file downloaded (.jar or .zip) you wish to add.

5. Run Minecraft, and you should now see the new mod installed in the list!

Enjoy Download CompatLayer for Minecraft, If there is an error, please comment on this article we will support.

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:download

Minecraft Game version 1.11:download

Minecraft Game version 1.11.2:download

Click to rate this mod!

[Total: 0 Average: 0]

Source