Tfarcenim / Enchanted-Book-Redesign

enchanted books and stuff
The Unlicense
2 stars 5 forks source link

Fix crash + prevent FML incompatibility error. #6

Closed Vaelzan closed 4 years ago

Vaelzan commented 4 years ago

There was a rare crash in the tintedglint method that should be solved with a null check.

Refer here for the FML Incompatibility error fix: https://mcforge.readthedocs.io/en/1.15.x/concepts/sides/#writing-one-sided-mods

The mod is a client-side mod but is registered as being required on the server, so causes an FML error to be displayed in the multiplayer menu on the client.