mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
Fix mismatched furnace_minecart ID
This commit is contained in:
parent
78ce389df2
commit
64a42b9a88
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…
Add table
Reference in a new issue