Add some 0.16 blocks and items (#210)

This commit is contained in:
Apple
2016-12-29 06:35:10 -05:00
committed by Dylan K. Taylor
parent a3a07ca847
commit efc6d429f6
9 changed files with 224 additions and 11 deletions

View File

@ -167,7 +167,7 @@ interface ItemIds extends BlockIds{
const GOLDEN_CARROT = 396;
const MOB_HEAD = 397, SKULL = 397;
const CARROT_ON_A_STICK = 398;
const NETHER_STAR = 399;
const PUMPKIN_PIE = 400;
const ENCHANTED_BOOK = 403;
@ -176,7 +176,9 @@ interface ItemIds extends BlockIds{
const QUARTZ = 406;
const NETHER_QUARTZ = 406;
const MINECART_WITH_TNT = 407;
const MINECART_WITH_HOPPER = 408, HOPPER = 410;
const MINECART_WITH_HOPPER = 408;
const PRISMARINE_SHARD = 409;
const HOPPER = 410;
const RAW_RABBIT = 411;
const COOKED_RABBIT = 412;
const RABBIT_STEW = 413;
@ -188,7 +190,7 @@ interface ItemIds extends BlockIds{
const DIAMOND_HORSE_ARMOR = 419;
const LEAD = 420, LEASH = 420;
const NAMETAG = 421;
const PRISMARINE_CRYSTALS = 422;
const RAW_MUTTON = 423;
const COOKED_MUTTON = 424;