nvb-uy / YSNS-Legacy

Other
3 stars 1 forks source link

Spawns not being disabled at all #11

Closed Artha-Demon closed 2 months ago

Artha-Demon commented 9 months ago

I have silverfish disabled because their very existence pisses me off to no end. They aren't challenging, they are just fucking annoying when they constantly spawn while just generally mining. I hate them. Hate. Same with Vexes. Vexes as a mob actively make Minecraft a worse game by existing.

There's a few mods that have mobs I HATE (The stupid fanmade enderman from Farlanders can die in a chemical fire, Alex's Mobs Murmur is irritating, the skeleton creeper from Graveyard spawns WAY too much and I hate the thing, and screw cave spiders, like, seriously. The poison effect is SO annoying. SO. ANNOYING) and they are still spawning, even after making sure the config was done right.

Is there something I'm doing wrong?

image

That is how I have it set up

This is for Forge 1.20.1

dxdvostfr commented 9 months ago

same issue here

DexterWard9 commented 9 months ago

Same issue: I have Forge 1.18.2 instance with quite a few mods. Blacklisted only the Creeper to test - Creepers still spawn. Created a test instance: Forge 40.2.17, MC 1.18.2 ; Mods: You Shall Not Spawn 1.0.2, Xaero's Minimap 23.9.3, Xaero's World Map 1.37.3 - Same issue. Edit the ysns.json in the config file just blacklisting the Creeper, and Creepers still spawn.

Doesn't work in 1.19.2 with same setup either.

Wordshere commented 8 months ago

Try adding a space between switching to different mods.

theJarl99 commented 8 months ago

Try adding a space between switching to different mods.

don't think that makes a difference. ive run into the same issue with testing the mod on 1.20.1 and it's not even preventing spawns with vanilla mobs (no other mods interfering so it's no mod incompat). either there's something we're not doing right in the config or the mod is bugged. will try testing with older versions.

Merancapeman commented 8 months ago

This... just doesn't work for 1.20.1. Not even a little bit. Going to try Spawn Balance Utility.

RealHypnoticOcelot commented 6 months ago

Also having issues with this, on Forge 1.20.1. This is the only mod to disable spawning on Modrinth, so it's a big issue.

grahamfoxrollup commented 6 months ago

same issue with special golems mod, the glacial golems refuse to not spawn. YSNS doesnt work

Java-Fish commented 4 months ago

Apparently the problem still exists. I actually wanted to prevent vanilla mobs from spawning since I want to play Cobblemon, but my config doesn't seem to be working. Is there a solution yet? { "rules": [ { "name": "Block All Vanilla Monsters", "criteria": [ { "type": "entity", "entity_type": "minecraft:zombie" }, { "type": "entity", "entity_type": "minecraft:skeleton" }, { "type": "entity", "entity_type": "minecraft:creeper" }, { "type": "entity", "entity_type": "minecraft:spider" }, { "type": "entity", "entity_type": "minecraft:enderman" }, { "type": "entity", "entity_type": "minecraft:cave_spider" }, { "type": "entity", "entity_type": "minecraft:witch" }, { "type": "entity", "entity_type": "minecraft:slime" }, { "type": "entity", "entity_type": "minecraft:ghast" }, { "type": "entity", "entity_type": "minecraft:magma_cube" }, { "type": "entity", "entity_type": "minecraft:blaze" }, { "type": "entity", "entity_type": "minecraft:zombie_pigman" }, { "type": "entity", "entity_type": "minecraft:phantom" }, { "type": "entity", "entity_type": "minecraft:drowned" }, { "type": "entity", "entity_type": "minecraft:husk" }, { "type": "entity", "entity_type": "minecraft:stray" }, { "type": "entity", "entity_type": "minecraft:guardian" }, { "type": "entity", "entity_type": "minecraft:elder_guardian" }, { "type": "entity", "entity_type": "minecraft:vex" }, { "type": "entity", "entity_type": "minecraft:vindicator" }, { "type": "entity", "entity_type": "minecraft:evoker" }, { "type": "entity", "entity_type": "minecraft:ravager" }, { "type": "entity", "entity_type": "minecraft:pillager" }, { "type": "entity", "entity_type": "minecraft:illusioner" }, { "type": "entity", "entity_type": "minecraft:shulker" }, { "type": "entity", "entity_type": "minecraft:silverfish" }, { "type": "entity", "entity_type": "minecraft:endermite" } ], "block": true }, { "name": "Block All Vanilla Animals", "criteria": [ { "type": "entity", "entity_type": "minecraft:cow" }, { "type": "entity", "entity_type": "minecraft:pig" }, { "type": "entity", "entity_type": "minecraft:sheep" }, { "type": "entity", "entity_type": "minecraft:chicken" }, { "type": "entity", "entity_type": "minecraft:rabbit" }, { "type": "entity", "entity_type": "minecraft:horse" }, { "type": "entity", "entity_type": "minecraft:donkey" }, { "type": "entity", "entity_type": "minecraft:llama" }, { "type": "entity", "entity_type": "minecraft:polar_bear" }, { "type": "entity", "entity_type": "minecraft:parrot" }, { "type": "entity", "entity_type": "minecraft:ocelot" }, { "type": "entity", "entity_type": "minecraft:wolf" }, { "type": "entity", "entity_type": "minecraft:fox" }, { "type": "entity", "entity_type": "minecraft:bat" }, { "type": "entity", "entity_type": "minecraft:panda" }, { "type": "entity", "entity_type": "minecraft:mooshroom" }, { "type": "entity", "entity_type": "minecraft:bee" }, { "type": "entity", "entity_type": "minecraft:goat" }, { "type": "entity", "entity_type": "minecraft:axolotl" }, { "type": "entity", "entity_type": "minecraft:glow_squid" } ], "block": true }, { "name": "Allow Villagers and Wandering Trader", "criteria": [ { "type": "entity", "entity_type": "minecraft:villager" }, { "type": "entity", "entity_type": "minecraft:wandering_trader" } ], "block": false } ] }

alarmgoose commented 3 months ago

Same issue here. Everything I put in the config still spawns.

trashraccoon42 commented 3 months ago

same issue for forge 1.20.1

alarmgoose commented 3 months ago

same issue for forge 1.20.1

Does the dev check here? It seems like a lot of people are having the same issue. D=

trashraccoon42 commented 2 months ago

really wish this issue would be fixed

nvb-uy commented 2 months ago

Fixed in v2.0.0

P.S. Moved to another repo https://github.com/nvb-uy/YSNS/issues