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.

Sobb

Members
  • Joined

  • Last visited

Everything posted by Sobb

  1. How do I do that? All I can find is world.getHeight()
  2. Hello, I made an item which shows your coordinates on right-click. The problem is upon rightclick it shows 2 messages. Like this: X: 555 Y: 65 Z: 555 X: 555 Y: 67 Z: 555 No matter where I rightclick it shows 2 messages and the second one adds 2 to the Y coordinate. My code is: public ItemStack onItemRightClick(ItemStack item, World world, EntityPlayer player){ player.addChatComponentMessage(new ChatComponentText("X: " + player.getPlayerCoordinates().posX + " Y: " + player.getPlayerCoordinates().posY + " Z: " + player.getPlayerCoordinates().posZ)); return item; }

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.