Skip to content

Commit

Permalink
Adding camel to Cocoon mobs
Browse files Browse the repository at this point in the history
  • Loading branch information
anoomolu authored and williewillus committed Nov 21, 2023
1 parent fa898bd commit 55a6db8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ protected void addTags(HolderLookup.Provider provider) {
tag(BotaniaTags.Entities.COCOON_RARE)
.add(EntityType.HORSE, EntityType.DONKEY, EntityType.WOLF, EntityType.OCELOT,
EntityType.CAT, EntityType.PARROT, EntityType.LLAMA, EntityType.FOX,
EntityType.PANDA, EntityType.TURTLE, EntityType.GOAT)
EntityType.PANDA, EntityType.TURTLE, EntityType.GOAT, EntityType.CAMEL)
.addOptional(new ResourceLocation("quark", "frog"));

tag(BotaniaTags.Entities.COCOON_COMMON_AQUATIC)
Expand Down

0 comments on commit 55a6db8

Please sign in to comment.