Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Respawning Animals

Respawning Animals

Animals no longer stay in the world forever, instead they spawn and disappear like monsters.

254.7k
153
Game Mechanics
Mobs

Compatibility

Minecraft: Java Edition

1.21.1
1.20.4
1.20–1.20.1
1.19.3–1.19.4
1.18.2

Platforms

Fabric
Forge
NeoForge

Supported environments

Server-side

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source

Creators

Fuzs
Fuzs Owner
LunaPixelStudios
LunaPixelStudios Studio

Details

Licensed MPL-2.0
Published 2 years ago
Updated last month
DescriptionGalleryChangelogVersions

Show all versions

1
2

[NEOFORGE] [1.21.5] RespawningAnimals-v21.5.0

by Fuzs on Apr 14, 2025
Download

[FABRIC] [1.21.5] RespawningAnimals-v21.5.0

by Fuzs on Apr 14, 2025
Download

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[v21.5.0-1.21.5] - 2025-04-13

  • Port to Minecraft 1.21.5

[NEOFORGE] [1.21.4] RespawningAnimals-v21.4.0

by Fuzs on Feb 13, 2025
Download

[FABRIC] [1.21.4] RespawningAnimals-v21.4.0

by Fuzs on Feb 13, 2025
Download

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[v21.4.0-1.21.4] - 2025-02-13

  • Port to Minecraft 1.21.4

[NEOFORGE] [1.21.1] RespawningAnimals-v21.1.1

by Fuzs on Dec 23, 2024
Download

[FABRIC] [1.21.1] RespawningAnimals-v21.1.1

by Fuzs on Dec 23, 2024
Download

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[v21.1.1-1.21.1] - 2024-12-23

Fixed

  • Fix baby strider jockeys being made persistent, leading to them building up over time

[v21.1.0-1.21.1] - 2024-09-18

  • Port to Minecraft 1.21.1

[FABRIC] [1.20.1] RespawningAnimals-v8.2.1

by Fuzs on Dec 23, 2024
Download

[FORGE] [1.20.1] RespawningAnimals-v8.2.1

by Fuzs on Dec 23, 2024
Download

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[v8.2.1-1.20.1] - 2024-12-23

Fixed

  • Fix baby strider jockeys being made persistent, leading to them building up over time

[v8.2.0-1.20.1] - 2024-02-17

Changed

  • Improve handling of creatures from mods that register an animal with a mob category that is different from the one used for spawning
    • This is a big issue for how the implementation of Respawning Animals works, it is now fixed on the fly and the offending mods are printed to the log, so that their author can correct the mismatch
  • Improve handling of creatures from mods that fail to call Mob::finalizeSpawn and therefore do not have their spawn type saved which is required by Respawning Animals
  • Animals are now automatically made persistent when attached to a lead, owned by a player and when equipped with a saddle

Fixed

  • Fix any ridden animal becoming persistent, like striders and chickens from jockeys, when only the player riding an animal was supposed to do so

[v8.1.1-1.20.1] - 2023-08-17

Changed

  • Made it a lot less likely for Respawning Animals to be responsible for endless animal over-spawning in case of a mod conflict

[v8.1.0-1.20.1] - 2023-08-15

  • Completely rewrote the mod to no longer rely on animals being classified as instances of the Animal class internally, instead now any mob with the CREATURE mob category will be affected fully
  • This should mainly solve issues with modded animals being allowed to constantly spawn in the world without ever being forced to despawn
  • Also, internally no more mixins are used, all the behavior is achieved using built-in events, hopefully aiding mod compatibility (Forge only)

Removed

  • Removed the config file, the animal mob spawn cap is now controlled via a new animalMobCap game rule, the animal blacklist was migrated to a new respawninganimals:persistent_animals entity type tag

[v8.0.0-1.20.1] - 2023-06-27

  • Ported to Minecraft 1.20.1

[NEOFORGE] [1.21.1] RespawningAnimals-v21.1.0

by Fuzs on Sep 18, 2024
Download

[FABRIC] [1.21.1] RespawningAnimals-v21.1.0

by Fuzs on Sep 18, 2024
Download

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[v21.1.0-1.21.1] - 2024-09-18

  • Port to Minecraft 1.21.1

[NEOFORGE] [1.20.4] RespawningAnimals-v20.4.0

by Fuzs on Feb 25, 2024
Download

[FORGE] [1.20.4] RespawningAnimals-v20.4.0

by Fuzs on Feb 25, 2024
Download

[FABRIC] [1.20.4] RespawningAnimals-v20.4.0

by Fuzs on Feb 25, 2024
Download

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[v20.4.0-1.20.4] - 2024-02-25

  • Port to Minecraft 1.20.4
  • Port to NeoForge

[FABRIC] [1.18.2] RespawningAnimals-v3.1.0

by Fuzs on Feb 17, 2024
Download

[FORGE] [1.18.2] RespawningAnimals-v3.1.0

by Fuzs on Feb 17, 2024
Download

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[v3.1.0-1.18.2] - 2024-02-17

Changed

  • Improve handling of creatures from mods that register an animal with a mob category that is different from the one used for spawning
    • This is a big issue for how the implementation of Respawning Animals works, it is now fixed on the fly and the offending mods are printed to the log, so that their author can correct the mismatch
  • Improve handling of creatures from mods that fail to call Mob::finalizeSpawn and therefore do not have their spawn type saved which is required by Respawning Animals
  • Animals are now automatically made persistent when attached to a lead, owned by a player and when equipped with a saddle

Fixed

  • Fix any ridden animal becoming persistent, like striders and chickens from jockeys, when only the player riding an animal was supposed to do so

[v3.0.1-1.18.2] - 2023-08-17

Changed

  • Made it a lot less likely for Respawning Animals to be responsible for endless animal over-spawning in case of a mod conflict

[v3.0.0-1.18.2] - 2023-08-16

  • Ported to Minecraft 1.18.2

[FABRIC] [1.20.1] RespawningAnimals-v8.2.0

by Fuzs on Feb 17, 2024
Download

[FORGE] [1.20.1] RespawningAnimals-v8.2.0

by Fuzs on Feb 17, 2024
Download

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[v8.2.0-1.20.1] - 2024-02-17

Changed

  • Improve handling of creatures from mods that register an animal with a mob category that is different from the one used for spawning
    • This is a big issue for how the implementation of Respawning Animals works, it is now fixed on the fly and the offending mods are printed to the log, so that their author can correct the mismatch
  • Improve handling of creatures from mods that fail to call Mob::finalizeSpawn and therefore do not have their spawn type saved which is required by Respawning Animals
  • Animals are now automatically made persistent when attached to a lead, owned by a player and when equipped with a saddle

Fixed

  • Fix any ridden animal becoming persistent, like striders and chickens from jockeys, when only the player riding an animal was supposed to do so

[v8.1.1-1.20.1] - 2023-08-17

Changed

  • Made it a lot less likely for Respawning Animals to be responsible for endless animal over-spawning in case of a mod conflict

[v8.1.0-1.20.1] - 2023-08-15

  • Completely rewrote the mod to no longer rely on animals being classified as instances of the Animal class internally, instead now any mob with the CREATURE mob category will be affected fully
  • This should mainly solve issues with modded animals being allowed to constantly spawn in the world without ever being forced to despawn
  • Also, internally no more mixins are used, all the behavior is achieved using built-in events, hopefully aiding mod compatibility (Forge only)

Removed

  • Removed the config file, the animal mob spawn cap is now controlled via a new animalMobCap game rule, the animal blacklist was migrated to a new respawninganimals:persistent_animals entity type tag

[v8.0.0-1.20.1] - 2023-06-27

  • Ported to Minecraft 1.20.1

[FABRIC] [1.20.1] RespawningAnimals-v8.1.1

by Fuzs on Aug 17, 2023
Download

[FORGE] [1.20.1] RespawningAnimals-v8.1.1

by Fuzs on Aug 17, 2023
Download

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[v8.1.1-1.20.1] - 2023-08-17

Changed

  • Made it a lot less likely for Respawning Animals to be responsible for endless animal over-spawning in case of a mod conflict

[v8.1.0-1.20.1] - 2023-08-15

  • Completely rewrote the mod to no longer rely on animals being classified as instances of the Animal class internally, instead now any mob with the CREATURE mob category will be affected fully
  • This should mainly solve issues with modded animals being allowed to constantly spawn in the world without ever being forced to despawn
  • Also, internally no more mixins are used, all the behavior is achieved using built-in events, hopefully aiding mod compatibility (Forge only)

Removed

  • Removed the config file, the animal mob spawn cap is now controlled via a new animalMobCap game rule, the animal blacklist was migrated to a new respawninganimals:persistent_animals entity type tag

[v8.0.0-1.20.1] - 2023-06-27

  • Ported to Minecraft 1.20.1

[FABRIC] [1.18.2] RespawningAnimals-v3.0.1

by Fuzs on Aug 17, 2023
Download
1
2

Modrinth is open source.

main@bd61f5d

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.