Advertisement
Guest User

Untitled

a guest
Nov 24th, 2015
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. (blueprint == struct &&
  2. world.getBlockState(pos.add(0, -1, 0)) == TKBlocks.misc.getDefaultState.withProperty(TKBlocks.misc.TYPE, EnumProperty.EnumMiscType.QS_BLOCK) &&
  3. world.getBlockState(pos.add(-1, -1, 0)) == TKBlocks.misc.getDefaultState.withProperty(TKBlocks.misc.TYPE, EnumProperty.EnumMiscType.QS_BLOCK) &&
  4. world.getBlockState(pos.add(1, -1, 0)) == TKBlocks.misc.getDefaultState.withProperty(TKBlocks.misc.TYPE, EnumProperty.EnumMiscType.QS_BLOCK) &&
  5. world.getBlockState(pos.add(0, -1, -1)) == TKBlocks.misc.getDefaultState.withProperty(TKBlocks.misc.TYPE, EnumProperty.EnumMiscType.QS_BLOCK) &&
  6. world.getBlockState(pos.add(0, -1, 1)) == TKBlocks.misc.getDefaultState.withProperty(TKBlocks.misc.TYPE, EnumProperty.EnumMiscType.QS_BLOCK)
  7.  
  8.  
  9. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement