owmii / Lollipop

A library mod for Owmii's mods.
GNU Lesser General Public License v3.0
3 stars 11 forks source link

Add method for thread unsafe client setup #13

Closed BlueAgent closed 3 years ago

BlueAgent commented 3 years ago

This is for https://github.com/owmii/Powah/pull/154 and https://github.com/owmii/Lost-Trinkets/pull/57. The method is for things that are not safe to be setup in parallel. It is a default method to not break other mods that might not implement the method currently.

owmii commented 3 years ago

Thanks!!

owmii commented 3 years ago

Thanks!!