HorizontalDirectionalBlock.FACING is null
Sunbread opened this issue ยท 4 comments
I don't know where I went wrong, but when I try loading a block with BlockState HorizontalDirectionalBlock.FACING, the game crashes and tells me "Cannot invoke "net.minecraft.world.level.block.state.properties.Property.getName()" because "pProperty" is null".
The KFF version is 3.6.0. Using parchment mappings.
I figured out. The BlockState is static so the impl in Kotlin must be in the companion object
I figured out. The BlockState is static so the impl in Kotlin must be in the companion object
I suggest BlockState shoule be added in examples