Hey guys,
I'm making a mode that can be used like prospecting pick but I want to find out a ore block position in the world when one is found.
I can get the block but the block class itself doesn't have its position and every method/function I checked on BlockAccessor and other classes require BlockPos as argument.
I'm after something like BlockPos GetBlockPos(Block block) or BlockPos GetBlockPos(int blockId) , I couldn't find anything like that.
Any help will be very much appreciated.
Thanks for the help.
MadMax