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.

314owen

Members
  • Joined

  • Last visited

Everything posted by 314owen

  1. I am currently working on an item that will poison an entity on hit and I'm not sure why everything I have tried has not worked. I am using this code at the moment, but it does not work: public boolean hitEntity(ItemStack par1ItemStack, EntityLiving par2EntityLiving, EntityLiving par3EntityLiving) { par2EntityLiving.addPotionEffect(new PotionEffect(Potion.poison.id, 200, 1)); return true; Thanks for Any Help or Suggestions
  2. Can you tell me some code I need to do, right now im really confused, is there any tutorials for this and if not can you step by step tell me the code a bit, btw Love the CameraCraft mod, see your a developer of it
  3. Ehhhh..... What about this? public void keyPressed(KeyEvent arg0, World par2World, EntityPlayer par3EntityPlayer) { if (arg0.getKeyChar() == 'p') { if (teleport == 1){ System.out.println("Test"); par2World.spawnEntityInWorld(new EntityEnderPearl(par2World, par3EntityPlayer));
  4. Need Help Throwing a Snowball on a Key Press (For Example: P) Please Help, Been trying tons of different things for hours
  5. Anyone? Please?
  6. How would i make a player teleport on right click? Please Help, been trying to figure it out all day
  7. First of all, i want to test for a full set of armor. Second of all, if (player.getCurrentArmor(0) == ZealCraft.quickBoots) {, this whole line had a error when i change your item to mine.
  8. nope, didn't work
  9. How would I give someone a potion effect if they had a full set of armor on?

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.