Started by
Froste
on
Topic category: User side tutorials
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
https://www.youtube.com/watch?v=fSCOcosUrCo try that, i have no clue if it works anymore but give it a shot
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
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.