We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de88a27 commit b55c424Copy full SHA for b55c424
1 file changed
src/routes/+page.svelte
@@ -8,8 +8,9 @@
8
{ name: "Creative mode", status: "complete" },
9
{ name: "Survival mode", status: "partial" },
10
{ name: "Inventory managment", status: "partial" },
11
- { name: "Player sync", status: "not_started" },
12
- { name: "Entity system", status: "not_started" },
+ { name: "Player sync", status: "partial" },
+ { name: "Entity system", status: "partial" },
13
+ { name: "Mobs", status: "not_started" },
14
{ name: "The Nether", status: "not_started" },
15
{ name: "The End", status: "not_started" },
16
{ name: "Redstone", status: "not_started" }
0 commit comments