Skip to content

Commit

Permalink
Removed default enchantment options
Browse files Browse the repository at this point in the history
  • Loading branch information
leon0017 committed Jun 1, 2024
1 parent 6d650ff commit 31eeddc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/me/leonrobi/vanillabosses/VanillaBosses.java
Original file line number Diff line number Diff line change
Expand Up @@ -514,14 +514,11 @@ public void onEnable() {
config.addDefault("phantom.extra-speed", 0.3);

config.addDefault("withered-skeleton.equipment.helmet.item", "DIAMOND_HELMET");
config.addDefault("withered-skeleton.equipment.helmet.enchantments.THORNS.lvl", 1);

config.addDefault("fire-skeleton.equipment.chestplate.item", "LEATHER_CHESTPLATE");
config.addDefault("fire-skeleton.equipment.chestplate.drop-chance", 0.2F);
config.addDefault("fire-skeleton.equipment.chestplate.dye-color", 0xFF0000);
config.addDefault("fire-skeleton.equipment.chestplate.enchantments.PROTECTION_ENVIRONMENTAL.lvl", 1);
config.addDefault("fire-skeleton.equipment.main-hand.item", "BOW");
config.addDefault("fire-skeleton.equipment.main-hand.enchantments.ARROW_FIRE.lvl", 1);

config.addDefault("super-creeper.particle", "ELECTRIC_SPARK");
config.addDefault("super-creeper.particle-amount", 10);
Expand Down

0 comments on commit 31eeddc

Please sign in to comment.