louis-e / arnis

Arnis - Generate cities from real life in Minecraft
GNU General Public License v3.0
432 stars 23 forks source link

fix chunk file in wrong location #74

Closed scd31 closed 1 month ago

scd31 commented 1 month ago

WIP as I need to clean up the code and fix the progress bar. It's my bed time, I'll try to get that done tomorrow.

There were two separate problems here.

  1. We weren't setting the xPos/zPos chunk data, so the chunks were in the wrong positions.
  2. We were only saving modified chunks from the reference MCA file, however we need to save them all (so that we can update all the positions)

Fixes #53 and #38

louis-e commented 1 month ago

Thank you for your amazing contributions. This PR, along with your others, is laying a great foundation for future enhancements and improvements!

scd31 commented 1 month ago

Happy to help! It's a super cool project to work on!