Jump to content

person11223344556677889900

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

person11223344556677889900's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Most mods need to be installed on both the server and client
  2. 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.