Started by
h4mm3r
on
Topic category: Mod showcase and discussion
Hi everyone, i am make an Mod, my mod is a Block Mining Portable, it removes all block in one direction, in direction the block is watches, but my problem, it removes block only one direction, for ejemple, the direction X, but it doesn't remove block in other directions, as -X, Z or -Z, how to make my block remove blocks from that directions?, also my block rotates in an side and one of it's faces make this effect.
sorry if my english is bad, i speak spanish and i know little english
If I were making this mod, I would make four-six difference blocks, all of which would have a separate procedure and fixed textures facing the cardinal directions. This could be implemented by adding a sort of wrench, that when you right click on any of the four blocks, it would “rotate” the block 90 degrees by replacing the block that’s actually there. At least until Mcreator adds procedures that identify which direction the block is facing. Hopefully this helps, although it could be a little more difficult if you want it to work vertically as well.
well, then i will do what you saying, while i wait for mcreator add procedures of rotation, thank you.