mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-18 11:54:59 -04:00
fix portal eye block property enum name
This commit is contained in:
parent
54b23bd6c2
commit
b5d7469c50
@ -81,7 +81,7 @@ enum class BlockProperties {
|
||||
BAMBOO_LEAVES("leaves", BambooLeaves),
|
||||
REPEATER_LOCKED("locked", BooleanBlockPropertiesSerializer),
|
||||
REPEATER_DELAY("delay", IntBlockPropertiesSerializer),
|
||||
PORTA_FRAME_EYE("eye", BooleanBlockPropertiesSerializer),
|
||||
PORTAL_FRAME_EYE("eye", BooleanBlockPropertiesSerializer),
|
||||
JUKEBOX_HAS_RECORD("has_record", BooleanBlockPropertiesSerializer),
|
||||
CAMPFIRE_SIGNAL_FIRE("signal_fire", BooleanBlockPropertiesSerializer),
|
||||
TURTLE_EGS_EGGS("eggs", IntBlockPropertiesSerializer),
|
||||
|
Loading…
x
Reference in New Issue
Block a user