Jump to content

supercat765

Members
  • Posts

    2
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

supercat765's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Try adding... public IBlockState getActualState(IBlockState state, IBlockAccess worldIn, BlockPos pos) { LogicTileEntity logicTileEntity = getTE(worldIn, pos); if(logicTileEntity!=null) return state.withProperty(BLOCK_STATE, logicTileEntity.getClickCount()); else return state.withProperty(BLOCK_STATE, 0); } to 'blocks/base_blocks/LogicBlock'
  2. I have tried EVERYTHING and I cant get my block to emit during the day and be off at night
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.