Replacing PlayerList instance has potential risk.
IzzelAliz opened this issue ยท 1 comments
Some mods may inject code into PlayerList (for example IzzelAliz/Arclight#23), and this will cause a re-initialize issue.
This can be implemented more gracefully, like subscribing to net.minecraftforge.event.entity.player.PlayerEvent.LoadFromFile
, and do modifications to player (and its recipe book) here.
Closed via d27e2b8