MrCrayfish / GoblinTraders

Adds goblins that trade speical items with the player!
MIT License
56 stars 39 forks source link

ForgeHooks deprecated calls #38

Closed Xordaii closed 2 years ago

Xordaii commented 3 years ago

[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.

MrCrayfish commented 3 years ago

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.

MrCrayfish commented 2 years ago

This has been fixed.