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.

Luis_ST

Members
  • Joined

  • Last visited

Everything posted by Luis_ST

  1. i see i see, you can test it if i'm correct noClip should never be set to true use debugger
  2. I already told that LivingUpdateEvent will never be called for players
  3. the method is static, so you don't need a instance of the class to call this method this is completely wrong, call Player#getCapability to get your Capability inside of a LazyOptional then call LazyOptional#orElseThrow to get the Capability Interface and to throw a Exception if the Capability is not present, then you can get the data from your Capability Interface you didn't do what i told you to do, you should create a constructor with the Player and store it in your MyCapabilityImplementation what on earth is that?
  4. Error in RandomPatches, make sure the mod is up to date. if you already use the latest version of the mod, report the bug to tht mod author
  5. yeah add the getManaLevel to the interface of your Capability and and implement it into your CapabilityHandler
  6. take a look at vanilla uneasy alliance Advancement
  7. yeah that's correct if your Capability is client side only, but at the moment you never use the Capability
  8. you can take a look at the KilledTrigger, i would also recommend to use Data Generator to create the advancement
  9. you call MyCapabilityImplementation.getManaData to get your Mana, but it returns always a new Data. You should use Player#getCapability to get the Capability
  10. downgrade your java to a older version of java 8
  11. did you try this in a new world?
  12. downgrade to a older java 8 version, since the latest version is currently not supported
  13. AttachCapabilitiesEvent#grtObject retunrns in your case a Entity so why did you not use a instanceof check you haven't done this There is Player#getCommandSenderWorld, you don't need a AT
  14. in mojang mappings it's requiresCorrectToolForDrops
  15. Did you tried anything?
  16. that's your Tier for the Tools you can take a look into the SwordItem as an example
  17. downgrade your java
  18. to a older java 8 version, since java version 322/321 is currently not supported
  19. I would recommend you to use Java from https://adoptium.net
  20. iirc there is no 311, use 312 instead
  21. https://adoptium.net/archive.html
  22. thought it work like an ability since noClip isn't an ability, you don't need this anymore

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.