Skip to content

Commit 940ce01

Browse files
added support for jungle biome percentage
1 parent 2c3e672 commit 940ce01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/api/status.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ type RustMapsStatusResponseDataBiomePercentages struct {
3535
D float64 `json:"d"`
3636
F float64 `json:"f"`
3737
T float64 `json:"t"`
38+
J float64 `json:"j"`
3839
}
3940

4041
type RustMapsStatusResponseData struct {

0 commit comments

Comments
 (0)