Jump to content

1.17x Harvest Level function not found in Block Properties


Recommended Posts

Posted

I am trying to make a block like so 

    public static final RegistryObject<Block>SILVER_ORE = register("silver_ore", ()->
        new Block(Block.Properties.of(Material.METAL)
            .strength(3.0f, 10.0f)
            .sound(SoundType.CHAIN)
            .requiresCorrectToolForDrops()
            .harvestLevel(3)
            ));

The problem is that the function harvestLevel is undefined for BlockBehaviour.Properties. 

I have the docs open and I can see that the method is there, however its raising an error in the code

docs: (https://nekoyue.github.io/ForgeJavaDocs-NG/javadoc/1.17.1/net/minecraft/world/level/block/state/BlockBehaviour.Properties.html)

 

Anyone know why this is happening ? 

Posted
4 minutes ago, Luis_ST said:

the HarvestLevel is now controlled by tags screach for it in the forum since this question has answered a few times

thanks, so are those java docs already out of date then ? 

Posted
16 hours ago, glifa said:

thanks, so are those java docs already out of date then ?

you can search for it in the forum, as I have already answered this question in a few threads
you can start at this thread:

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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