Bug Closed · Invalid

Level Modifiers not being applied correctly or not working at all

#4067 opened by Unknown 3 years ago

Unknownreported this bug

on the mob.yml

ExampleMob: Type: HUSK Options: LevelModifiers: Health: 0 <------is not respecting this and mob still have scaling health Power: 0 <------same Damage: 0 <------same

on the config.yml:

Scaling:
  Default:
    Enabled: true
    ScaleVanillaMobs: false
    PerBlocksFromSpawn: 100
  survival:
    Enabled: true
    PerBlocksFromSpawn: 100
  creativo:
    Enabled: true
    PerBlocksFromSpawn: 100        
BossBar:
  UpdateInterval: 20
ScalingEquations:
  Health: V * ((1.05)^(L-1))
  Damage: V * ((1.05)^(L-1))
DefaultLevelModifiers:
  Health: 0 <------is not respecting this and mob still have scaling health
  Armor: 0 <------same
  Damage: 0 <------same

and another issue is mobs are spawning in the spawn center area at level "0" with in my thinkong is a bug, should be level 1 minimum.

just looking to report this bug, since world scaling mechanig and is broken, cannot be used at the moment

Unknowncommented

ScalingEquations replaced LevelModifiers, to disable scaling just set the ScalingEquations to V

Sign in to join the discussion.