File tree 2 files changed +13
-12
lines changed
2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -89,13 +89,14 @@ Not every version will be perfectly supported but I will try and have the most p
89
89
- [ ] Render entity models
90
90
- [ ] Entity animations
91
91
- [ ] Block entities (e.g. chests)
92
- - [ ] GUI
92
+ - [ ] Item entities
93
+ - [x] GUI
93
94
- [ ] Chat
94
- - [ ] F3-style stuff
95
+ - [x ] F3-style stuff
95
96
- [ ] Bossbars
96
97
- [ ] Scoreboard
97
- - [ ] Health, hunger and experience
98
- - [ ] Hotbar
98
+ - [x ] Health, hunger and experience
99
+ - [x ] Hotbar
99
100
- [ ] Inventory
100
101
- [ ] Basic inventory
101
102
- [ ] Basic crafting
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ The demo versions were just proof-of-concepts. The alpha versions will still be
126
126
- [x] detect player-block collisions
127
127
- [x] handle collisions
128
128
- [ ] auto-jump
129
- - [ ] add gravity to physics
129
+ - [x ] add gravity to physics
130
130
131
131
## Alpha 3 - Basic Survival Mode
132
132
@@ -141,13 +141,13 @@ The demo versions were just proof-of-concepts. The alpha versions will still be
141
141
142
142
### Todo
143
143
144
- - [ ] font rendering
145
- - [ ] modular hud system
146
- - [ ] bars
147
- - [ ] health
148
- - [ ] hunger
149
- - [ ] xp
144
+ - [x ] font rendering
145
+ - [x ] modular hud system
146
+ - [x ] bars
147
+ - [x ] health
148
+ - [x ] hunger
149
+ - [x ] xp
150
150
- [ ] bubbles
151
151
- [ ] item rendering
152
- - [ ] hotbar
152
+ - [x ] hotbar
153
153
- [ ] basic inventory (just for viewing)
You can’t perform that action at this time.
0 commit comments