Update minecraft-data and change biome depth to be optional

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/9/head
trivernis 2 years ago
parent 0b32ffbf30
commit 64e482d5c7
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -1 +1 @@
Subproject commit 6428d491a7e03fb3bfa2f75185cccc4f69fadec8
Subproject commit 153706b6ffb2e56f51a1b91922dffd3350ddcb0e

@ -6,7 +6,7 @@ pub struct Biome {
pub category: String,
pub temperature: f32,
pub precipitation: String,
pub depth: f32,
pub depth: Option<f32>,
pub dimension: String,
pub display_name: String,
pub color: u32,

Loading…
Cancel
Save