Skip to content

Commit

Permalink
chore: re-add older minecart entity type names
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreSchwang authored Aug 19, 2024
1 parent 99858c3 commit 6ad120b
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -821,12 +821,18 @@ private void runEntityTask() {
case "ARMOR_STAND":
// Temporarily classify as vehicle
case "MINECART":
case "MINECART_CHEST":
case "CHEST_MINECART":
case "MINECART_COMMAND":
case "COMMAND_BLOCK_MINECART":
case "MINECART_FURNACE":
case "FURNACE_MINECART":
case "MINECART_HOPPER":
case "HOPPER_MINECART":
case "MINECART_MOB_SPAWNER":
case "SPAWNER_MINECART":
case "ENDER_CRYSTAL":
case "MINECART_TNT":
case "TNT_MINECART":
case "CHEST_BOAT":
case "BOAT":
Expand Down

0 comments on commit 6ad120b

Please sign in to comment.