Jump to content

person11223344556677889900

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by person11223344556677889900

  1. I am trying to create a block for my mod in 1.16 and the create method is giving me the error The method create(Material) is undefined for the type AbstractBlock.Properties public CopperOre() { super(Block.Properties.create(Material.STONE).hardnessAndResistance(5.0f, 2.0f).sound(SoundType.STONE).harvestLevel(2).harvestTool(ToolType.PICKAXE).setRequiresTool()); }
×
×
  • Create New...

Important Information

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