Incompatibility with Hydrogen
magneticflux- opened this issue ยท 1 comments
Due to Hydrogen using an identity hashmap for block states, the IS_LOCKED
state may not be found. This is because it is defined twice:
To fix this, simply reuse the BooleanProperty
instead of making a new one.