Techern-archived / Igneous-Extras

A revival of the Igneous Additions mod for Minecraft 1.10.2 and beyond
http://minecraft.curseforge.com/projects/igneous-extras
MIT License
2 stars 1 forks source link

Need to update to the new Forge Registry system #24

Closed HoldYourWaffle closed 8 years ago

HoldYourWaffle commented 8 years ago

Appearently GameRegistry.registerItem(item, unlocalizedName) is depreacated in the newer forge builds. Needs a fix, cause a @SuppressWarnings("deprecation") isn't exactly a fix.

CruzBishop commented 8 years ago

Tried the following changes in local tree with no success:

I was going to push it to a feature branch but ended up rage quitting and reset to HEAD :p

CruzBishop commented 8 years ago

It seems to be working when registering both the block and a new ItemBlock created from the block