Bug Closed · Resolved

DefaultMobOptions not working?

#4872 opened by Unknown 2 years ago

Unknownreported this bug

I've these options in config-mobs.yml:

  DefaultMobOptions:
    AlwaysShowName: true
    Collidable: true
    DigOutOfGround: true
    Despawn: true
    FollowRange: 30
    NoDamageTicks: 10
    PreventMobKillDrops: true
    PreventOtherDrops: true
    PreventRandomEquipment: true
    PreventSunburn: true
    Silent: true

They seems not to work since all my mobs spawns with random armors, burns during daylight and are not silent. Or maybe I did something wrong in the configuration (https://pastebin.com/2vLzt8Em)?

Unknowncommented

The only available options for DefaultMobOptions in config/config-mobs are:

DefaultMobOptions:
 Despawn: true
 PreventOtherDrops: false
 PreventVanillaDamage: false
Sign in to join the discussion.