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.

Anon10W1z

Forge Modder
  • Joined

  • Last visited

Everything posted by Anon10W1z

  1. Learn Java. DO IT NOW.
  2. Don't do that. The player will always be null.
  3. Go to Eclipse and give us the errors. If you want help.
  4. That is not a bug. It is actually a feature. http://minecraft.gamepedia.com/Armor#Crafting
  5. Just like you put maxDamage, maxDamage, maxDamage, I suggest you learn Java, learn Java, learn Java.
  6. In Eclipse, the case of en_us doesn't matter. Otherwise it must be named en_US
  7. Please learn basic Java. && is and, || is or.
  8. I will save this for the future. Thanks, and good job!
  9. Copy and paste all method contents, not the actual method, and replace the 1st block with the 2nd.
  10. So for online players, the UUID is generated from the session ID?
  11. Look at the BlockSnow and ItemSnow classes
  12. I would go ahead and use reflection for RenderItem.registerItem. If there was another way, you or I would've found it by now.
  13. I would try RenderItem.registerItem, specify metadata 0 and one normal model name, e.g. 0, "dye_black"
  14. I also have this problem, and I've looked in vanilla code to see if there was a workaround. I could not find one
  15. I'm not quite sure what you're trying to do. Are you seriously moving TO Forge 1.6.4? You should be on 1.7.10 by now.
  16. Why don't you try it for yourself?
  17. Since you did not read his signature, I'll repost it here. "If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked."
  18. Main mod file and any other possible. Also, the client log.
  19. In the onBlockHarvested method, use player.getHeldItem.getItem() and checking if it's a ItemPickaxe. Then use getToolMaterial() and getHarvestLevel()
  20. Your class.getMethod() call has too many parameters. Remove "(Class) null"
  21. I'd recommend that using BreakEvent, you deal damage to the player when the block breaks. Also, create your own damage source.

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.