Posted October 8, 20159 yr i have this block code: BlockPos neighbourPos = new BlockPos(x1 + x2 - x3, y1, z1 + z2 - z3); IBlockState neighbourState = world.getBlockState(neighbourPos); Block neighbourBlock = neighbourState.getBlock(); how could i use these variables to edit anothers block properties, because neighbourState.getValue(property) will get me the property, but it wont let me set it from another block. I'm working on something big! As long as there arent alot of big issues... [D
October 8, 20159 yr Author that works,but what about reading them? I'm working on something big! As long as there arent alot of big issues... [D
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.