MineCICD added "plugins"

This commit is contained in:
minster586
2024-10-05 22:23:51 -04:00
committed by minster586
parent 15691e7567
commit a7c7616624
198 changed files with 59954 additions and 1 deletions

View File

@@ -0,0 +1,28 @@
display-name: "Carve"
description: "Give &a%damage%&r damage to entities within &a%radius%&r blocks when you swing"
placeholders:
radius: "1 + %level%"
damage: "%level% * 2"
type: normal
targets:
- axe
conflicts: [ ]
rarity: legendary
max-level: 4
tradeable: true
discoverable: true
enchantable: true
effects:
- id: damage_nearby_entities
args:
damage: "%level% * 2"
radius: "0.5 * %level%"
damage_as_player: true
damage_self: false
triggers:
- melee_attack
conditions: [ ]