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.

notsekahs

Members
  • Joined

  • Last visited

Everything posted by notsekahs

  1. Yeah I just learned forge coding yesterday so I didn't really know about the mode stuff haha, but thanks alot I put that and it worked, love u ❤️
  2. The whole night I've been trying to make exploding arrows/mobs with createExplosion, here's the code for reference: @SubscribeEvent public static void onEntityPunch(AttackEntityEvent event){ if (event.getEntityLiving().getHeldItemMainhand().getItem() == Items.TNT){ if (event.getTarget().isAlive()){ LivingEntity target = (LivingEntity) event.getTarget(); World world = event.getEntityLiving().world; world.createExplosion(target, target.getPosX(), target.getPosY(), target.getPosZ(), 2, ) the function asks for the expressions (entity, xIn, yIn, zIn, explosionradius and mode), the problem is I don't know what to put as mode, it isn't required in any of the online codes that I've read, can someone help 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.