ChloeDawn / SmartHUD

A mod for Minecraft that adds a contextual inventory HUD
https://www.curseforge.com/minecraft/mc-mods/smart-hud
Apache License 2.0
5 stars 6 forks source link

Create compatibility with 1.11.x #15

Closed pau101 closed 7 years ago

pau101 commented 7 years ago

IForgeRegistry was moved in 1.12 so the reference to ForgeRegistries.ITEMS is invalid in 1.11, causing NoSuchFieldError on startup. It is recommened to use the forge registry reference, but in the case of wanting a single distribution jar for [1.11,13) this is the simplist solution.