DNSTechpack / DNS12-MC1.12.2

DNS Techpack version 12.x.x for Minecraft 1.12.2
8 stars 5 forks source link

EverlastingAbilities entities blacklist #73

Closed leagris closed 5 years ago

leagris commented 5 years ago

Added some neutral/friendly living entities to the EverlastingAbilities entity effect blacklist.

    # These mobs will not be affected by hostile area potion effects such as poison or weakness. (Java regular expressions are allowed)
    S:general.friendlyMobs <
    ...
    >
Madcock83 commented 5 years ago

so are you saying you want the friendly animals to be hurt? This is what is already in there

These mobs will not be affected by hostile area potion effects such as poison or weakness. (Java regular expressions are allowed)

S:general.friendlyMobs <
    minecraft:villager
    minecraft:villager_golem
    minecraft:cow
    minecraft:sheep
    minecraft:pig
    minecraft:chicken
    minecraft:rabbit
    minecraft:mooshroom
    minecraft:horse
    minecraft:donkey
    minecraft:mule
    minecraft:llama
    minecraft:ocelot
    minecraft:parrot
    minecraft:wolf
 >

you want this taken out?

leagris commented 5 years ago

Please look at the patch content: https://github.com/DNSTechpack/DNS12-MC1.12.2/pull/73/commits/c4776a14b479b2a84314c2cdeb004c03e2e937e6

Madcock83 commented 5 years ago

ok. added