How can i make a Block that destroy`s the block in front

Started by Yusufhum3 on

Topic category: Troubleshooting, bugs, and solutions

Active 10 months ago
Joined Dec 2017
Points:
1039

User statistics:

  • Modifications: 3
  • Forum topics: 50
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 138
How can i make a Block that destroy`s the block in front
Sun, 12/17/2017 - 19:33 (edited)

I want to make a Block remover for a skyblock mod that destroys the block in front (to automate cobblegenerators)  And how can i make that the block faces in the opposite direction that you`re looking at while placing (like dispensers,Pistons if you look upwards and place them they`ll look down) Please help someone that would be nice thanks :D

Edited by Yusufhum3 on Sun, 12/17/2017 - 19:33
You can use update tick…
Mon, 12/18/2017 - 20:38

You can use update tick event and add destroy block event result for all sides. If you want the block to drop gems, use destroy block with drop event result.

Block facing is not supported yet but is one of the planned features for upcoming updates.

Active 10 months ago
Joined Dec 2017
Points:
1039

User statistics:

  • Modifications: 3
  • Forum topics: 50
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 138
Do you add it in the next…
Tue, 12/19/2017 - 15:48

Do you add it in the next update?

Active 4 years ago
Joined Jan 2020
Points:
851

User statistics:

  • Modifications: 1
  • Forum topics: 20
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 203
If block facing north,   …
Fri, 08/14/2020 - 18:19

If block facing north,

   execute command "setblock ~ ~ ~1 air destroy"

If block facing east,

   execute command "setblock ~1 ~ ~ air destroy"

If block facing south,

   execute command "setblock ~ ~ ~-1 air destroy"

If block facing west,

   execute command "setblock ~-1 ~ ~ air destroy"

Active 1 year ago
Joined Feb 2020
Points:
780

User statistics:

  • Modifications: 9
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 66
where block facing?
Sun, 12/12/2021 - 18:25

where block facing?

Active 1 year ago
Joined Feb 2020
Points:
780

User statistics:

  • Modifications: 9
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 66
nvm found it
Sun, 12/12/2021 - 18:29

nvm found it