IBlockState torchBlock = Blocks.WALL_TORCH.getDefaultState();
iuc.getWorld().setBlockState(torchPos, torch_state.with(HORIZONTAL_FACING, iuc.getFace()));
I changed facing in this way.
2 replies
1
Important Information
By using this site, you agree to our Terms of Use.