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. BlockBench use still mcp mappings, you can use Forge Bot on discord to convert from mcp to mojang mapping command: !mcp -c moj <name> 1.16.5
  2. did you modify this confiog file: alexsmobs.toml? if yes there some where a invalid character: if no report the bug to the mod author
  3. update Forge to the latest version
  4. no not to getShooter, call setShooter from your Item in onItemRightClick then use the Player which you get as a parameter yeah since: Entity entity = getShooter(); // shooter is at this point null setShooter(entity); // the new shooter is null since the old shooter was null
  5. you need to register a EntityRenderer for your Entity in EntityRenderersEvent.RegisterRenderers
  6. try the Forge Community Wiki
  7. there is no error inside the log which cause the game to crash, please post the full debug log
  8. take a look at the constructor, since you need to pass in the correct parameters
  9. take a look at the parchment github, there is a list of all valid versions
  10. run the server via command line and post full output here
  11. where is your CapabilityProvider, also i would recommend you to ignore the CapabilityStorage since it's unused
  12. it's for 1.18 but the doc exists for 1.16, also show your code and define 'not working'
  13. i have no idea but you can try HitBlocks or something like this, but it can also be that the class was removed
  14. you can take a look at the doc or at this example
  15. i think "AppEng" is Applied Energistics make sure you use the latest version of the Mod, if yes report the bug to the Mod author
  16. there is no error in the log, make sure it was the full debug log (try to post it again) and please use next time https://gist.github.com/ to post large text files
  17. did you refresh the gradle dependencies?
  18. the field exists but it's private this is the best way to do this
  19. new names are: HitResult, ClipContext
  20. use PlayerEvent.PlayerLoggedInEvent
  21. gradle logs are console only, so there is no log file
  22. post the full log you get when you sync gradle
  23. why? This also work in eclipse

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.