mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-12-26 20:27:38 +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 victim = (Player) event.getEntity();
|
||||
|
||||
if(!Target.Applicable.SWORD.getMaterials().contains(victim.getInventory().getItemInMainHand().getType()))
|
||||
if(!victim.getInventory().getItemInMainHand().getType().toString().endsWith("_SWORD"))
|
||||
return;
|
||||
|
||||
if (!EnchantChecks.mainhand(player, this)) return;
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: common
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- trident
|
||||
grindstoneable: true
|
||||
conflicts:
|
||||
- serrated
|
||||
|
@ -15,6 +15,9 @@ obtaining:
|
||||
rarity: legendary
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- sword
|
||||
- axe
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 2
|
||||
|
@ -15,6 +15,9 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- bow
|
||||
- crossbow
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 3
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: rare
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- trident
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 8
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: common
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- trident
|
||||
grindstoneable: true
|
||||
conflicts:
|
||||
- serrated
|
||||
|
@ -15,6 +15,11 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- helmet
|
||||
- chestplate
|
||||
- leggings
|
||||
- boots
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 6
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- trident
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 3
|
||||
|
@ -15,6 +15,9 @@ obtaining:
|
||||
rarity: uncommon
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- sword
|
||||
- axe
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 3
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: legendary
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- pickaxe
|
||||
grindstoneable: true
|
||||
conflicts:
|
||||
- drill
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: legendary
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- sword
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 7
|
||||
|
@ -15,6 +15,9 @@ obtaining:
|
||||
rarity: legendary
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- bow
|
||||
- crossbow
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 6
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: rare
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- helmet
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 3
|
||||
|
@ -15,6 +15,9 @@ obtaining:
|
||||
rarity: rare
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- bow
|
||||
- crossbow
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 8
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: legendary
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- bow
|
||||
grindstoneable: true
|
||||
conflicts:
|
||||
- succession
|
||||
|
@ -15,6 +15,9 @@ obtaining:
|
||||
rarity: common
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- sword
|
||||
- axe
|
||||
grindstoneable: true
|
||||
conflicts:
|
||||
- sharpness
|
||||
|
@ -15,6 +15,9 @@ obtaining:
|
||||
rarity: rare
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- bow
|
||||
- crossbow
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 8
|
||||
|
@ -15,6 +15,11 @@ obtaining:
|
||||
rarity: rare
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- helmet
|
||||
- chestplate
|
||||
- leggings
|
||||
- boots
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 6
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: rare
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- axe
|
||||
grindstoneable: true
|
||||
conflicts:
|
||||
- carve
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: rare
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- bow
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 4
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- trident
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 5
|
||||
|
@ -15,6 +15,9 @@ obtaining:
|
||||
rarity: legendary
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- bow
|
||||
- crossbow
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 2
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: rare
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- trident
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 8
|
||||
|
@ -15,6 +15,9 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- sword
|
||||
- axe
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 3
|
||||
|
@ -15,6 +15,9 @@ obtaining:
|
||||
rarity: rare
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- sword
|
||||
- axe
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 7
|
||||
|
@ -15,6 +15,9 @@ obtaining:
|
||||
rarity: uncommon
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- bow
|
||||
- crossbow
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: uncommon
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- shield
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 6
|
||||
|
@ -15,6 +15,9 @@ obtaining:
|
||||
rarity: common
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- sword
|
||||
- axe
|
||||
grindstoneable: true
|
||||
conflicts:
|
||||
- sharpness
|
||||
|
@ -15,6 +15,9 @@ obtaining:
|
||||
rarity: legendary
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- sword
|
||||
- axe
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 2
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- axe
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 3
|
||||
|
@ -15,6 +15,11 @@ obtaining:
|
||||
rarity: legendary
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- helmet
|
||||
- chestplate
|
||||
- leggings
|
||||
- boots
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 6
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: rare
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- sword
|
||||
grindstoneable: true
|
||||
conflicts:
|
||||
- nocturnal
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: rare
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- axe
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 6
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: legendary
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- axe
|
||||
grindstoneable: true
|
||||
conflicts:
|
||||
- lumberjack
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- sword
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 3
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: rare
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- shield
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 3
|
||||
|
@ -15,6 +15,9 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- bow
|
||||
- crossbow
|
||||
grindstoneable: true
|
||||
conflicts:
|
||||
- netheric
|
||||
|
@ -15,6 +15,9 @@ obtaining:
|
||||
rarity: common
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- sword
|
||||
- axe
|
||||
grindstoneable: true
|
||||
conflicts:
|
||||
- sharpness
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- sword
|
||||
grindstoneable: true
|
||||
conflicts:
|
||||
- nether_infusion
|
||||
|
@ -15,6 +15,11 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- helmet
|
||||
- chestplate
|
||||
- leggings
|
||||
- boots
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 3
|
||||
|
@ -15,6 +15,11 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- helmet
|
||||
- chestplate
|
||||
- leggings
|
||||
- boots
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 3
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- trident
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 6
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: rare
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- sword
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 8
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: rare
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- hoe
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 2
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- bow
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 5
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- sword
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 5
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- sword
|
||||
grindstoneable: true
|
||||
conflicts:
|
||||
- water_affinity
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: rare
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- sword
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 5
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: rare
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- shield
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 6
|
||||
|
@ -15,6 +15,11 @@ obtaining:
|
||||
rarity: legendary
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- helmet
|
||||
- chestplate
|
||||
- leggings
|
||||
- boots
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 2
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- boots
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 6
|
||||
|
@ -15,6 +15,11 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- helmet
|
||||
- chestplate
|
||||
- leggings
|
||||
- boots
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 6
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: rare
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- sword
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 7
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: rare
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- sword
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 8
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: legendary
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- boots
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 6
|
||||
|
@ -15,6 +15,9 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- sword
|
||||
- axe
|
||||
grindstoneable: true
|
||||
conflicts:
|
||||
- knockback
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: rare
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- hoe
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
|
||||
|
@ -15,6 +15,11 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- helmet
|
||||
- chestplate
|
||||
- leggings
|
||||
- boots
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 3
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- trident
|
||||
grindstoneable: true
|
||||
conflicts:
|
||||
- void_affinity
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- bow
|
||||
grindstoneable: true
|
||||
conflicts:
|
||||
- punch
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- sword
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 4
|
||||
|
@ -15,6 +15,9 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- bow
|
||||
- crossbow
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 3
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- shield
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 2
|
||||
|
@ -15,6 +15,9 @@ obtaining:
|
||||
rarity: legendary
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- bow
|
||||
- crossbow
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 8
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: legendary
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- sword
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 2
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: legendary
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- trident
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 3
|
||||
|
@ -15,6 +15,11 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- helmet
|
||||
- chestplate
|
||||
- leggings
|
||||
- boots
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 2
|
||||
|
@ -15,6 +15,11 @@ obtaining:
|
||||
rarity: rare
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- pickaxe
|
||||
- axe
|
||||
- shovel
|
||||
- hoe
|
||||
grindstoneable: true
|
||||
conflicts:
|
||||
- silk_touch
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: uncommon
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- trident
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- shield
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 7
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: common
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- bow
|
||||
grindstoneable: true
|
||||
conflicts:
|
||||
- power
|
||||
|
@ -15,6 +15,11 @@ obtaining:
|
||||
rarity: rare
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- pickaxe
|
||||
- axe
|
||||
- shovel
|
||||
- hoe
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 7
|
||||
|
@ -15,6 +15,11 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- helmet
|
||||
- chestplate
|
||||
- leggings
|
||||
- boots
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 3
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: rare
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- elytra
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 6
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- elytra
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 8
|
||||
|
@ -15,6 +15,9 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- sword
|
||||
- axe
|
||||
grindstoneable: true
|
||||
conflicts:
|
||||
- life_steal
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: legendary
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- trident
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 7
|
||||
|
@ -15,6 +15,9 @@ obtaining:
|
||||
rarity: legendary
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- bow
|
||||
- crossbow
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 2
|
||||
|
@ -15,6 +15,9 @@ obtaining:
|
||||
rarity: rare
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- bow
|
||||
- crossbow
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 5
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: legendary
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- axe
|
||||
grindstoneable: true
|
||||
maximum-level: 6
|
||||
conflicts:
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- boots
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 2
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- boots
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 4
|
||||
|
@ -15,6 +15,9 @@ obtaining:
|
||||
rarity: legendary
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- bow
|
||||
- crossbow
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 4
|
||||
|
@ -15,6 +15,9 @@ obtaining:
|
||||
rarity: legendary
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- bow
|
||||
- crossbow
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: rare
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- sword
|
||||
grindstoneable: true
|
||||
conflicts:
|
||||
- looting
|
||||
|
@ -15,6 +15,9 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- bow
|
||||
- crossbow
|
||||
grindstoneable: true
|
||||
conflicts:
|
||||
- enderism
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- sword
|
||||
grindstoneable: true
|
||||
conflicts:
|
||||
- end_infusion
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: rare
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- sword
|
||||
grindstoneable: true
|
||||
conflicts:
|
||||
- diurnal
|
||||
|
@ -15,6 +15,9 @@ obtaining:
|
||||
rarity: uncommon
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- bow
|
||||
- crossbow
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 5
|
||||
|
@ -15,6 +15,11 @@ obtaining:
|
||||
rarity: rare
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- pickaxe
|
||||
- axe
|
||||
- shovel
|
||||
- hoe
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 8
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: common
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- trident
|
||||
grindstoneable: true
|
||||
conflicts:
|
||||
- serrated
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- sword
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 3
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- shield
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 6
|
||||
|
@ -15,6 +15,9 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- bow
|
||||
- crossbow
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 6
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- sword
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 4
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: common
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- trident
|
||||
grindstoneable: true
|
||||
conflicts:
|
||||
- serrated
|
||||
|
@ -15,6 +15,9 @@ obtaining:
|
||||
rarity: uncommon
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- sword
|
||||
- axe
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: rare
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- sword
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 5
|
||||
|
@ -15,6 +15,8 @@ obtaining:
|
||||
rarity: rare
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- trident
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 6
|
||||
|
@ -15,6 +15,9 @@ obtaining:
|
||||
rarity: rare
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- bow
|
||||
- crossbow
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
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