mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 19:34:09 +01:00
Fix mismatched furnace_minecart ID
By: md_5 <git@md-5.net>
This commit is contained in:
parent
a90ca0f095
commit
c8c9cea52f
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ public enum EntityType {
|
|||
/**
|
||||
* @see PoweredMinecart
|
||||
*/
|
||||
MINECART_FURNACE("chest_minecart", PoweredMinecart.class, 44),
|
||||
MINECART_FURNACE("furnace_minecart", PoweredMinecart.class, 44),
|
||||
/**
|
||||
* @see ExplosiveMinecart
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue