Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Creators
Details
Random Mob Sizes
This datapack provides a funny game experience by randomizing every mob sizes in your world! š² š®
The default scale is 0.75-1.25 but can be configured as you want with the command /function random_mob_sizes:config āļø
The datapack is optimized, meaning it do not add any lag to your world/server! ā”ļø
You can also configure per-mob behavior to fineātune size ranges and health scaling for specific entities. šÆ
Configuration āļø
Run the helper command to configure the pack:
- ā¶ļø Execute
/function random_mob_sizes:config - š¬ This prints clickable messages in chat that prefill commands you can edit and send.
What you can configure (from the in-game helper):
- š Value range for sizes: 0.0625 ā 16.0
- š Default global range: min_size = 0.75, max_size = 1.25
- ā¤ļø Health scaling toggle: whether mob health scales with their size (enabled by default)
- š Speed scaling toggle: whether mob movement speed scales with their size (disabled by default)
- āļø Damage scaling toggle: whether mob attack damage scales with their size (disabled by default)
Global settings examples š ļø:
- āš Set minimum size
/data modify storage random_mob_sizes:config min_size set value 0.75
- āš Set maximum size
/data modify storage random_mob_sizes:config max_size set value 1.25
- šā¤ļø Enable/disable health scaling
/data modify storage random_mob_sizes:config health_scale set value false- Use
trueto enable,falseto disable.
- šš Enable/disable speed scaling
/data modify storage random_mob_sizes:config speed_scale set value true- Use
trueto enable,falseto disable.
- šāļø Enable/disable damage scaling
/data modify storage random_mob_sizes:config damage_scale set value true- Use
trueto enable,falseto disable.
Per-mob overrides (optional) š¾:
- 𧬠You can override the global settings for a specific mob type. Provide any subset of keys; omitted keys fall back to the global values.
- š Example for chickens:
/data modify storage random_mob_sizes:config mobs."minecraft:chicken" set value {min_size:0.75,max_size:1.25,health_scale:true,speed_scale:false,damage_scale:false}
- š Replace
minecraft:chickenwith the desired entity ID (e.g.,minecraft:zombie).
š” Tip: You can re-run /function random_mob_sizes:config at any time to show the clickable helpers again.
Technical / Compatibility š§
Mobs concerned by the datapack are:
- mobs with a "Brain" NBT š§
- not players š¤
- not armor stands š”ļø
- not entities having the following Tags:
random_mob_sizes.checked,smithed.entity,smithed.strict,global.ignoreš·ļø
Meaning modded mobs can be concerned! šÆ
If you want to revert all loaded entities to their original size, you can type /execute as @e run attribute @s scale base reset.




