Community listing page, reviews here may not be monitored by the author.
Haven Animal Seeds / Crops / Plants
No reviews yet
A mod that adds seeds that will grow into animals.
Designed to be relaxing and comfortable with little challenge, often including elements like peaceful villages, farming, and gentle exploration.
Features a central focus of farming and villages/ homesteading.
Featuring a challenge world that gives the player limited starting starting area and resources typically a small island in a void world.
Adds or improves non-hostile and neutral creatures.
Enhances farming mechanics and introduces new crops and livestock.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Adds extra features or content to an existing mod.
Community voices
Reviews
Filters
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description

This mod lets you plant seeds that grow into different animals. It's a fun way to fill your world with life.
Each seed can only grow on certain blocks. Make sure you plant them in the right spots!
The animals that has a Baby variant will grow into their baby variant, and also their own variants like different parrots, cats, etc..
You can also change how fast the seeds grow and how far you need to be for them to grow in the config. If you're too close, they won't grow!
Animal Seeds and Their Growth Blocks:
- Allay Seed: Grows on Grass Block, Podzol
- Armadillo Seed: Grows on Grass Block, Podzol, Coarse Dirt, Dirt
- Axolotl Seed: Grows in Water
- Bee Seed: Grows on Grass Block, Podzol
- Camel Seed: Grows on Sand, Red Sand
- Cat Seed: Grows on Grass Block, Podzol
- Chicken Seed: Grows on Grass Block, Podzol, Moss Block
- Cow Seed: Grows on Grass Block, Podzol
- Dolphin Seed: Grows in Water
- Donkey Seed: Grows on Grass Block, Podzol, Coarse Dirt, Dirt
- Fox Seed: Grows on Grass Block, Podzol, Snow Block
- Glow Squid Seed: Grows in Water
- Goat Seed: Grows on Grass Block, Podzol, Snow Block, Stone, Cobblestone, Mossy Cobblestone, Granite, Andesite, Diorite, Gravel
- Horse Seed: Grows on Grass Block, Podzol
- Llama Seed: Grows on Grass Block, Podzol
- Mooshroom Seed: Grows on Grass Block, Mycelium, Podzol
- Mule Seed: Grows on Grass Block, Podzol
- Nautilus Seed: Grows in Water
- Ocelot Seed: Grows on Grass Block, Podzol
- Panda Seed: Grows on Grass Block, Podzol
- Parrot Seed: Grows on Grass Block, Podzol
- Pig Seed: Grows on Grass Block, Podzol, Coarse Dirt, Dirt, Moss Block, Mycelium, Rooted Dirt
- Polar Bear Seed: Grows on Snow Block, Ice, Packed Ice, Blue Ice
- Rabbit Seed: Grows on Grass Block, Podzol, Sand, Red Sand, Sandstone
- Sheep Seed: Grows on Grass Block
- Sniffer Seed: Grows on Grass Block, Podzol
- Squid Seed: Grows in Water
- Turtle Seed: Grows on Sand
- Villager Seed: Grows on Grass Block, Podzol
- Wolf Seed: Grows on Grass Block, Podzol
Default Config:
#The distance in blocks players must stay away from a mob seed for it to grow.
# Default: 20
# Range: > 1
playerGrowthDistance = 20
#The time it takes in ticks for an axolotl to spawn from an axolotl seed. (20 ticks = 1 second)
# Default: 12000
# Range: > 1
axolotl_seed_spawn_timer = 12000
#The time it takes in ticks for a bee to spawn from a bee seed. (20 ticks = 1 second)
# Default: 12000
# Range: > 1
bee_seed_spawn_timer = 12000
#The time it takes in ticks for a cat to spawn from a cat seed. (20 ticks = 1 second)
# Default: 12000
# Range: > 1
cat_seed_spawn_timer = 12000
#The time in ticks it takes for a chicken to spawn from a chicken seed. (20 ticks = 1 second)
# Default: 12000
# Range: > 1
chicken_seed_spawn_timer = 12000
#The time in ticks it takes for a cow to spawn from a cow seed. (20 ticks = 1 second)
# Default: 12000
# Range: > 1
cow_seed_spawn_timer = 12000
#The time in ticks it takes for a donkey to spawn from a donkey seed. (20 ticks = 1 second)
# Default: 12000
# Range: > 1
donkey_seed_spawn_timer = 12000
#The time in ticks it takes for a fox to spawn from a fox seed. (20 ticks = 1 second)
# Default: 12000
# Range: > 1
fox_seed_spawn_timer = 12000
#The time in ticks it takes for a goat to spawn from a goat seed. (20 ticks = 1 second)
# Default: 12000
# Range: > 1
goat_seed_spawn_timer = 12000
#The time in ticks it takes for a horse to spawn from a horse seed. (20 ticks = 1 second)
# Default: 12000
# Range: > 1
horse_seed_spawn_timer = 12000
#The time in ticks it takes for a llama to spawn from a llama seed. (20 ticks = 1 second)
# Default: 12000
# Range: > 1
llama_seed_spawn_timer = 12000
#The time in ticks it takes for a mooshroom to spawn from a mooshroom seed. (20 ticks = 1 second)
# Default: 12000
# Range: > 1
mooshroom_seed_spawn_timer = 12000
#The time in ticks it takes for a mule to spawn from a mule seed. (20 ticks = 1 second)
# Default: 12000
# Range: > 1
mule_seed_spawn_timer = 12000
#The time in ticks it takes for an ocelot to spawn from an ocelot seed. (20 ticks = 1 second)
# Default: 12000
# Range: > 1
ocelot_seed_spawn_timer = 12000
#The time in ticks it takes for a panda to spawn from a panda seed. (20 ticks = 1 second)
# Default: 12000
# Range: > 1
panda_seed_spawn_timer = 12000
#The time in ticks it takes for a pig to spawn from a pig seed. (20 ticks = 1 second)
# Default: 12000
# Range: > 1
pig_seed_spawn_timer = 12000
#The time in ticks it takes for a rabbit to spawn from a rabbit seed. (20 ticks = 1 second)
# Default: 12000
# Range: > 1
rabbit_seed_spawn_timer = 12000
#The time in ticks it takes for a sheep to spawn from a sheep seed. (20 ticks = 1 second)
# Default: 12000
# Range: > 1
sheep_seed_spawn_timer = 12000
#The time in ticks it takes for a sniffer to spawn from a sniffer seed. (20 ticks = 1 second)
# Default: 12000
# Range: > 1
sniffer_seed_spawn_timer = 12000
#The time in ticks it takes for a parrot to spawn from a parrot seed. (20 ticks = 1 second)
# Default: 12000
# Range: > 1
parrot_seed_spawn_timer = 12000
#The time in ticks it takes for a turtle to spawn from a turtle seed. (20 ticks = 1 second)
# Default: 12000
# Range: > 1
turtle_seed_spawn_timer = 12000
#The time in ticks it takes for a wolf to spawn from a wolf seed. (20 ticks = 1 second)
# Default: 12000
# Range: > 1
wolf_seed_spawn_timer = 12000
#The time in ticks it takes for a dolphin to spawn from a dolphin seed. (20 ticks = 1 second)
# Default: 12000
# Range: > 1
dolphin_seed_spawn_timer = 12000
#The time in ticks it takes for a glow squid to spawn from a glow squid seed. (20 ticks = 1 second)
# Default: 12000
# Range: > 1
glow_squid_seed_spawn_timer = 12000
#The time in ticks it takes for a polar bear to spawn from a polar bear seed. (20 ticks = 1 second)
# Default: 12000
# Range: > 1
polar_bear_seed_spawn_timer = 12000
#The time in ticks it takes for a squid to spawn from a squid seed. (20 ticks = 1 second)
# Default: 12000
# Range: > 1
squid_seed_spawn_timer = 12000
#The time in ticks it takes for a villager to spawn from a villager seed. (20 ticks = 1 second)
# Default: 12000
# Range: > 1
villager_seed_spawn_timer = 12000
#The time in ticks it takes for an allay to spawn from an allay seed. (20 ticks = 1 second)
# Default: 12000
# Range: > 1
allay_seed_spawn_timer = 12000
#The time in ticks it takes for an armadillo to spawn from an armadillo seed. (20 ticks = 1 second)
# Default: 12000
# Range: > 1
armadillo_seed_spawn_timer = 12000
#The time in ticks it takes for a camel to spawn from a camel seed. (20 ticks = 1 second)
# Default: 12000
# Range: > 1
camel_seed_spawn_timer = 12000
#The time in ticks it takes for a nautilus to spawn from a nautilus seed. (20 ticks = 1 second)
# Default: 12000
# Range: > 1
nautilus_seed_spawn_timer = 12000
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
