Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 48d90ce

Browse files
committed
MC
1 parent 2f08dc6 commit 48d90ce

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

pages/api/live-game-data/supported-games/minecraft.mdx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ Check the current game event status [here](/status/). Alternatively, you can eas
4343
* 1.12.2 - support all events except chat, statistics, scene and player_x
4444
* 1.16 - 1.16.1 - support all events except chat and statistics
4545
* 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
4748

4849
* Supported mod-loaders:
4950
* Forge 36.0.0 - 36.2.39
@@ -126,6 +127,8 @@ items_stats | match_info | All of the current item statistics. |See [notes](#
126127
mobs_stats | match_info | All of the current mob statistics. |See [notes](#mobs_stats-note)| 153.0 |
127128
location | match_info | Current player's location in the game. |See [notes](#location-note)| 157.0 |
128129
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+
129132

130133

131134
### Events
@@ -216,6 +219,14 @@ Data Example:
216219
{"info":{"match_info":{"facing":"{"x":146.851,"y":1.34979}"}},"feature":"match_info"}
217220
```
218221

222+
#### *biome* note
223+
224+
Data Example:
225+
226+
```json
227+
{"feature":"match_info","category":"match_info","key":"biome","value":"minecraft:forest"}
228+
```
229+
219230
#### *match_start* note
220231

221232
Data Example:

0 commit comments

Comments
 (0)