src/world/layer: make BlockInfo fields public

There were left private by accident.
This commit is contained in:
Matthias Schiffer 2023-03-03 20:35:43 +01:00
parent e6e1f55fe9
commit 26555f1745
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
3 changed files with 48 additions and 3 deletions

View file

@ -15,6 +15,7 @@ clap = { version = "4.1.4", features = ["derive"] }
enumflags2 = "0.7.5"
fastnbt = "2.3.2"
flate2 = "1.0.25"
image = { version = "0.24.5", default-features = false, features = ["png"] }
itertools = "0.10.5"
num-integer = "0.1.45"
serde = "1.0.152"