Language

CompatLayer

CompatLayer

Modrinth

Compatibility layer to help make mods compatible between 1.10 and 1.11

12.4k downloads 1 followers updated 41mo ago
latest v1.11.2-0.3.1 Modrinth
Forge 1.10.2 – 1.11.2 Library

CompatLayer

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.

See the wiki for more information
Go to the maven for 1.10.2
Go to the maven for 1.10.2

Versions

Release
1.11.2-0.3.1
forge · 1.11.2 · 41mo ago
<p><strong>0.3.1:</strong></p> <ul> <li>Update to fix the difference between EnderIO on 1.10 and EnderIO on 1.11</li> </ul>
1.4k
Release
1.10-0.3.1
forge · 1.10.2 · 41mo ago
<p><strong>0.3.1:</strong></p> <ul> <li>Update to fix the difference between EnderIO on 1.10 and EnderIO on 1.11</li> </ul>
6.1k
Release
1.11.2-0.3.0
forge · 1.11.2 · 41mo ago
<p><strong>0.3.0:</strong></p> <ul> <li>Joseph C. Sible added compats for OC API stuff that renamed from 1.10 to 1.11</li> </ul>
209
Release
1.10-0.3.0
forge · 1.10.2 · 41mo ago
<p><strong>0.3.0:</strong></p> <ul> <li>Joseph C. Sible added compats for OC API stuff that renamed from 1.10 to 1.11</li> </ul>
150
Release
1.11.2-0.2.9
forge · 1.11.2 · 41mo ago
<p><strong>0.2.9:</strong></p> <ul> <li>Small fix for rftools dimensions on 1.10.2</li> </ul>
138
Release
1.10-0.2.9
forge · 1.10.2 · 41mo ago
<p><strong>0.2.9:</strong></p> <ul> <li>Small fix for rftools dimensions on 1.10.2</li> </ul>
1.2k
Release
1.11.2-0.2.8
forge · 1.11.2 · 41mo ago
<p><strong>0.2.8:</strong></p> <ul> <li>Various small improvements</li> </ul>
126
Release
1.10-0.2.8
forge · 1.10.2 · 41mo ago
<p><strong>0.2.8:</strong></p> <ul> <li>Various small improvements</li> </ul>
122
Release
1.11.2-0.2.5
forge · 1.11.2 · 41mo ago
<p><strong>0.2.5:</strong></p> <ul> <li>Some new compatibility functions and classes</li> </ul>
123
Release
1.10-0.2.5
forge · 1.10.2 · 41mo ago
<p><strong>0.2.5:</strong></p> <ul> <li>Some new compatibility functions and classes</li> </ul>
131
Release
1.11.2-0.2.2
forge · 1.11.2 · 41mo ago
<p><strong>0.2.2:</strong></p> <ul> <li>Chaz Kerby added support for IRecipe.getRemainingItems()</li> </ul>
135
Release
1.10-0.2.2
forge · 1.10.2 · 41mo ago
<p><strong>0.2.2:</strong></p> <ul> <li>Chaz Kerby added support for IRecipe.getRemainingItems()</li> </ul>
159

Comments 0

No comments yet. Be the first to share your thoughts.

Download CompatLayer

Files are served directly from the original source. Modgrid does not host or modify them.