Skip to content

Commit

Permalink
v1.0.46
Browse files Browse the repository at this point in the history
  • Loading branch information
ZombieStriker authored Oct 1, 2018
1 parent cfd8065 commit deab669
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.0.46
Removed error printout for 1.12 for glowing enchantment.

1.0.45
Fixed GlowEnchantments so that it does not display a name/ does not default to Protection

Expand Down
2 changes: 1 addition & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
main: me.zombie_striker.pluginconstructor.PluginConstructorAPI
version: 1.0.45
version: 1.0.46
api-version: 1.13
name: PluginConstructorAPI
author:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ public static Enchantment registerGlowEnchantment() {
glowEffect = glow;
return glow;
} catch (Error | Exception e45) {
e45.printStackTrace();
}
return Enchantment.PROTECTION_PROJECTILE;

Expand Down

0 comments on commit deab669

Please sign in to comment.