Skip to content

Commit

Permalink
My mind is actually soup
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticKoko committed Dec 8, 2024
1 parent e16faae commit e0b83e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class KarkinosEntity(entityType: EntityType<out HybridAquaticMinibossEntity>, wo
}

override fun getGroup(): EntityGroup {
return EntityGroup.AQUATIC
return EntityGroup.ARTHROPOD
}

override fun readCustomDataFromNbt(nbt: NbtCompound) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ object HybridAquaticItemGroups {
entries.add(HybridAquaticItems.COOKED_LOBSTER)
entries.add(HybridAquaticItems.RAW_LOBSTER_TAIL)
entries.add(HybridAquaticItems.COOKED_LOBSTER_TAIL)
entries.add(HybridAquaticItems.UNI)

entries.add(HybridAquaticItems.BETTA)
entries.add(HybridAquaticItems.DANIO)
Expand Down

0 comments on commit e0b83e1

Please sign in to comment.