
A few questions about break events
Froggy800 opened this issue ยท 2 comments
I have a few questions regarding the break events portion of the mod:
- Is it possible to deal extra durability damage (when applicable) to the item used to break the block?
- How do I set the amount of item dropped/given? itemcount seems to work only for mob drops.
- How can I make it so that when a block is broken it doesn't drop itself and drops several other items? For example, having logs drop 20-30 sticks, glowstone and redstone, while at the same time the log block disappears; I know I can use setblock with air (unless there's a more elegant solution) but that's it; I can't figure out how to set multiple drops.
- Is there a list of all the control mods commands? Both the old and new wiki pages seem to be lacking some of the commands I saw people talk about in other issues (like helditem).
I hope this was the right place to ask...
Thank you
Sorry for the slow reply. Forgot about this
- No not at the moment
- Not possible yet but I can add support for that
- Not possible with a single rule. You might be able to do it with multiple rules and the last one replacing the block with air
- 'helditem' is explained in the documentation. Both as a condition and as an action. The wiki should be complete