FastWorkbench

FastWorkbench

70M Downloads

Replacing PlayerList instance has potential risk.

IzzelAliz opened this issue ยท 1 comments

commented

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.

commented

Closed via d27e2b8