1d3038288bb6170fbb4547b96473db7b2f0f8365
Fixed an issue that skyboy had pointed out long ago about us using ItemBlock.itemID as a block ID instead of ItemBlock.getBlockID(). That's potentially hazardous because that function was introduced specifically so mods could override it and decouple item IDs from block IDs.
Description
No description provided
Languages
Java
100%