mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-01 13:29:06 +02:00
src/world/layer: make BlockInfo fields public
There were left private by accident.
This commit is contained in:
parent
e6e1f55fe9
commit
26555f1745
3 changed files with 48 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue