realguyman / totally_lit

Some of Minecraft's light sources can extinguish under various conditions.
https://modrinth.com/mod/totally-lit
GNU Lesser General Public License v3.0
6 stars 3 forks source link

Add Support for Polymer and PolyMc #28

Open realguyman opened 2 years ago

realguyman commented 2 years ago

Both Polymer and PolyMc provide APIs to allow mod authors to make their mods work entirely server-side. With Totally Lit only registering a few blocks and items, and mixins (which can work entirely server-side), it might be possible for Totally Lit to support server-side entirely when either of these mods are installed.

realguyman commented 2 months ago

Unfortunately after some research, it wouldn't be possible to add support for PolyMc given the current design of my mod. However, Polymer is still up for exploring.