b3spectacled / custom-spawns

https://www.curseforge.com/minecraft/mc-mods/custom-spawns
MIT License
7 stars 7 forks source link

Cannot add mobs to creatures expect pigs [1.21 Fabric] #21

Open GuyFromTheInternet opened 1 month ago

GuyFromTheInternet commented 1 month ago

I have tried to put the human_reborn:human mob to the mob additions but it just refuses to spawn him, but when I change it to minecraft:pig, perfectly fine! Also tested with most hostile mobs like zombies, skeletons and withers and they dont seem to spawn either: { "chunkConstant": 17, "rareSpawnTicksToWait": 400, "monsterGroup": { "capacity": 70, "peaceful": false, "rare": false, "immediateDespawnRange": 128, "despawnStartRange": 32 }, "creatureGroup": { "capacity": 10, "peaceful": true, "rare": true, "immediateDespawnRange": 128, "despawnStartRange": 32 }, "ambientGroup": { "capacity": 15, "peaceful": true, "rare": false, "immediateDespawnRange": 128, "despawnStartRange": 32 }, "axolotlGroup": { "capacity": 5, "peaceful": true, "rare": false, "immediateDespawnRange": 128, "despawnStartRange": 32 }, "waterCreatureGroup": { "capacity": 5, "peaceful": true, "rare": false, "immediateDespawnRange": 128, "despawnStartRange": 32 }, "waterAmbientGroup": { "capacity": 20, "peaceful": true, "rare": false, "immediateDespawnRange": 64, "despawnStartRange": 32 }, "undergroundWaterGroup": { "capacity": 5, "peaceful": true, "rare": false, "immediateDespawnRange": 128, "despawnStartRange": 32 }, "miscGroup": { "capacity": -1, "peaceful": true, "rare": true, "immediateDespawnRange": 128, "despawnStartRange": 32 }, "passivePersistent": true, "hostilePersistent": false, "ambientPersistent": false, "waterPersistent": false, "mobSpawnAdditions": [ { "biomeId": "minecraft:plains", "biomeTag": "", "mobId": "human_reborn:human", "spawnGroup": "CREATURE", "weight": 100, "minCount": 1, "maxCount": 4 } ], "mobSpawnRemovals": [], "mobSpawnReplacements": [], "overrideSpawnerDefaultValues": false, "minSpawnDelay": 200, "maxSpawnDelay": 800, "spawnCount": 4, "maxNearbyEntities": 6, "requiredPlayerRange": 16, "spawnRange": 4 }

GuyFromTheInternet commented 1 month ago

Never mind, theyre hostile mobs and probably cant spawn in any light level other than 0, would be good if you added like an exeption for this sort of stuff