Goblin Traders

Goblin Traders

33M Downloads

ForgeHooks deprecated calls

Xordaii opened this issue ยท 2 comments

commented

[28May2021 03:23:28.863] [Worker-Main-10/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for goblintraders:goblin_trader, use EntityAttributeCreationEvent instead.
[28May2021 03:23:28.864] [Worker-Main-10/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for goblintraders:vein_goblin_trader, use EntityAttributeCreationEvent instead.

commented

This has been fixed.

commented

This will be patched in the 1.17 update. EntityAttributeCreationEvent is only available in 1.16.5 version of Forge, I develop on 1.16.3 (which still works for 1.16.5) and that's why this message is showing. Your game will still run as normal.