Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tides committed Nov 24, 2024
1 parent 6fac45d commit 11f7359
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion Obsidian/Client.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -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).

Expand Down

0 comments on commit 11f7359

Please sign in to comment.