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.

jtomes123

Members
  • Joined

  • Last visited

  1. Hello my question is simple is there any way to change block light level from OnItemUse(...) or OnItemUseFirst(...).
  2. potion effect are easy public boolean hitEntity(ItemStack par1ItemStack, EntityLiving par2EntityLiving, EntityLiving par3EntityLiving) { par2EntityLiving.addPotionEffect( potion effect ); return false; }
  3. for enchants i'm using this ItemStack boots = new ItemStack(obsidianBoots, boots.addEnchantment(Enchantment.featherFalling, 20); GameRegistry.addRecipe(boots, new Object [] {" ", "# #", "# #", Character.valueOf('#'), Block.dirt, Character.valueOf('@'), Block.dirt, Character.valueOf('%'), Item.ingotIron});
  4. Hello everyone i have a problem with my nbt class i'm using almost same as pahimar for his ee3 and it works perfectly in items onUpdate() but i have armor and when im setting up nbt in client TickHandler it doesn't synchronize with server so when i restart game it's same as it were when it setted up nbt in onUpdate(). I think i need to tell server to do that but I don't know how.Can anyone help me please?

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.