So I'm writing a Minecraft Server in C#, and the current status is... Kinda mostly functional.
Let me share some screenshots! 🧵
So I'm writing a Minecraft Server in C#, and the current status is... Kinda mostly functional.
Let me share some screenshots! 🧵
At first there was a LOT of this.
(Leaving a note here: Yes, they're all in folders in my Downloads folder, it's because I'm doing the development remotely but running locally. I should switch to git, but I'm not yet.)
So that's still broken, but I decided to tackle some GUI stuff. Chests don't work, anything put into them is immediately deleted... Or clicked on in your inventory, if you have it's interface open actually.
With that said, (this is the end of the thread for now), I have to admit: It took me a moment to realize what was wrong with the crafting table. The furnace was a bit more obvious.
@peritia Since I posted this, crafting at tables, and the furnace, now work :3
I also switched to using Region files, which slows down loading and saving, and increases memory usage (sad face), but does significantly save on disk space.