Jump to content

buonasnatios

Members
  • Posts

    2
  • Joined

  • Last visited

buonasnatios's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I did just as you said and it worked! thank you!
  2. i created a block and want to rotate it using facing: public BlockCustomThinGlass(Block.Properties properties) { super(properties); this.setDefaultState(this.stateContainer.getBaseState().with(HORIZONTAL_FACING, EnumFacing.NORTH)); } only when I do this, even though it is done in the minecraft files aswell, i get this error: what's the problem? minecraft 1.13.2 forge 25
×
×
  • Create New...

Important Information

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