Skip to content

Commit 8579b0c

Browse files
committed
sr: add information and wiki link about block states
1 parent 2bff719 commit 8579b0c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

wikis/summoningrituals/docs/recipe/conditions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ Functions:
5252
- `blockBelow(Block block)`
5353
- `blockBelow(Block block, BlockState blockState)`
5454

55+
Since blocks can have an infinite amount of properties, and mods can also define their own, it's not possible to list all possible variants. However, you can easily check a block's properties yourself in the game by activating the debug screen (by pressing `F3`) and looking at the block's properties on the right side of the screen. For more information about `BlockState`s, please read the official [Minecraft wiki article](https://minecraft.wiki/w/Block_states).
56+
5557
```js
5658
.conditions(c =>
5759
c.blockBelow("furnace", { lit: true }) // [!code focus:3]

0 commit comments

Comments
 (0)