You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now i'm not totally sure about this but i think ambient spawngroup is for well mobs that are spawned just for ambience? Minecraft villagers use the MISC group btw
This isn't really a bug technically but it's probably a good idea to change it anyway i think
Oh, and the bug was on my side really, I didn't send client sync packets for ambient mobs for performance reasons. I assumed other mods wouldn't label their npcs as ambient mobs.
Feel free to close this if you have a reason to label them as ambient, but i'd be curious to know what it is.
The text was updated successfully, but these errors were encountered:
I had a weird report today of your npcs not working properly with my mod.
Turns out they are counted as ambient mobs here
minecraft-comes-alive/common/src/main/java/net/mca/entity/EntitiesMCA.java
Line 27 in 7356779
Now i'm not totally sure about this but i think ambient spawngroup is for well mobs that are spawned just for ambience? Minecraft villagers use the MISC group btw
This isn't really a bug technically but it's probably a good idea to change it anyway i think
Oh, and the bug was on my side really, I didn't send client sync packets for ambient mobs for performance reasons. I assumed other mods wouldn't label their npcs as ambient mobs.
Feel free to close this if you have a reason to label them as ambient, but i'd be curious to know what it is.
The text was updated successfully, but these errors were encountered: