Commits
md_5 authored 64a42b9a88d
181 181 | * @see RideableMinecart |
182 182 | */ |
183 183 | MINECART("minecart", RideableMinecart.class, 42), |
184 184 | /** |
185 185 | * @see StorageMinecart |
186 186 | */ |
187 187 | MINECART_CHEST("chest_minecart", StorageMinecart.class, 43), |
188 188 | /** |
189 189 | * @see PoweredMinecart |
190 190 | */ |
191 - | MINECART_FURNACE("chest_minecart", PoweredMinecart.class, 44), |
191 + | MINECART_FURNACE("furnace_minecart", PoweredMinecart.class, 44), |
192 192 | /** |
193 193 | * @see ExplosiveMinecart |
194 194 | */ |
195 195 | MINECART_TNT("tnt_minecart", ExplosiveMinecart.class, 45), |
196 196 | /** |
197 197 | * @see HopperMinecart |
198 198 | */ |
199 199 | MINECART_HOPPER("hopper_minecart", HopperMinecart.class, 46), |
200 200 | /** |
201 201 | * @see SpawnerMinecart |