mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-12-27 20:37:34 +01:00
Fixed missing yamls
This commit is contained in:
parent
27e93daf0f
commit
4c8f9f07eb
@ -0,0 +1,48 @@
|
|||||||
|
#
|
||||||
|
# Rain Artifact EcoEnchant
|
||||||
|
#
|
||||||
|
|
||||||
|
name: "Rain Artifact"
|
||||||
|
description: Creates rain particles.
|
||||||
|
enabled: true
|
||||||
|
|
||||||
|
obtaining:
|
||||||
|
table: true
|
||||||
|
villager: true
|
||||||
|
loot: true
|
||||||
|
rarity: epic
|
||||||
|
|
||||||
|
general-config:
|
||||||
|
targets:
|
||||||
|
- pickaxe
|
||||||
|
- sword
|
||||||
|
- axe
|
||||||
|
- elytra
|
||||||
|
- bow
|
||||||
|
- crossbow
|
||||||
|
- trident
|
||||||
|
grindstoneable: true
|
||||||
|
disabled-in-worlds: [ ]
|
||||||
|
conflicts: [ ]
|
||||||
|
|
||||||
|
config:
|
||||||
|
# For Attack
|
||||||
|
radius: 1
|
||||||
|
y-delta: 0.07
|
||||||
|
radius-multiplier: 5
|
||||||
|
use-double-helix: false
|
||||||
|
|
||||||
|
# For Arrows + Tridents
|
||||||
|
particle-tick-delay: 2
|
||||||
|
|
||||||
|
# For Pickaxes
|
||||||
|
amount: 10
|
||||||
|
on-blocks:
|
||||||
|
- diamond_ore
|
||||||
|
- gold_ore
|
||||||
|
- lapis_ore
|
||||||
|
- redstone_ore
|
||||||
|
- iron_ore
|
||||||
|
- copper_ore
|
||||||
|
- obsidian
|
||||||
|
- ancient_debris
|
@ -0,0 +1,48 @@
|
|||||||
|
#
|
||||||
|
# Slime Artifact EcoEnchant
|
||||||
|
#
|
||||||
|
|
||||||
|
name: "Slime Artifact"
|
||||||
|
description: Creates slime particles.
|
||||||
|
enabled: true
|
||||||
|
|
||||||
|
obtaining:
|
||||||
|
table: true
|
||||||
|
villager: true
|
||||||
|
loot: true
|
||||||
|
rarity: epic
|
||||||
|
|
||||||
|
general-config:
|
||||||
|
targets:
|
||||||
|
- pickaxe
|
||||||
|
- sword
|
||||||
|
- axe
|
||||||
|
- elytra
|
||||||
|
- bow
|
||||||
|
- crossbow
|
||||||
|
- trident
|
||||||
|
grindstoneable: true
|
||||||
|
disabled-in-worlds: [ ]
|
||||||
|
conflicts: [ ]
|
||||||
|
|
||||||
|
config:
|
||||||
|
# For Attack
|
||||||
|
radius: 1
|
||||||
|
y-delta: 0.07
|
||||||
|
radius-multiplier: 5
|
||||||
|
use-double-helix: false
|
||||||
|
|
||||||
|
# For Arrows + Tridents
|
||||||
|
particle-tick-delay: 2
|
||||||
|
|
||||||
|
# For Pickaxes
|
||||||
|
amount: 10
|
||||||
|
on-blocks:
|
||||||
|
- diamond_ore
|
||||||
|
- gold_ore
|
||||||
|
- lapis_ore
|
||||||
|
- redstone_ore
|
||||||
|
- iron_ore
|
||||||
|
- copper_ore
|
||||||
|
- obsidian
|
||||||
|
- ancient_debris
|
Loading…
Reference in New Issue
Block a user