Skip to content

Commit

Permalink
Remove chest boat from living entities
Browse files Browse the repository at this point in the history
  • Loading branch information
altrisi authored Apr 11, 2022
1 parent 3780d5f commit 96bb107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/carpet/script/value/EntityValue.java
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ public static class EntityClassDescriptor
EntityType.EVOKER_FANGS, EntityType.EXPERIENCE_ORB, EntityType.EYE_OF_ENDER,
EntityType.FALLING_BLOCK, EntityType.ITEM, EntityType.ITEM_FRAME, EntityType.GLOW_ITEM_FRAME,
EntityType.LEASH_KNOT, EntityType.LIGHTNING_BOLT, EntityType.PAINTING,
EntityType.TNT, EntityType.ARMOR_STAND
EntityType.TNT, EntityType.ARMOR_STAND, EntityValue.CHEST_BOAT

);
Set<EntityType<?>> minecarts = Sets.newHashSet(
Expand Down

0 comments on commit 96bb107

Please sign in to comment.