Skip to content
Momo edited this page Jul 27, 2016 · 3 revisions

Items and blocks IDs are registered in the constants system, using the ItemIds class.

If additional functionality is required for an item or block, it is registered in the Item Table class. Classes that are registered to add additional functionality to items are in the net.glowstone.block.itemtype package, and those for blocks are in the net.glowstone.block.blocktype package.