Frinn38 / Custom-Machinery

A Minecraft Mod about creating custom machines that works
GNU Lesser General Public License v3.0
45 stars 17 forks source link

Light emission is not working #31

Closed jamesjimmy88 closed 3 years ago

jamesjimmy88 commented 3 years ago

As per title - unless I'm doing something wrong, a machine using the fields lightMode and lightLevel will never light up, no matter what values are used.

Tested on version 0.4.6 on Forge 36.2.2

Frinn38 commented 3 years ago

I didn't like the way I implemented machine light emission anyway... It rely on a very bad syncing system that I deleted in 0.4.6 to use a better method. That's probably why the light emission does not work anymore. Thanks for reminding me, I will try to take a look and remake this system for the next update.

Frinn38 commented 3 years ago

Fixed in 0.4.7