Added Fetching

This commit is contained in:
Auxilor
2020-09-17 07:38:15 +01:00
parent 3d0abbefd2
commit 850ce3d364
5 changed files with 95 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
#
# Fetching EcoEnchant
#
config-version: 5.0 # Don't edit this.
name: "Fetching"
description: Drops and xp from wolf kills go directly into your inventory.
enabled: true
obtaining:
table: true
villager: true
loot: true
rarity: rare
general-config:
targets:
- helmet
grindstoneable: true
conflicts: []
config:
not-on-players: false

View File

@@ -246,6 +246,7 @@ permissions:
ecoenchants.fromtable.transfuse: true
ecoenchants.fromtable.inaccuracycurse: true
ecoenchants.fromtable.respirator: true
ecoenchants.fromtable.fetching: true
ecoenchants.updateannounce:
description: Informs admins of a new update
@@ -856,4 +857,7 @@ permissions:
default: true
ecoenchants.fromtable.respirator:
description: Allows getting respirator from an enchanting table
default: true
ecoenchants.fromtable.fetching:
description: Allows getting fetching from an enchanting table
default: true