Started by
SHB_YT
on
Topic category: Help with Minecraft modding (Java Edition)
Simply trying to get a block at a coordinate next to the current block, e.g. x+1 and it's not working.
Was working a second ago, no change of procedure at all. Now it doesn't work.
Any chance you're trying to target a coordinate that's actually at x-1, z+1 or z-1? If you want to test for a block that is touching any side of your target block then you need to test both positive and negative for x, y, and z coordinates.
If that's not the case, then I don't know what to tell ya.