... | @@ -20,13 +20,13 @@ Examples |
... | @@ -20,13 +20,13 @@ Examples |
|
Using Crucible Items:
|
|
Using Crucible Items:
|
|
|
|
|
|
Instead of dropping dirt, it'll instead give diamonds to the player.
|
|
Instead of dropping dirt, it'll instead give diamonds to the player.
|
|
```Documents
|
|
```yaml
|
|
#Items Document
|
|
#Items Document
|
|
CustomItem:
|
|
CustomItem:
|
|
Id: GOLDEN_SHOVEL
|
|
Id: GOLDEN_SHOVEL
|
|
Display: 'Lucky Shovel'
|
|
Display: 'Lucky Shovel'
|
|
Skills:
|
|
Skills:
|
|
- skill{s=dirtToDiamonds;sync=true} @TargetLocation ~onBreakBlock
|
|
- skill{s=dirtToDiamonds;sync=true} @origin ~onBreakBlock
|
|
|
|
|
|
#Skills Document
|
|
#Skills Document
|
|
dirtToDiamonds:
|
|
dirtToDiamonds:
|
... | | ... | |