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. He mean you should run the command in the cmd and then post the error you get there
  2. of how many classes/methods/fields do you need the SRG names (and yes func_175667_e is a SRG name and not a obfuscate name)
  3. The constructor requires and Item and not a Material
  4. this is not possible for vanilla Guis, you need to create a custom Gui
  5. post debug log
  6. are you sure you have updated to 1.16.5?
  7. you can use SizableShrimp Forge-Class-Remapper
  8. delete this config file
  9. Learn basic java since Item != Item.Properties for solving this problem yourself take a look into the BlockItem constructor and the required parameters
  10. Remove the mod and report the bug to the mod author
  11. The log is private or does not exist
  12. the screenshot does not exist or it's private
  13. Then you need to spawn the ItemEntity manually, after creating the ItemEntiy you need to set the position to the position you want. Then add the ItemEntity to the World via Level#addFreshEntity
  14. Pass in the constructor the required parameters, a EntityType and a World If you don't know how to do that learn basic java befor modding minecraft
  15. now store it in a local variable or use it why on earth did you create a new ImmutableStringReader? you can get it from the Event via: CommandEvent#getParseResults -> ParseResults#getReader
  16. you can get the Command from the Event by: ParseResults#getReader ImmutableStringReader#getRead
  17. Yeah that's the way to go
  18. Show what you have tried
  19. https://forge.gemwire.uk/wiki/Components#TranslatableComponent
  20. You can use https://gist.github.com/
  21. it need also an EntityType, you can use EntityType.LIGHTNING_BOLT as parameter

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.