Skip to main content

Block properties

What are block properties?

Block properties are the different values that blocks have within the Minecraft code that determine how to block behaves in the game. Each block has defined properties with some being more unique than others.

 

Solid

Solid blocks are generally opaque (non-transparent) blocks that are a full block. However, there are a few blocks that don't follow this definition. The true method of determining if a block is solid is by seeing if a comparator can read a container through that block.

 

Conductive

...

 

Non-sticky

...

 

Immovable

...

 

Waterloggable

...

 

Flowing waterloggable

...