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.

nemonia

Members
  • Joined

  • Last visited

  1. nemonia joined the community
  2. I am making my first minecraft mod but I ran into a small issue. When creating my advanced block properties everything works except for setting the harvest level. When I set the light level, sound type, ect, they all work great but my set harvest level just seems to be doing nothing. I have it set to axe level 3 and anything breaks my blocks for example my fist breaks the block and leaves a drop, a sword works, a wooden axe works and leaves a drop. i have tried changing the levels and nothing works but like i said the other functions in this class work as they should. Here is my code for a reference: public CoralBlock(String name, Material material) { super(name, material); setSoundType(SoundType.STONE); setHardness(2.0F); setResistance(1.0F); setHarvestLevel("axe", 3); }

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.