231 posts
Posted 01 November 2012 - 09:27 PM
I'm making a turtle upgrade peripheral, and I need to have data that isn't reset when the world is reloaded. What should I do to do this? Should I save it to a file, and reload it when the peripheral is created?
1243 posts
Location
Indiana, United States
Posted 02 November 2012 - 05:02 AM
File saving would be the best option in my opinion
510 posts
Posted 03 November 2012 - 03:01 AM
The best option would be a readFromNBT/writeToNBT method in the turtle upgrade class. However, as the devs don't change anything on the apis anymore, I don't expect that to happen.