Jump to content

DipCrai

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by DipCrai

  1. Please help, how called method .with public class RotateBlockModel extends HorizontalBlock { public RotateBlockModel(Properties builder) { super(builder); } public void fillStateContainer(StateContainer.Builder<Block, BlockState> builder){ builder.add(FACING); } @Nullable @Override public BlockState getStateForPlacement(BlockItemUseContext context) { return this.getBlock().defaultBlockState().with; } } C:\Users\������\OneDrive\������� ����\����\mod\src\main\java\com\dipcrai\mymod\block\custom\RotateBlockModel.java:23: error: cannot find symbol return this.getBlock().defaultBlockState().with(); ^
×
×
  • Create New...

Important Information

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