mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-12-27 20:37:34 +01:00
Finished config targets
This commit is contained in:
parent
28daa94db0
commit
610594f38d
@ -27,7 +27,7 @@ public class Diverse extends EcoEnchant {
|
|||||||
Player player = (Player) event.getDamager();
|
Player player = (Player) event.getDamager();
|
||||||
Player victim = (Player) event.getEntity();
|
Player victim = (Player) event.getEntity();
|
||||||
|
|
||||||
if(!Target.Applicable.SWORD.getMaterials().contains(victim.getInventory().getItemInMainHand().getType()))
|
if(!victim.getInventory().getItemInMainHand().getType().toString().endsWith("_SWORD"))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (!EnchantChecks.mainhand(player, this)) return;
|
if (!EnchantChecks.mainhand(player, this)) return;
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: common
|
rarity: common
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- trident
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts:
|
conflicts:
|
||||||
- serrated
|
- serrated
|
||||||
|
@ -15,6 +15,9 @@ obtaining:
|
|||||||
rarity: legendary
|
rarity: legendary
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- sword
|
||||||
|
- axe
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 2
|
maximum-level: 2
|
||||||
|
@ -15,6 +15,9 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- bow
|
||||||
|
- crossbow
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 3
|
maximum-level: 3
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: rare
|
rarity: rare
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- trident
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 8
|
maximum-level: 8
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: common
|
rarity: common
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- trident
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts:
|
conflicts:
|
||||||
- serrated
|
- serrated
|
||||||
|
@ -15,6 +15,11 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- helmet
|
||||||
|
- chestplate
|
||||||
|
- leggings
|
||||||
|
- boots
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 6
|
maximum-level: 6
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- trident
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 3
|
maximum-level: 3
|
||||||
|
@ -15,6 +15,9 @@ obtaining:
|
|||||||
rarity: uncommon
|
rarity: uncommon
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- sword
|
||||||
|
- axe
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 3
|
maximum-level: 3
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: legendary
|
rarity: legendary
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- pickaxe
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts:
|
conflicts:
|
||||||
- drill
|
- drill
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: legendary
|
rarity: legendary
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- sword
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 7
|
maximum-level: 7
|
||||||
|
@ -15,6 +15,9 @@ obtaining:
|
|||||||
rarity: legendary
|
rarity: legendary
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- bow
|
||||||
|
- crossbow
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 6
|
maximum-level: 6
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: rare
|
rarity: rare
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- helmet
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 3
|
maximum-level: 3
|
||||||
|
@ -15,6 +15,9 @@ obtaining:
|
|||||||
rarity: rare
|
rarity: rare
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- bow
|
||||||
|
- crossbow
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 8
|
maximum-level: 8
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: legendary
|
rarity: legendary
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- bow
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts:
|
conflicts:
|
||||||
- succession
|
- succession
|
||||||
|
@ -15,6 +15,9 @@ obtaining:
|
|||||||
rarity: common
|
rarity: common
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- sword
|
||||||
|
- axe
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts:
|
conflicts:
|
||||||
- sharpness
|
- sharpness
|
||||||
|
@ -15,6 +15,9 @@ obtaining:
|
|||||||
rarity: rare
|
rarity: rare
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- bow
|
||||||
|
- crossbow
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 8
|
maximum-level: 8
|
||||||
|
@ -15,6 +15,11 @@ obtaining:
|
|||||||
rarity: rare
|
rarity: rare
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- helmet
|
||||||
|
- chestplate
|
||||||
|
- leggings
|
||||||
|
- boots
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 6
|
maximum-level: 6
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: rare
|
rarity: rare
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- axe
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts:
|
conflicts:
|
||||||
- carve
|
- carve
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: rare
|
rarity: rare
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- bow
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 4
|
maximum-level: 4
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- trident
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 5
|
maximum-level: 5
|
||||||
|
@ -15,6 +15,9 @@ obtaining:
|
|||||||
rarity: legendary
|
rarity: legendary
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- bow
|
||||||
|
- crossbow
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 2
|
maximum-level: 2
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: rare
|
rarity: rare
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- trident
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 8
|
maximum-level: 8
|
||||||
|
@ -15,6 +15,9 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- sword
|
||||||
|
- axe
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 3
|
maximum-level: 3
|
||||||
|
@ -15,6 +15,9 @@ obtaining:
|
|||||||
rarity: rare
|
rarity: rare
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- sword
|
||||||
|
- axe
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 7
|
maximum-level: 7
|
||||||
|
@ -15,6 +15,9 @@ obtaining:
|
|||||||
rarity: uncommon
|
rarity: uncommon
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- bow
|
||||||
|
- crossbow
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
|
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: uncommon
|
rarity: uncommon
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- shield
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 6
|
maximum-level: 6
|
||||||
|
@ -15,6 +15,9 @@ obtaining:
|
|||||||
rarity: common
|
rarity: common
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- sword
|
||||||
|
- axe
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts:
|
conflicts:
|
||||||
- sharpness
|
- sharpness
|
||||||
|
@ -15,6 +15,9 @@ obtaining:
|
|||||||
rarity: legendary
|
rarity: legendary
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- sword
|
||||||
|
- axe
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 2
|
maximum-level: 2
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- axe
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 3
|
maximum-level: 3
|
||||||
|
@ -15,6 +15,11 @@ obtaining:
|
|||||||
rarity: legendary
|
rarity: legendary
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- helmet
|
||||||
|
- chestplate
|
||||||
|
- leggings
|
||||||
|
- boots
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 6
|
maximum-level: 6
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: rare
|
rarity: rare
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- sword
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts:
|
conflicts:
|
||||||
- nocturnal
|
- nocturnal
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: rare
|
rarity: rare
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- axe
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 6
|
maximum-level: 6
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: legendary
|
rarity: legendary
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- axe
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts:
|
conflicts:
|
||||||
- lumberjack
|
- lumberjack
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- sword
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 3
|
maximum-level: 3
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: rare
|
rarity: rare
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- shield
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 3
|
maximum-level: 3
|
||||||
|
@ -15,6 +15,9 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- bow
|
||||||
|
- crossbow
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts:
|
conflicts:
|
||||||
- netheric
|
- netheric
|
||||||
|
@ -15,6 +15,9 @@ obtaining:
|
|||||||
rarity: common
|
rarity: common
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- sword
|
||||||
|
- axe
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts:
|
conflicts:
|
||||||
- sharpness
|
- sharpness
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- sword
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts:
|
conflicts:
|
||||||
- nether_infusion
|
- nether_infusion
|
||||||
|
@ -15,6 +15,11 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- helmet
|
||||||
|
- chestplate
|
||||||
|
- leggings
|
||||||
|
- boots
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 3
|
maximum-level: 3
|
||||||
|
@ -15,6 +15,11 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- helmet
|
||||||
|
- chestplate
|
||||||
|
- leggings
|
||||||
|
- boots
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 3
|
maximum-level: 3
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- trident
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 6
|
maximum-level: 6
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: rare
|
rarity: rare
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- sword
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 8
|
maximum-level: 8
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: rare
|
rarity: rare
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- hoe
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 2
|
maximum-level: 2
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- bow
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 5
|
maximum-level: 5
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- sword
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 5
|
maximum-level: 5
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- sword
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts:
|
conflicts:
|
||||||
- water_affinity
|
- water_affinity
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: rare
|
rarity: rare
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- sword
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 5
|
maximum-level: 5
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: rare
|
rarity: rare
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- shield
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 6
|
maximum-level: 6
|
||||||
|
@ -15,6 +15,11 @@ obtaining:
|
|||||||
rarity: legendary
|
rarity: legendary
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- helmet
|
||||||
|
- chestplate
|
||||||
|
- leggings
|
||||||
|
- boots
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 2
|
maximum-level: 2
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- boots
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 6
|
maximum-level: 6
|
||||||
|
@ -15,6 +15,11 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- helmet
|
||||||
|
- chestplate
|
||||||
|
- leggings
|
||||||
|
- boots
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 6
|
maximum-level: 6
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: rare
|
rarity: rare
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- sword
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 7
|
maximum-level: 7
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: rare
|
rarity: rare
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- sword
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 8
|
maximum-level: 8
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: legendary
|
rarity: legendary
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- boots
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 6
|
maximum-level: 6
|
||||||
|
@ -15,6 +15,9 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- sword
|
||||||
|
- axe
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts:
|
conflicts:
|
||||||
- knockback
|
- knockback
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: rare
|
rarity: rare
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- hoe
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
|
|
||||||
|
@ -15,6 +15,11 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- helmet
|
||||||
|
- chestplate
|
||||||
|
- leggings
|
||||||
|
- boots
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 3
|
maximum-level: 3
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- trident
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts:
|
conflicts:
|
||||||
- void_affinity
|
- void_affinity
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- bow
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts:
|
conflicts:
|
||||||
- punch
|
- punch
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- sword
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 4
|
maximum-level: 4
|
||||||
|
@ -15,6 +15,9 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- bow
|
||||||
|
- crossbow
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 3
|
maximum-level: 3
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- shield
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 2
|
maximum-level: 2
|
||||||
|
@ -15,6 +15,9 @@ obtaining:
|
|||||||
rarity: legendary
|
rarity: legendary
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- bow
|
||||||
|
- crossbow
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 8
|
maximum-level: 8
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: legendary
|
rarity: legendary
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- sword
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 2
|
maximum-level: 2
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: legendary
|
rarity: legendary
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- trident
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 3
|
maximum-level: 3
|
||||||
|
@ -15,6 +15,11 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- helmet
|
||||||
|
- chestplate
|
||||||
|
- leggings
|
||||||
|
- boots
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 2
|
maximum-level: 2
|
||||||
|
@ -15,6 +15,11 @@ obtaining:
|
|||||||
rarity: rare
|
rarity: rare
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- pickaxe
|
||||||
|
- axe
|
||||||
|
- shovel
|
||||||
|
- hoe
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts:
|
conflicts:
|
||||||
- silk_touch
|
- silk_touch
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: uncommon
|
rarity: uncommon
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- trident
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
|
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- shield
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 7
|
maximum-level: 7
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: common
|
rarity: common
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- bow
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts:
|
conflicts:
|
||||||
- power
|
- power
|
||||||
|
@ -15,6 +15,11 @@ obtaining:
|
|||||||
rarity: rare
|
rarity: rare
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- pickaxe
|
||||||
|
- axe
|
||||||
|
- shovel
|
||||||
|
- hoe
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 7
|
maximum-level: 7
|
||||||
|
@ -15,6 +15,11 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- helmet
|
||||||
|
- chestplate
|
||||||
|
- leggings
|
||||||
|
- boots
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 3
|
maximum-level: 3
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: rare
|
rarity: rare
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- elytra
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 6
|
maximum-level: 6
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- elytra
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 8
|
maximum-level: 8
|
||||||
|
@ -15,6 +15,9 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- sword
|
||||||
|
- axe
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts:
|
conflicts:
|
||||||
- life_steal
|
- life_steal
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: legendary
|
rarity: legendary
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- trident
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 7
|
maximum-level: 7
|
||||||
|
@ -15,6 +15,9 @@ obtaining:
|
|||||||
rarity: legendary
|
rarity: legendary
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- bow
|
||||||
|
- crossbow
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 2
|
maximum-level: 2
|
||||||
|
@ -15,6 +15,9 @@ obtaining:
|
|||||||
rarity: rare
|
rarity: rare
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- bow
|
||||||
|
- crossbow
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 5
|
maximum-level: 5
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: legendary
|
rarity: legendary
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- axe
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
maximum-level: 6
|
maximum-level: 6
|
||||||
conflicts:
|
conflicts:
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- boots
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 2
|
maximum-level: 2
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- boots
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 4
|
maximum-level: 4
|
||||||
|
@ -15,6 +15,9 @@ obtaining:
|
|||||||
rarity: legendary
|
rarity: legendary
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- bow
|
||||||
|
- crossbow
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 4
|
maximum-level: 4
|
||||||
|
@ -15,6 +15,9 @@ obtaining:
|
|||||||
rarity: legendary
|
rarity: legendary
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- bow
|
||||||
|
- crossbow
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
|
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: rare
|
rarity: rare
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- sword
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts:
|
conflicts:
|
||||||
- looting
|
- looting
|
||||||
|
@ -15,6 +15,9 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- bow
|
||||||
|
- crossbow
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts:
|
conflicts:
|
||||||
- enderism
|
- enderism
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- sword
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts:
|
conflicts:
|
||||||
- end_infusion
|
- end_infusion
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: rare
|
rarity: rare
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- sword
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts:
|
conflicts:
|
||||||
- diurnal
|
- diurnal
|
||||||
|
@ -15,6 +15,9 @@ obtaining:
|
|||||||
rarity: uncommon
|
rarity: uncommon
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- bow
|
||||||
|
- crossbow
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 5
|
maximum-level: 5
|
||||||
|
@ -15,6 +15,11 @@ obtaining:
|
|||||||
rarity: rare
|
rarity: rare
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- pickaxe
|
||||||
|
- axe
|
||||||
|
- shovel
|
||||||
|
- hoe
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 8
|
maximum-level: 8
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: common
|
rarity: common
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- trident
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts:
|
conflicts:
|
||||||
- serrated
|
- serrated
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- sword
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 3
|
maximum-level: 3
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- shield
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 6
|
maximum-level: 6
|
||||||
|
@ -15,6 +15,9 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- bow
|
||||||
|
- crossbow
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 6
|
maximum-level: 6
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: epic
|
rarity: epic
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- sword
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 4
|
maximum-level: 4
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: common
|
rarity: common
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- trident
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts:
|
conflicts:
|
||||||
- serrated
|
- serrated
|
||||||
|
@ -15,6 +15,9 @@ obtaining:
|
|||||||
rarity: uncommon
|
rarity: uncommon
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- sword
|
||||||
|
- axe
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
|
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: rare
|
rarity: rare
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- sword
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 5
|
maximum-level: 5
|
||||||
|
@ -15,6 +15,8 @@ obtaining:
|
|||||||
rarity: rare
|
rarity: rare
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- trident
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 6
|
maximum-level: 6
|
||||||
|
@ -15,6 +15,9 @@ obtaining:
|
|||||||
rarity: rare
|
rarity: rare
|
||||||
|
|
||||||
general-config:
|
general-config:
|
||||||
|
targets:
|
||||||
|
- bow
|
||||||
|
- crossbow
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
conflicts: []
|
conflicts: []
|
||||||
maximum-level: 7
|
maximum-level: 7
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user