

EmberRoot Zoo
EmberRoot Zoo is a collection of diverse creatures that will bring your Minecraft world to life. The mod adds numerous unique mobs with various characteristics and behaviors.
Added Creatures
The collection includes:
- Fallen Hero
- Rainbow Slime
- Block Slime
- Sprout
- Deer
- Golem
- Fairy
- Sprite
- Guardian of Sprites (boss) - defeating it may drop an elytra, totem of undying, or nether star
- Timber Wolf
- Dire Wolf
- Fallen Knight
- Ender Mini
- Frozen Knight
- Owl
- Dire Witch
- Dire Cat
- Cursed Creeper
Configuration
Each creature can be finely tuned through the configuration file. You can:
- Set spawn biomes
- Modify health and damage
- Completely disable unwanted mobs
- Configure spawn frequency and group size
All mobs use Minecraft's standard loot table system through JSON files.
Configuration Example
entityfairy {
# Spawn in all biomes. If false, uses the whitelist in this config [default: true]
B:allBiomes=true
# Biomes for spawning. Can add any modded biomes. [default: [minecraft:ocean], [minecraft:plains], [minecraft:desert], [minecraft:extreme_hills], [minecraft:forest], [minecraft:taiga], [minecraft:swampland], [minecraft:river], [minecraft:hell], [minecraft:ice_flats], [minecraft:beaches], [minecraft:forest_hills], [minecraft:jungle], [minecraft:birch_forest], [minecraft:roofed_forest], [minecraft:savanna], [minecraft:mesa]]
S:biomeWhitelist <
minecraft:ocean
minecraft:plains
minecraft:desert
minecraft:extreme_hills
minecraft:forest
minecraft:taiga
minecraft:swampland
minecraft:river
minecraft:hell
minecraft:ice_flats
minecraft:beaches
minecraft:forest_hills
minecraft:jungle
minecraft:birch_forest
minecraft:roofed_forest
minecraft:savanna
minecraft:mesa
>
# Maximum spawn group size. [range: 0 ~ 500, default: 10]
I:maxSpawnCount=10
# Minimum spawn group size. [range: 0 ~ 500, default: 5]
I:minSpawnCount=5
# Spawn frequency. Higher values mean more frequent spawning. [range: 0 ~ 500, default: 20]
I:weightProbability=20
}
Development History
This mod started as a fork of Roots (with the author's permission), from which all elements except the Fairy, Deer, and Sprout entities were removed. The Ancient Golem from the Embers mod was also added.
The project also includes code and textures from the Ender Zoo mod (currently abandoned).
Main Changes:
- Modified spawn rules
- Adjusted creature AI
- Updated loot tables
- Added color variations with slight differences
- Fairies can be tamed and untamed using glowstone
- Changed the firing speed of golem lasers
- Golems attack the player, but certain colors also attack specific mobs
All textures and source code comply with the licenses of the original mods.
Compatibility
If you have Embers and/or Roots mods installed, you may see duplicate entities such as fairies from this mod. However, spawning can be modified or disabled through the configuration file.