AdityaGupta1 / minecraft-modding-book

The repository for the Minecraft Modding book by O-Reilly.
58 stars 16 forks source link

Chapter 8 GameRegistry Parameter Fix #16

Closed AdityaGupta1 closed 9 years ago

AdityaGupta1 commented 9 years ago

In Chapter 8, when a reader is registering the item, the second parameter of "GameRegistry.registerItem()" is given as "Ender Ingot", but it should be "enderIngot".

AdityaGupta1 commented 9 years ago

Fixed