MrCrayfish / MrCrayfishDeviceMod

A Minecraft Mod that adds in electronic devices that actually work
Other
79 stars 53 forks source link

Application Data Saving #148

Open Ocelot5836 opened 6 years ago

Ocelot5836 commented 6 years ago

Application data does not appear to save properly since it saves server side but doesn't load on the GUI.

Using the blockdata command and stopping the world/reloading minecraft, I can safely say that the tile entity data is saving. However, once I load an application, the data does not load ever the first time and then the data is overwritten when I open the app another time. The data does work when the application is relaunched over and over again though.

Ocelot5836 commented 6 years ago

This was fixed in #151 if you want to look it over and merge