Block that digs

Started by Froste on

Topic category: User side tutorials

Last seen on 06:00, 23. Sep 2019
Joined Oct 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Block that digs

I am trying to figure out how to remove a block from beneath the block executing the precedure, then add item from that block to the inventory. I can remove a block and I can add a specific block to inventory but I can not figure out what block I am removing and tell it to add it to the inventory

Last seen on 06:00, 23. Sep 2019
Joined Oct 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
that never worked they way i…
Sat, 09/21/2019 - 01:22

that never worked they way i am talking about. that just removes the blocks below. I need to add those blocks removed to in miners inventory

Last seen on 19:55, 7. Jan 2021
Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make an if statement that…
Sat, 09/21/2019 - 09:36

Make an if statement that tests if the block below is a specific type of block, and then add that block to the miners inventory.
You will need to do this for every block, but I think it should work.