Zarius / Bukkit-OtherBlocks

OtherBlocks (now known as OtherDrops) plugin for Bukkit (dev build: https://www.mediafire.com/?i6ows1g6kus2o0l)
http://dev.bukkit.org/server-mods/otherdrops/
GNU General Public License v3.0
17 stars 17 forks source link

No way to specify enchantments for PRIOJECTILE_HIT_BLOCK #290

Open CultistO opened 10 years ago

CultistO commented 10 years ago

I'm trying to perform the following, but neither config works

WOOD:
 - trigger: PROJECTILE_HIT_BLOCK
   tool: BOW@!ARROW_FIRE
   replacementblock: FIRE

(Does nothing)

WOOD:
 - trigger: PROJECTILE_HIT_BLOCK
   tool: PROJECTILE_ARROW@!ARROW_FIRE
   replacementblock: FIRE

(works regardless of enchantment)