... | @@ -21,13 +21,14 @@ Using Crucible Items: |
... | @@ -21,13 +21,14 @@ 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.
|
|
```yaml
|
|
```yaml
|
|
|
|
#ITEMS FOLDER
|
|
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} @TargetLocation ~onBreakBlock
|
|
```
|
|
|
|
```yaml
|
|
#SKILLS FOLDER
|
|
dirtToDiamonds:
|
|
dirtToDiamonds:
|
|
TargetConditions:
|
|
TargetConditions:
|
|
- blocktype{t=DIRT,GRASS_BLOCK} true
|
|
- blocktype{t=DIRT,GRASS_BLOCK} true
|
... | | ... | |