From d827f688263269d73f046969dd013b3f61deac48 Mon Sep 17 00:00:00 2001 From: Toyo <87820680+Toyo-tez@users.noreply.github.com> Date: Thu, 27 Feb 2025 12:42:05 -0300 Subject: [PATCH] README: Specify features state (#598) * Order completed to be up Make completed features on top and unfinished below * Group similar features * Add features and mark if completed Basically we have: (W.I.P): The feature is there but is not behaving as intended. Checkmark: The feature works as intended, it could be improved but it works. No checkmark: The feature does not exist and will not work nor do anything. * config is not wip --- README.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 2d4052c70..a410b9908 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ and customizable experience. It prioritizes performance and player enjoyment whi > [!IMPORTANT] > Pumpkin is currently under heavy development. -## Features (WIP) +## Features - [x] Configuration (toml) - [x] Server Status/Ping @@ -41,19 +41,19 @@ and customizable experience. It prioritizes performance and player enjoyment whi - World - [x] World Joining - [x] Player Tab-list + - [x] Scoreboard - [x] World Loading + - [x] World Time + - [x] World Borders + - [x] World Saving (W.I.P) - [x] Lighting - [x] Entity Spawning - - [x] Item drops + - [x] Item drops (W.I.P) - [x] Bossbar - [x] TNT - [x] Chunk Loading (Vanilla, Linear) - [x] Chunk Generation - [x] Chunk Saving (Vanilla, Linear) - - [x] World Time - - [x] Scoreboard - - [x] World Borders - - [x] World Saving - [ ] Redstone - [ ] Liquid Physics - [ ] Biomes @@ -70,19 +70,20 @@ and customizable experience. It prioritizes performance and player enjoyment whi - [x] Hunger - [ ] Off Hand - [ ] Advancements + - [ ] Eating - Entities - - [x] Non-Living (Minecart, Eggs...) + - [x] Non-Living (Minecart, Eggs...) (W.I.P) - [x] Entity Effects - - [ ] Entity Saving - [x] Players - - [x] Mobs - - [x] Animals - - [x] Entity AI + - [x] Mobs (W.I.P) + - [x] Animals (W.I.P) + - [x] Entity AI (W.I.P) + - [ ] Entity Saving - [ ] Boss - [ ] Villagers - [ ] Mobs Inventory - Server - - [x] Plugins + - [x] Plugins (W.I.P) - [x] Query - [x] RCON - [x] Inventories