Fix undetected collision of nether brick block and nether brick item

This commit is contained in:
Dylan K. Taylor
2017-08-25 13:36:36 +01:00
parent 7ff143c793
commit 97911aa9cf
2 changed files with 2 additions and 2 deletions

View File

@ -173,7 +173,7 @@ interface ItemIds extends BlockIds{
const ENCHANTED_BOOK = 403;
const COMPARATOR = 404;
const NETHERBRICK = 405;
const NETHERBRICK = 405, NETHER_BRICK = 405;
const NETHER_QUARTZ = 406, QUARTZ = 406;
const MINECART_WITH_TNT = 407, TNT_MINECART = 407;
const HOPPER_MINECART = 408, MINECART_WITH_HOPPER = 408;