Fix mismatched furnace_minecart ID

This commit is contained in:
md_5 2017-12-01 17:00:52 +11:00
parent 78ce389df2
commit 64a42b9a88

View file

@ -188,7 +188,7 @@ public enum EntityType {
/** /**
* @see PoweredMinecart * @see PoweredMinecart
*/ */
MINECART_FURNACE("chest_minecart", PoweredMinecart.class, 44), MINECART_FURNACE("furnace_minecart", PoweredMinecart.class, 44),
/** /**
* @see ExplosiveMinecart * @see ExplosiveMinecart
*/ */