Quark Oddities

Quark Oddities

22M Downloads

[1.16.3] Foxhounds don't seem to be spawning in some modded biomes

scroomin-birt opened this issue · 4 comments

commented

latest.log
https://pastebin.com/HMmE8yxu

I was trying to make foxhounds spawn in a couple of Oh The Biomes You'll Go's nether biomes, so I added their registry names to the list in the configs. However, despite this, the foxhounds do not appear to be spawning in the biomes I added to the list. They are still spawning as normal in the vanilla nether biomes.

I tested to make sure this still happened with no mods other than Quark and BYG, and it does.

The exact config changes I made were changing Line 1408 to
Biomes = ["minecraft:soul_sand_valley", "byg:warped_desert"]
and Line 1420 to
Biomes = ["minecraft:nether_wastes", "minecraft:basalt_deltas", "byg:embur_bog"]

I have AutoRegLib 1.6-46, Quark r2.4-272, and QuarkOddities 1.16.3.

commented

Yes, the biomes do have different top blocks. I had considered that as a possible source of the problem but I didn't see any option like that in the configs. I'll ask in the discord how to add those blocks to that tag and give an update on if that fixed it.

commented

Welp, turns out that was exactly the problem. I took a while to learn how to set up the data pack, but the foxhounds are now spawning properly. I apologize for the improper bug report.

commented
commented