Alex's Mobs

Alex's Mobs

72M Downloads

Crimson Mosquito and modded biome

RUsami opened this issue ยท 2 comments

commented

Hello,

I have a problem with the Crimson Mosquito mob with modded biome (BOP,BYG)
I modified the "crimson_mosquito_spawns.json" file to add a new biome to spawn in ("byg:crimson_gardens") but it only spawn in the original "minecraft:crimson_forest"
While in "minecraft:crimson_forest" the command /kill @e[type=alexsmobs:crimson_mosquito] successfully kill multiple entities
While in "byg:crimson_gardens" the command /kill @e[type=alexsmobs:crimson_mosquito] give "No entity was found"
Tested with many worlds, and spawnweight

here the modified json code, maybe I did something wrong with the code ? Is there a fix I can apply ? Is there a gameplay feature I'm missing ?

Thanks in advance for any help

{ "biomes": [ [ { "type": "REGISTRY_NAME", "negate": false, "value": "minecraft:crimson_forest" } ], [ { "type": "REGISTRY_NAME", "negate": false, "value": "byg:crimson_gardens" } ] ] }

commented

crimson mosquitoes can only spawn on blocks under crimson_mosquito_spawns.json in our internal datapack.. maybe issue is there

commented

crimson mosquitoes can only spawn on blocks under crimson_mosquito_spawns.json in our internal datapack.. maybe issue is there

Yeah, I'm getting this issue in relation to biomes o plenty nether biomes, when I've tried adding the visceral heap to the spawn biomes for the crimson mosquito they don't spawn because they can't spawn on the flesh blocks that the biome is made from, due to those blocks not being a part of that tag:
2021-02-23_18 13 07
2021-02-23_18 11 50
The same thing also happens when trying to add Soul vultures to the withered abyss, the config is functional but the mob can't spawn due to the entire biome being made of blackstone and obsidian which aren't listed as spawnable blocks for the mob.

(This also happens as of the latest version 1.6.0)