-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Describe the Bug
Playing the newest version, Blackstone Dwarf mobs don't seem to spawn. Looking at code, it looks like their spawn rates are zero:
Infernal-Expansion/src/main/java/org/infernalstudios/infernalexp/data/SpawnrateManager.java
Line 79 in dde9a0b
| "default", new SpawnInfo(0, 0, 0, 0, 0) |
If this is not the case, what's the mechanism for them to spawn? We're using them for additional goals within a modpack.
Reproduction Steps
- Find glowstone caverns and special structure
- Look for blackstone dwarfs
Expected Result
Spawning of blackstone dwarf mobs
Screenshots and Videos
No response
Operating System
Windows 11
Mod Version
2.5.3
Minecraft Version
1.19.2
Forge Version
43.2.14
Other Mods
See mod list for this modpack: https://www.curseforge.com/minecraft/modpacks/travel-and-create
Additional Context
No response
Reactions are currently unavailable