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

[Feature Request] face parameter for action: BREAK #213

Closed clucky closed 11 years ago

clucky commented 11 years ago

I am needing the face parameter to be adapted to work with action: BREAK

My reason is that I am needing to cancel a block from being broken from the bottom face, but allow it from all other faces, as in the following code:

otherdrops:
    MOB_SPAWNER:
      - tool: ANY
        action: BREAK
        face: DOWN
        replacementblock: MOB_SPAWNER@this

or more preferably (if it works):

otherdrops:
    MOB_SPAWNER:
      - tool: ANY
        action: BREAK
        face: DOWN
        drop: DENY
Zarius commented 11 years ago

Added in commit 626b3f7.