Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (blueprint == struct &&
- world.getBlockState(pos.add(0, -1, 0)) == TKBlocks.misc.getDefaultState.withProperty(TKBlocks.misc.TYPE, EnumProperty.EnumMiscType.QS_BLOCK) &&
- world.getBlockState(pos.add(-1, -1, 0)) == TKBlocks.misc.getDefaultState.withProperty(TKBlocks.misc.TYPE, EnumProperty.EnumMiscType.QS_BLOCK) &&
- world.getBlockState(pos.add(1, -1, 0)) == TKBlocks.misc.getDefaultState.withProperty(TKBlocks.misc.TYPE, EnumProperty.EnumMiscType.QS_BLOCK) &&
- world.getBlockState(pos.add(0, -1, -1)) == TKBlocks.misc.getDefaultState.withProperty(TKBlocks.misc.TYPE, EnumProperty.EnumMiscType.QS_BLOCK) &&
- world.getBlockState(pos.add(0, -1, 1)) == TKBlocks.misc.getDefaultState.withProperty(TKBlocks.misc.TYPE, EnumProperty.EnumMiscType.QS_BLOCK)
- )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement