|
|
@ -40,6 +40,10 @@ public class EnchantLevelDatabase { |
|
|
|
public List<StoreValues> iron_sword = new ArrayList<StoreValues>(); |
|
|
|
public List<StoreValues> iron_sword = new ArrayList<StoreValues>(); |
|
|
|
public List<StoreValues> gold_sword = new ArrayList<StoreValues>(); |
|
|
|
public List<StoreValues> gold_sword = new ArrayList<StoreValues>(); |
|
|
|
public List<StoreValues> diamond_sword = new ArrayList<StoreValues>(); |
|
|
|
public List<StoreValues> diamond_sword = new ArrayList<StoreValues>(); |
|
|
|
|
|
|
|
public List<StoreValues> chain_helmet = new ArrayList<StoreValues>();; |
|
|
|
|
|
|
|
public List<StoreValues> chain_chestplate = new ArrayList<StoreValues>();; |
|
|
|
|
|
|
|
public List<StoreValues> chain_leggings = new ArrayList<StoreValues>();; |
|
|
|
|
|
|
|
public List<StoreValues> chain_boots = new ArrayList<StoreValues>();; |
|
|
|
public EnchantLevelDatabase() { |
|
|
|
public EnchantLevelDatabase() { |
|
|
|
stone_hoe.add(new StoreValues(0.359,Enchantment.DURABILITY,1,5)); |
|
|
|
stone_hoe.add(new StoreValues(0.359,Enchantment.DURABILITY,1,5)); |
|
|
|
stone_shovel.add(new StoreValues(0.636,Enchantment.DIG_SPEED,1,5)); |
|
|
|
stone_shovel.add(new StoreValues(0.636,Enchantment.DIG_SPEED,1,5)); |
|
|
|