This repository was archived by the owner on Sep 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
pages/api/live-game-data/supported-games Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,8 @@ Check the current game event status [here](/status/). Alternatively, you can eas
43
43
* 1.12.2 - support all events except chat, statistics, scene and player_x
44
44
* 1.16 - 1.16.1 - support all events except chat and statistics
45
45
* 1.16.2 - support all events except chat
46
- * 1.17 - 1.21.0 - full support
46
+ * 1.17 - 1.18.2 - full support except biome
47
+ * 1.19 - 1.21.0 - full support
47
48
48
49
* Supported mod-loaders:
49
50
* Forge 36.0.0 - 36.2.39
@@ -126,6 +127,8 @@ items_stats | match_info | All of the current item statistics. |See [notes](#
126
127
mobs_stats | match_info | All of the current mob statistics. |See [notes](#mobs_stats-note)| 153.0 |
127
128
location | match_info | Current player's location in the game. |See [notes](#location-note)| 157.0 |
128
129
facing | match_info | The current direction the player is facing. |See [notes](#facing-note)| 157.0 |
130
+ biome | match_info | Name of the biome the player is in currently. |See [notes](#biome-note)| 258.0 |
131
+
129
132
130
133
131
134
### Events
@@ -216,6 +219,14 @@ Data Example:
216
219
{"info" :{"match_info" :{"facing" :" {" x":146.851,"y":1.34979 }" }}," feature":"match_info" }
217
220
```
218
221
222
+ #### *biome* note
223
+
224
+ Data Example:
225
+
226
+ ```json
227
+ {"feature" :" match_info" ,"category" :" match_info" ,"key" :" biome" ,"value" :" minecraft:forest" }
228
+ ```
229
+
219
230
#### *match_start* note
220
231
221
232
Data Example:
You can’t perform that action at this time.
0 commit comments