Enigmatica 6 - E6 - 1.16.5

Enigmatica 6 - E6 - 1.16.5

1M Downloads

Vanilla mobs not spawning or extremely rare.

hofmannk69 opened this issue ยท 28 comments

commented

Description
Vanilla mobs not spawning or extremely rare.

I have created 4 different worlds using the TerraForged world gen and the Enigmatica preset in pack version 0.5. I flew around in creative mode (thousands of blocks) and never found a cow, chicken or sheep. I did find pigs in the villages that have animal pens in them and then only 2 pigs in the pens. I think Alex's mobs are stopping or really slowing down the spawning of cows, chickens and sheep.

My suggestion is to have Alex's mobs spawn less allowing the above animals to spawn more.

commented

Environmental configs may be the culprit here:

[entities]
#Make farm animals spawn in less biomes to allow new mobs to take their place and diversify biome spawns
"Limit farm animal spawns" = true
#Make biome variants of mobs like Husks always spawn in place of their original in their biomes
"Biome variants always spawn" = true

How do you even use this where do I go to put something like this and which one would I write the # or โ€œ

commented

How do you guys change to 0.5 for your world Iโ€™m so confused

commented

Well, it's not Alex's mobs. I removed the mod and started a new world, flew around in creative and still found no cows or sheep. I am at a loss as to what it could be. I do find a few pigs and chickens but I had to fly around for quite awhile to find them, they are extremely rare.

commented

Thanks for the report! Could you try removing the mod Citadel please?

commented

Ah, yeah, I was wanting to report this as well but i wasn' sure, maybe you wanted to have food scarcity be miserable.

Yep. Vanilla animals are very rare.

This was actually gonna be pretty impactful with the vampirism mod because if you were unlucky i guess you would starve to death a lot, since you cannot use plants for food while searching for animals.

Will look into this issue more on a bit

commented

Thanks for the report! Could you try removing the mod Citadel please?

I am out for the day, will try when I get home tonight.

commented

I am out for the day, will try when I get home tonight.

I got you. Let me do this for you.

Thanks for the report! Could you try removing the mod Citadel please?

Alexsmobs wants Citadel, so it goes out as well. Trying this out without both it and Citadel still didn't solve the very uncommon animals issue.

commented

I am out for the day, will try when I get home tonight.

I got you. Let me do this for you.

Thanks for the report! Could you try removing the mod Citadel please?

Alexsmobs wants Citadel, so it goes out as well. Trying this out without both it and Citadel still didn't solve the very uncommon animals issue.

In the worlds I tested on, the pigs and chickens were very uncommon. The cows and sheep were nonexistent. Thanks for testing this for me.

commented

Is this on single player or server? I have found many sheep, pigs, chickens and cows on my server world with same presets.

commented

Is this on single player or server? I have found many sheep, pigs, chickens and cows on my server world with same presets.

Single player, are you on 0.5.0?

commented

Is this on single player or server? I have found many sheep, pigs, chickens and cows on my server world with same presets.

Single player, are you on 0.5.0?

Server, 0.5.0.

commented

Good thing I have this two liner as find-text-in-folder script:

#!/usr/bin/env bash
for i in $(find "$1" -type f) ; do test=$(cat $i | grep -ai "$2"); [[ "$test" != "" ]] && printf "$i: \n$test \n"; done

That way I could just do find-text-in-folder . spawn > ~/search-results and read the relevant lines in the configs.
I found that citadel has a config option for bumping up passive mob spawn on chunk generation.

On citadel-common.toml:

#Multiplies the count of entities spawned by this number. 0 = no entites added on chunk gen, 2 = twice as many entities added on chunk gen. Useful for many mods that add a lot of creatures, namely animals, to the spawn lists.
#Range: 0.0 ~ 100000.0
chunkGenSpawnModifier = 0.5

Changing this option had no effect on how often pig sheep cows spawn however, it just made the packs mobs spawned in too big. But if you like what it does you can set this to 0.8 at maximum to prevent mob spam.

Lowering alexmobs spawn weights (https://gist.github.com/yagoplx/8b4744f706854905338d98c149b5254f), I think it helped a bit but didn't solve the issue as well... I'm out of time to investigate this now so that's all I have

commented

Is this on single player or server? I have found many sheep, pigs, chickens and cows on my server world with same presets.

Single player for me.

commented

I can also confirm this issue and I'm on single player. Alex's Mobs animals seem to spawn quite frequently for me as opposed to vanilla animals, for instance gazelles, elephants, kangaroos, emus, and so on near where I live compared to a herd of sheep around 250 blocks away from where I am currently, with that herd of sheep being the only vanilla animals I've seen so far (making beds immensely difficult to craft on the first night unless you find string and make wool out of it).

commented

I can also confirm this issue and I'm on single player. Alex's Mobs animals seem to spawn quite frequently for me as opposed to vanilla animals, for instance gazelles, elephants, kangaroos, emus, and so on near where I live compared to a herd of sheep around 250 blocks away from where I am currently, with that herd of sheep being the only vanilla animals I've seen so far (making beds immensely difficult to craft on the first night unless you find string and make wool out of it).

Is your world new or updated from a previous version. I ask because I had no problems finding sheep/cows in my world that was updated to v0.5 but in a brand new world I can't find any cows /sheep and only a couple pigs/chickens

commented

Environmental configs may be the culprit here:

[entities]
#Make farm animals spawn in less biomes to allow new mobs to take their place and diversify biome spawns
"Limit farm animal spawns" = true
#Make biome variants of mobs like Husks always spawn in place of their original in their biomes
"Biome variants always spawn" = true

I think you pretty much got it, I'm making a PR for this. Also thinking about nerfing f88e128

commented

No thanks on the PR, working on it now :)

Nerfing as in setting it higher?

commented

ok, yep set it to 0.8

commented

Fine by me ๐Ÿ‘

commented

Can confirm these changes solve the issue, even on worlds generated on 0.5.0 (before the fix).
However you will need to do a little exploration and new chunk gen before you see animals spawning like vanilla once again.

Once that is done however, animal spawns feel just right. That is just great if you need ahem, some blood to suck. Or some cows to subject to industrial style animal cruelty, whatever is your style.

commented

Now with that out of the way, @NillerMedDild can you look at this option?

./projectvibrantjourneys-common.toml: 
			#Bats spawn outside at night
			nightBats = true 

Sometimes I'm seeing way too many bats outside, even at day under some canopies, worse at night, is that intentional?

commented

You guys are awesome thanks a lot for all the help and support.

commented

2021-06-26_15 41 43
Were you eager to see these? Here they are, spawning as normal. Cows and pigs too.

commented

ok, yep set it to 0.8

not happy with this one?
was testing with it seems fine

commented

I think 0.5 is fine tbh, animals are spawning, and I don't want lag ๐Ÿ˜„

commented

I can also confirm this issue and I'm on single player. Alex's Mobs animals seem to spawn quite frequently for me as opposed to vanilla animals, for instance gazelles, elephants, kangaroos, emus, and so on near where I live compared to a herd of sheep around 250 blocks away from where I am currently, with that herd of sheep being the only vanilla animals I've seen so far (making beds immensely difficult to craft on the first night unless you find string and make wool out of it).

Is your world new or updated from a previous version. I ask because I had no problems finding sheep/cows in my world that was updated to v0.5 but in a brand new world I can't find any cows /sheep and only a couple pigs/chickens

I had started a brand new world for version 0.5.0.

commented

I can attest to this. Last night I spent two hours searching for cows. And it wasnโ€™t until I found like my 15th village that I found 1 cow in a pen

commented

Environmental configs may be the culprit here:

[entities]
#Make farm animals spawn in less biomes to allow new mobs to take their place and diversify biome spawns
"Limit farm animal spawns" = true
#Make biome variants of mobs like Husks always spawn in place of their original in their biomes
"Biome variants always spawn" = true