-
Notifications
You must be signed in to change notification settings - Fork 29
Block Pattern
platz1de edited this page Apr 27, 2023
·
9 revisions
Block Patterns are basic blocks, they just consist out of the name of the block or its numeric ID
Examples:
stone
4
red_wool
stone:1
The keyword "hand" represents the block you hold in your hand (or air for items/nothing) and can be used like normal blocks
To add extra data you can also specify full or partial blockstates from bedrock or java edition:
leaves[persistent_bit=false]
or oak_leaves[persistence=fase]
- Set dacaying leaves
sea_pickle[pickles=4]
- Place 4 sea pickles per block
bamboo[age=1,leaves=large]
- Place thick bamboo blocks with leaves on it
To obtain a blockstate you can use the block info stick (//blockinfo)