... | @@ -223,6 +223,19 @@ MyCoolStick: |
... | @@ -223,6 +223,19 @@ MyCoolStick: |
|
- obsidian
|
|
- obsidian
|
|
```
|
|
```
|
|
|
|
|
|
|
|
#### BlockStates
|
|
|
|
Allows you to specify the block states of items
|
|
|
|
```yaml
|
|
|
|
TestBlockStates:
|
|
|
|
Material: OAK_SLAB
|
|
|
|
Display: 'Waterlogged Slab'
|
|
|
|
Options:
|
|
|
|
Placeable: true # Crucible Option
|
|
|
|
BlockStates:
|
|
|
|
- type top
|
|
|
|
- waterlogged true
|
|
|
|
```
|
|
|
|
|
|
#### Glider
|
|
#### Glider
|
|
Allows item to be used as an elytra.
|
|
Allows item to be used as an elytra.
|
|
Used to handle the [glider component](https://minecraft.wiki/w/Data_component_format/glider) of an item.
|
|
Used to handle the [glider component](https://minecraft.wiki/w/Data_component_format/glider) of an item.
|
... | @@ -538,5 +551,6 @@ TheMusical: |
... | @@ -538,5 +551,6 @@ TheMusical: |
|
Material: COMPASS
|
|
Material: COMPASS
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
|
## Examples
|
|
## Examples
|
|
More item examples can be found in the [Examples](/examples/Common-Examples#items) section. |
|
More item examples can be found in the [Examples](/examples/Common-Examples#items) section. |
|
|
|
\ No newline at end of file |