Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

glifa

Members
  • Joined

  • Last visited

  1. thanks, so are those java docs already out of date then ?
  2. glifa joined the community
  3. 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 ?

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.