mirror of
https://gitlab.bixilon.de/bixilon/pixlyzer.git
synced 2025-09-24 04:21:59 -04:00
fix block generator in < 1.15
This commit is contained in:
parent
84693057b7
commit
60fe31e679
@ -228,7 +228,7 @@ object BlockGenerator : Generator(
|
||||
stateData.addProperty("is_opaque", state.isOpaque)
|
||||
}
|
||||
|
||||
stateData.addProperty("material", MaterialGenerator.MATERIALS.inverse()[state.material].toString())
|
||||
stateData.addProperty("material", MaterialGenerator.MATERIALS.inverse()[state.getMaterial()].toString())
|
||||
|
||||
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user