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.

Shuaiouke

Members
  • Joined

  • Last visited

Everything posted by Shuaiouke

  1. it crashes whether I change or not and EntityLivingBase.java
  2. I put EntityLivingBase.addPotionEffect(new PotionEffect(MobEffects.BLINDNESS, 20, 1)); in it and MC crashed as soon as I open the world and if I changed addPotionEffect to static, it doesn't crash when I load, but when I sleep
  3. emm yes? what's wrong with that or you have a way to pull it out? I have a package called hack because of no reason and has a Var class inside just with vars
  4. I wanted to make a mod for me and my friends to play with and it will give player blindness 10 when they are standing still and 5 when they are running, then I found this: if (this.isSprinting()) { this.jumpMovementFactor = (float)((double)this.jumpMovementFactor + (double)this.speedInAir * 0.3D); } so I want to do EntityLivingBase.addPotionEffect(new PotionEffect(MobEffects.BLINDNESS, 20, 1)); here but eclipse told me I need to change addPotionEffect to static, why. Edited: And since blindness stops sprinting so I need to make blindness doesn't stop sprinting and I have no idea how

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.