Skip to content

Commit 9bddba9

Browse files
committed
Add camel husk, nautilus and zombie nautilus to the list of rideable mobs
1 parent b6e78a8 commit 9bddba9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/meteordevelopment/meteorclient/utils/entity/EntityUtils.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public static boolean isRideable(EntityType<?> type) {
5959
type == EntityType.LLAMA ||
6060
type == EntityType.TRADER_LLAMA ||
6161
type == EntityType.CAMEL ||
62-
// type == EntityType.CAMEL_HUSK || todo 1.21.11
62+
type == EntityType.CAMEL_HUSK ||
6363
type == EntityType.MINECART ||
6464
type == EntityType.OAK_BOAT ||
6565
type == EntityType.SPRUCE_BOAT ||
@@ -81,8 +81,8 @@ public static boolean isRideable(EntityType<?> type) {
8181
type == EntityType.PALE_OAK_CHEST_BOAT ||
8282
type == EntityType.SPRUCE_CHEST_BOAT ||
8383
type == EntityType.BAMBOO_CHEST_RAFT ||
84-
// type == EntityType.NAUTILUS ||
85-
// type == EntityType.ZOMBIE_NAUTILUS ||
84+
type == EntityType.NAUTILUS ||
85+
type == EntityType.ZOMBIE_NAUTILUS ||
8686
type == EntityType.HAPPY_GHAST;
8787
}
8888

0 commit comments

Comments
 (0)