Divine Journey 2

Divine Journey 2

636k Downloads

`attack_knockback` and `knockback_resistance` spams the console on servers

Atricos opened this issue ยท 1 comments

commented

Due to incorrect usage of the tags attack_knockback (which doesn't seem to exist in 1.12, only in 1.14), and knockback_resistance (which should be knockbackResistance, whenever mobs with these attributes exist (or are spawned) in custom dungeons, the console spams this:

[11:23:31] [Server thread/WARN] [net.minecraft.entity.SharedMonsterAttributes]: Ignoring unknown attribute 'generic.attack_knockback'
[11:23:31] [Server thread/WARN] [net.minecraft.entity.SharedMonsterAttributes]: Ignoring unknown attribute 'generic.knockback_resistance'

Each custom spawner in each custom dungeon has to be looked at and changed accordingly - which might take a while.

commented

Fixed every single Spawner in every single structure. Yay!