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.

Agravaine

Members
  • Joined

  • Last visited

Everything posted by Agravaine

  1. Hello. public IIcon getIcon(IBlockAccess world, int x, int y, int z, int side){ return FMLClientHandler.instance().getClientPlayerEntity().capabilities.isCreativeMode ? super.getIcon(world, x, y, z, side) : iconEmpty; } Block texture changes only when I update the blocks in the chunk (destroy, put etc). How to make it so that when the player was of creative mode texture change immediately?
  2. Make, please, api to add slots in the player's inventory. I think it will be useful to many!
  3. Look on this topic: http://www.minecraftforge.net/forum/index.php/topic,25161.msg127886.html#msg127886
  4. Yes, you just need to send a packet to the server.
  5. Help, please. @SubscribeEvent public void onPlayerLoggedIn(PlayerLoggedInEvent e){ System.out.println(Minecraft.getMinecraft().currentScreen); FMLClientHandler.instance().showGuiScreen(new GuiSelectTeam()); } This is not work.
  6. I have a spell "paralysis". It is necessary to completely immobilize the player. That he could not even look around.
  7. How to disable all lwjgl input(Keyboard and mouse)?

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.