diff options
author | Andre LeBlanc <andre@norcode.com> | 2013-05-05 14:23:37 -0400 |
---|---|---|
committer | Travis Watkins <amaranth@ubuntu.com> | 2014-04-18 13:13:01 -0500 |
commit | 47367210f3f74acc831d3f8a15a52aa693fbe7bb (patch) | |
tree | 212fbfec02fc20d0fbe2715fa87826b789f15ce0 /src/main/java/net/minecraft/server/EntityArrow.java | |
parent | 941650b9b2a727fb00164377bfd8b760d37e2806 (diff) | |
download | craftbukkit-47367210f3f74acc831d3f8a15a52aa693fbe7bb.tar craftbukkit-47367210f3f74acc831d3f8a15a52aa693fbe7bb.tar.gz craftbukkit-47367210f3f74acc831d3f8a15a52aa693fbe7bb.tar.lz craftbukkit-47367210f3f74acc831d3f8a15a52aa693fbe7bb.tar.xz craftbukkit-47367210f3f74acc831d3f8a15a52aa693fbe7bb.zip |
Allow plugins to enchant normally unenchantable items. Adds BUKKIT-1849
It's currently not possible for a plugin to allow enchanting of an
otherwise un-enchantable item using the enchanting table. This commit
causes EnchantItemEvent to be called with an empty list of enchantments,
allowing a plugin to provide it's own set of enchantments when vanilla
Minecraft would not allow any. It also bypasses the unsafe enchantment check
since a plugin should be permitted to apply any enchantments they like, and
vanilla should not generate unsafe enchantments of its own.
Diffstat (limited to 'src/main/java/net/minecraft/server/EntityArrow.java')
0 files changed, 0 insertions, 0 deletions