Started by
Eg0rGame
on
Topic category: Help with Minecraft modding (Java Edition)
I tried to do pickaxe which can mine 5x5 area,
so, I can't make block in procedures for checking it
I need to check 6 dimensions (up,down,north,south,east,west), any direction has the shape of a cone
Thanks for any replies!
Edited by Eg0rGame on Mon, 06/15/2020 - 11:09
If image doesn't work:
https://prnt.sc/szlkac
Can't you just use an if statement on the check for direction in relation to south?
Make the chat print your direction every time you break a block so you will be able to set reasonable boundaries for the number range.