mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-20 10:39:14 +01:00
Fix mismatched furnace_minecart ID
By: md_5 <git@md-5.net>
This commit is contained in:
parent
a90ca0f095
commit
c8c9cea52f
@ -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 New Issue
Block a user