• • 2/14/26 11:03 am • 4 logs
scheduled
- 7.3k views • 2 today
- save_alt 1k downloads
- Compatibility
- Minecraft 1.21
- Changes include
Added CreditResearch credit linked in datapack files
28
Make the mobs in your world the actual size they are in real life! Spiders become tiny, horses become bigger, and much more!
This datapack currently supports versions 1.21+. It has last been confirmed to work in version 1.21.11
Want to see me play this datapack? Check out this video!
https://youtu.be/5BKXxkQYCnM?si=HTzBfbXSJjc4UsMO
Before uninstalling, or to disable this datapack, please run the command "/function realsize:deactivate" so that it shuts down properly.
This datapack currently supports versions 1.21+. It has last been confirmed to work in version 1.21.11
Want to see me play this datapack? Check out this video!
https://youtu.be/5BKXxkQYCnM?si=HTzBfbXSJjc4UsMO
Before uninstalling, or to disable this datapack, please run the command "/function realsize:deactivate" so that it shuts down properly.
4 Update Logs
Update #4 : by PizzaBombz 02/14/2026 11:03:56 amFebruary 14 @ 4:03 pm UTC
- Now declares itself into the DPDeclaration scoreboard under the name of "realsizes"
> This enables it to have more easy compatability with other datapacks, clearly stating if it exists or not
> Because of this, in the future, please run the command "/function realsize:deactivate" before uninstalling or instead of disabling it manually so that it shuts down smoothly
- Now properly disables itself when certain other incompatible datapacks exist
> "Fake Mob Sizes!" (under the DPDeclaration name of "unrealsizes") (located here: www.planetminecraft.com/data-pack/fake-mob-sizes/) incompatability detection has been added. This detection exists in both datapacks, and the last datapack added (if not added simultaneously) will disable itself
> This enables it to have more easy compatability with other datapacks, clearly stating if it exists or not
> Because of this, in the future, please run the command "/function realsize:deactivate" before uninstalling or instead of disabling it manually so that it shuts down smoothly
- Now properly disables itself when certain other incompatible datapacks exist
> "Fake Mob Sizes!" (under the DPDeclaration name of "unrealsizes") (located here: www.planetminecraft.com/data-pack/fake-mob-sizes/) incompatability detection has been added. This detection exists in both datapacks, and the last datapack added (if not added simultaneously) will disable itself
LOAD MORE LOGS
More like this
6347399
119


Have something to say?
My version had a bit of randomisation so all similar mobs have a slightly different size for a bit more realism. I also made squids have a small chance to turn out huge like the real life giant squid.
Maybe you could implement a bit of randomisation as well! I did it by giving the entities a random score value using /random and then made a lookup table function that takes that score and sets the mob's scale accordingly (because you cannot really write scores to attributes easily).