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.

ChemyCakes

Members
  • Joined

  • Last visited

Everything posted by ChemyCakes

  1. Thanks for the quick reply, and that does work, but shouldn't there be a more concise way to do it? This is what I have. Predicate<ItemStack> predicate3 = new PotionHelper.ItemPredicateInstance(ModItems.itemName); PotionHelper.registerPotionTypeConversion(PotionTypes.NIGHT_VISION, predicate3, PotionTypes.INVISIBILITY); PotionHelper.registerPotionTypeConversion(PotionTypes.LEAPING, predicate3, PotionTypes.SLOWNESS); PotionHelper.registerPotionTypeConversion(PotionTypes.LONG_LEAPING, predicate3, PotionTypes.LONG_SLOWNESS); PotionHelper.registerPotionTypeConversion(PotionTypes.SWIFTNESS, predicate3, PotionTypes.SLOWNESS); PotionHelper.registerPotionTypeConversion(PotionTypes.LONG_SWIFTNESS, predicate3, PotionTypes.LONG_SLOWNESS); PotionHelper.registerPotionTypeConversion(PotionTypes.HEALING, predicate3, PotionTypes.HARMING); PotionHelper.registerPotionTypeConversion(PotionTypes.STRONG_HEALING, predicate3, PotionTypes.STRONG_HARMING); PotionHelper.registerPotionTypeConversion(PotionTypes.POISON, predicate3, PotionTypes.HARMING); PotionHelper.registerPotionTypeConversion(PotionTypes.LONG_POISON, predicate3, PotionTypes.HARMING); PotionHelper.registerPotionTypeConversion(PotionTypes.STRONG_POISON, predicate3, PotionTypes.STRONG_HARMING); PotionHelper.registerPotionTypeConversion(PotionTypes.WATER, predicate3, PotionTypes.WEAKNESS); That's a whole lot more code than a small line that gives all the same properties of an item. You know?
  2. Hi I'm trying to give an item I create the same brewing properties as fermented spider eyes. In 1.7.10 the code to get it to work was : .setPotionEffect(PotionHelper.fermentedSpiderEyeEffect); I can't find the equivalent to this in 1.10.2, I have a feeling it's going to use the PotionHelper class but I'm having some trouble understanding where to call it.

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.