Coding A Quarry Type Block That Breaks Blocks Underneath It And Spits The Blocks Out Above

Started by MoistTube on

Topic category: Help with modding (Java Edition)

Last seen on 10:22, 31. Mar 2020
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Coding A Quarry Type Block That Breaks Blocks Underneath It And Spits The Blocks Out Above

I'm making a quarry type block that mines blocks underneath itself in a 3x3 area until it hits bedrock. I'm new to coding and I'm trying to figure out how I can make the quarry block break the ores and spit them out the top of the quarry block into a chest. The quarry block will be activated by a redstone signal. Planning on making the quarry power off coal.

Any help or suggestions would be wonderful!

-Chris

Last seen on 20:50, 29. Nov 2020
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you need to make it break…
Sun, 05/17/2020 - 03:20

you need to make it break the block 1 or how many underneath and then keep moving the y and x to create the square the only problem iv come into while trying this is that you gonna need to do it a lot and keep changing the z coordinates by minus 1 so I have the problem to make it efficiently and you can make it use the coal by putting in 

if coal in slot 0 then take and then put in the mining code.

if you can help or know how to make it reach bedrock quicker then adding in like 50000000000 blocks of code then can you help. 

Last seen on 20:50, 29. Nov 2020
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
forgot to tell make it drop…
Sun, 05/17/2020 - 03:21

forgot to tell make it drop at x y z so it spits out the top