Diamond Ore Block vs Diamond Block
fatmarley opened this issue ยท 4 comments
So I have an issue. This is how I have setup my drops.
DIAMOND_ORE:
- tool: ALL
drop: STONE
world: [ALL, -terramine, -WorldGuard, -Arenas]
chance: 100
message: "&5You've made the mistake of mining in the wrong world."
But the issue I get is that if the break block 56 it works, if they break block 57 is also works. I just want it to be #56.
I just tested this:
DIAMOND_ORE:
- tool: ALL
drop: STONE
world: [ALL, -terramine, -WorldGuard, -Arenas]
chance: 100
message: "&5You've made the mistake of mining in the wrong world."
And it works fine (ie. only for diamond ore). Perhaps it's an issue with how it's interacting with the rest of your config? Can you post the whole config to pastebin.com and copy a link here?
Here you go and thanks for the help.
I tested your config and seems to work fine... don't know how it could be affecting diamond blocks too. What version of Bukkit are you using?