Posted December 2, 20159 yr When I place my block in the world, the console should print MY block's coords and the block's name, but it's printing my block's neighbours' coords and names.. code: http://pastebin.com/pZsjDbeg trace: http://pastebin.com/PcJXvcQd
December 3, 20159 yr This is the expected behavior. This happened in 1.7, and still happens in 1.8 vanilla.
December 3, 20159 yr You can get the original position using the EnumFacing. Its either: pos.add(side.getDirectionVec()) or: pos.add(side.getOpposite().getDirectionVec()) Im not sure, youll have to test yourself Also wrong forum? This should probably be in modding support
December 4, 20159 yr Author Nop, because when I use this code in other methods it gets my block's position..
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.