Fx Control!

Fx Control!

14M Downloads

A few questions about break events

Froggy800 opened this issue ยท 2 comments

commented

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

commented

Sorry for the slow reply. Forgot about this

  1. No not at the moment
  2. Not possible yet but I can add support for that
  3. 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
  4. 'helditem' is explained in the documentation. Both as a condition and as an action. The wiki should be complete
commented

Hi there, sorry to hijack this :P , any news on point no2, for 1.16.4 if possible?
Mainly I want to make a block which void itself without dropping anything, drop specific stuffs (netherenhanced:nether_soul_quartz_ore to drop multiple botania:quartz_mana)