Obsidian
Obsidian copied to clipboard
Add entities to chunk serialization/deserialization
Our codebase has entities stored with the region and tile entities stored in the chunk. Minecraft stores both in the chunk. Make a decision on how to proceed and implement.
https://github.com/ObsidianServer/Obsidian/blob/master/Obsidian/WorldData/Region.cs#L179