block property: crafting

This commit is contained in:
Moritz Zwerger 2023-10-19 18:35:22 +02:00
parent 2e5969224c
commit a23ec4c1c3
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -146,6 +146,7 @@ object BlockProperties {
val FLOWER_AMOUNT = IntProperty("flower_amount").register()
val CRACKED = BooleanProperty("cracked").register()
val CRAFTING = BooleanProperty("crafting").register()
@Deprecated("should not exist")