Skip to content

Commit

Permalink
Merge pull request #5546 from TownyAdvanced/fix/minecart-prot
Browse files Browse the repository at this point in the history
Fix minecart names in ItemLists
  • Loading branch information
LlmDl authored Dec 19, 2021
2 parents 1162fe0 + c1fa8a2 commit c5ac076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/palmergames/bukkit/util/ItemLists.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class ItemLists {
/**
* List of Minecarts.
*/
public static List<String> MINECARTS = new ArrayList<>(Arrays.asList("MINECART","STORAGE_MINECART","POWERED_MINECART","COMMAND_MINECART","TNT_MINECART","HOPPER_MINECART"));
public static List<String> MINECARTS = new ArrayList<>(Arrays.asList("MINECART","CHEST_MINECART","COMMAND_BLOCK_MINECART","TNT_MINECART","HOPPER_MINECART"));

/**
* List of Wooden Doors.
Expand Down

0 comments on commit c5ac076

Please sign in to comment.