- Fixed lasso tethering not working
- Fixed grizzly bear attack animation
- Fixed capsid issue
- Fixed Animal Dictionary not granting the "Alex's Mobs" advancement when opened for the first time
- Fixed Capuchin Monkey causing crashes when attacking
- Fixed Rhinoceros not moving
- Fixed Music Discs (Thime & Daze) not being playable in jukeboxes
- Fixed armor items (Roadrunner Boots, Crocodile Chestplate, etc.) stacking to 64 instead of 1
- Fixed rattlesnake model segments spinning wildly during animations (getAllParts() was only returning body, not child parts)
- Fixed Komodo Dragons attacking their own children
- Fixed Rocky Chestplate roll ability not working (Citadel entity data not persisting on NeoForge 1.21.1)
- Fixed item tags:
alexsmobs:insect_items,alexsmobs:bananas,alexsmobs:tiger_breedables,alexsmobs:animal_dictionary_ingredient - Added convention tags:
c:foods,c:raw_meat,c:cooked_meat,c:raw_fish,c:cooked_fish - Added fish mobs to
minecraft:not_scary_for_pufferfishentity tag (lobster, blobfish, terrapin, comb_jelly, cosmic_cod, catfish, flying_fish, mudskipper, triops, devils_hole_pupfish) - Fixed Froststalker, Tusklin, and Snow Leopard taking freeze damage in powder snow (added canFreeze override)
- Fixed pufferfish puffing up around Alex's Mobs fish (event-based workaround since entity tags weren't loading)
- Added mobs to appropriate entity type tags:
minecraft:undead(bone_serpent, soul_vulture, skelewag, murmur),minecraft:arthropod(fly, crimson_mosquito, lobster, centipede, cockroach, mantis_shrimp, leafcutter_ant, tarantula_hawk, triops),minecraft:aquatic(orca, sharks, lobster, blobfish, seal, cachalot_whale, mimic_octopus, giant_squid, sea_bear, fish, terrapin, comb_jelly, mudskipper, stradpole) - Added proper mining tool tags for blocks: pickaxe (straddlite_block, void_worm_beak/effigy, transmutation_table, rainbow_glass, crystalized_mucus, gustmaker), axe (leafcutter_anthill/chamber, capsid), shovel (sand_circle, red_sand_circle, ender_residue), hoe (sculk_boomer, bison_fur_block/carpet)
- Fixed multi-segment mobs (Anaconda, Bone Serpent, Cave Centipede, Void Worm, Giant Squid) not showing hurt/death animations (MessageHurtMultipart was failing to sync when damage type was empty)
- Fixed beam/rope rendering for Squid Grapple, Vine Lasso, Tiger leash, and Laviathan reins (updated vertex format for 1.21)
- Fixed Transmutation Table dropping itself instead of Nether Star (updated loot table enchantment predicate format for 1.21)
- Fixed armor and tools not being enchantable (added data-driven enchantable item tags for 1.21)
- Fixed potion crash when drinking clinging potion (potions were using unregistered Holder.direct() instead of DeferredHolder)
- Fixed ALL potion effects not working (renamed isDurationEffectTick to shouldApplyEffectTickThisTick for 1.21)
- Fixed Clinging potion effect not pushing player to ceiling (improved ceiling detection logic)
- Fixed Froststalker frost walking not working (reimplemented for 1.21 enchantment system changes)
- Transmutation Table now opens properly
- Hummingbird Feeder interaction fixed
- Komodo Dragons can now be tamed with 64+ rotten flesh
- Fixed taming not working (no arm swing animation)
- Fixed tags not loading (blocks, items, entity_types)
- Fixed crash when Cosmaw attacks Cosmic Cod
- Fixed lobsters drowning underwater
- Fix loot modifiers dropping items from all loot tables (hardcoded conditions)
- Fix recipes folder renamed to recipe (1.21.1 format)
- Fix recipe JSON format (id instead of item in result)
- Fix loot_tables folder renamed to loot_table (1.21.1 format)
- Fix loot table JSON format for 1.21.1
- Fix catfish frustum culling (getAllParts returning all model parts)
- Fix armor not rendering custom models (AMArmorMaterials with proper layers)
- Fix Dimensional Carver using DataComponents instead of NBT
- Fix Enderiophage Rocket extending Projectile instead of FireworkRocketEntity
- Fix Skelewag Sword blocking (getUseDuration signature, canPerformAction)
- Fix Straddleboard crash (null VertexConsumer in renderer)
- Fix Straddleboard using DataComponents for dyed color
- Fix Capsid item transfer using Container interface
- Fix Vine Lasso getUseDuration signature
- Fix Blood Sprayer, Hemolymph Blaster, Stink Ray, Fish Oil getUseDuration
- Fix Squid Grapple getUseDuration signature
- Fix Shield of the Deep blocking
- Add MessageSyncEntityData network packet for Citadel entity data sync
- Update VineLassoUtil, TendonWhipUtil, RockyChestplateUtil, FlyingFishBootsUtil, RainbowUtil to use new networking
- Fix bananas.json tag to include alexsmobs:banana
- Fixed all recipes using incorrect format for 1.21.1
- Fixed loot drop tables for
- Ancient Darts
- Banana
- Blossom
- Pigshoes
Initial Port Release!

