diff --git a/Obsidian/Client.cs b/Obsidian/Client.cs index 37ac50a5..40eafb78 100644 --- a/Obsidian/Client.cs +++ b/Obsidian/Client.cs @@ -14,7 +14,6 @@ using Obsidian.Net.Packets.Login.Clientbound; using Obsidian.Net.Packets.Login.Serverbound; using Obsidian.Net.Packets.Play.Clientbound; -using Obsidian.Net.Packets.Play.Serverbound; using Obsidian.Net.Packets.Status.Clientbound; using Obsidian.Registries; using Obsidian.Services; diff --git a/README.md b/README.md index 6cfb4198..5562c022 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Feel free to join our [Discord](https://discord.gg/gQBtqyXChu) if you're curious - [x] Basic chunk loading - [x] Block breaking/placing - [x] Other gamemodes besides creative -- [ ] Usable storage and crafting blocks +- [x] Usable storage and crafting blocks - [x] Low memory usage - [x] Inventory management - [x] Daylight and weather cycle @@ -36,7 +36,7 @@ Find out about plugin development [here](https://github.com/ObsidianMC/Documenta ## 🔥 Development builds Very early development builds are available over at the [GitHub Actions](https://github.com/ObsidianMC/Obsidian/actions) page for this repository. -- Ensure you have the latest [.NET Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/7.0) installed +- Ensure you have the latest [.NET Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) installed - Find the latest `.NET Build` [action](https://github.com/ObsidianMC/Obsidian/actions?query=branch%3Amaster) and scroll to the bottom of the page to find the artifacts. - Unzip the artifact and run `dotnet ObsidianApp.dll` to start the server. - On first run, a config file is generated. Fill this file with your preferenced values and run the previous command again. @@ -71,7 +71,7 @@ There's also docker-compose support. ## 💕 Thank-you's Thank you to [`#mcdevs`](https://wiki.vg/MCDevs) for additional support. -Thank you to [Wiki.vg](https://wiki.vg/) for documenting Minecraft's protocol. +Thank you to [TkTech](https://tkte.ch/) for hosting [Wiki.vg](https://wiki.vg/) and for the [`#mcdevs`](https://wiki.vg/MCDevs community documenting Minecraft's protocol. Thank you to Mojang for creating this wonderful game named [Minecraft](https://www.minecraft.net).