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.

zavvias

Members
  • Joined

  • Last visited

Everything posted by zavvias

  1. Hello all, I'm trying to make player automatically move for few ticks. I wrote basic test to move player every tick using class that implements ITickHandler: public void tickStart(EnumSet<TickType> type, Object... tickData) { if (type.contains(TickType.PLAYER)) { assert ((tickData[0] instanceof EntityPlayer)); EntityPlayer player = (EntityPlayer)tickData[0]; player.motionY = 1; } } In debugger i can see that line player.motionY = 1 is being fired but player do not move. If anyone have idea why this is happening it would be great to hear it.
  2. I had the same problem with no GUI on right click and for me helped adding in init: NetworkRegistry.instance().registerGuiHandler(your_mod_instance, your_proxy);

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.