ramou / ChessMod

Adding Pippin Barr's Chesses to minecraft.
MIT License
3 stars 3 forks source link

Bug: EnderPearlEventHandler uses static fields to store intermediate state... incredibly dangerous as it shares state #165

Closed ramou closed 5 months ago

ramou commented 5 months ago

This should be stored elsewhere, maybe within the json of the enderpearl in-hand or something. As it is, it's a disaster waiting to happen