DW20 - Disabling certain mobs

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here

blern

New Member
Jul 29, 2019
5
0
0
I want to disable some mobs, specifically the nether spiders and nitro creepers in Natura, and the phantoms in Biomes O Plenty. Neither mod has configuration for disabling them, and the mod I've used in the past, Mob Spawn Controls, is only updated to 1.7.2.

So, what can I do to disable these mobs?
 

blern

New Member
Jul 29, 2019
5
0
0
What exactly do you need to put in? Just put in the mob name? Do you need the name of the mod it's from as well?
 

Sawney

New Member
Jul 29, 2019
97
0
0
additional {
# List any mob names you want disabled on the server
S:disableMobNames <
arsmagica2.MobHecate
>
}

This is the format
 

blern

New Member
Jul 29, 2019
5
0
0
I though I had disabled phantoms, but I just got attacked by one. Did I do something wrong? Here's what I put in:

Code:
    S:disableMobNames <
     natura.MobNitroCreeper
     natura.MobHeatscarSpider
     natura.MobBabyHeatscarSpider
     biomesoplenty.MobPhantom
     >
 

Cptqrk

Popular Member
Aug 24, 2013
1,420
646
138
I though I had disabled phantoms, but I just got attacked by one. Did I do something wrong? Here's what I put in:

Code:
    S:disableMobNames <
     natura.MobNitroCreeper
     natura.MobHeatscarSpider
     natura.MobBabyHeatscarSpider
     biomesoplenty.MobPhantom
     >


Formatting is super important with config files. I noticed the indent isn't added. Is that because of the copy paste? or is there no indenting?
 

blern

New Member
Jul 29, 2019
5
0
0
No, how it pasted was how it was in the config.

Now I've made it indented 4 spaces (like everything else in the config), is this correct?

Code:
additional {
    # List any mob names you want disabled on the server
    S:disableMobNames <
        natura.MobNitroCreeper
        natura.MobHeatscarSpider
        natura.MobBabyHeatscarSpider
        biomesoplenty.MobPhantom
     >