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. Based on the description of your error, I would assume that you are trying to load client only classes on the server to confirm my theory, please enable the mojang debug logging (-Dforge.logging.mojang.level=debug) and post full debug log here
  2. did you refresh gradle after removing the dependency?
  3. show your command class
  4. do you have the permission to execute the command?
  5. You must remove all Mods that add custom Fluids that have not been updated yet. Unfortunately, you have to test each mod individually, to find out if the Mod has been updated of not
  6. There was a pull request on GitHub to add a new system for custom Fluids (API), to make them to more customizable for Modders. These new system, requires an implementation of a new method in modded Fluids. Mods of older 1.19 version do not have these new Fluid API, since the new system is not compatible (new methd) with the old one, you get the error
  7. what about ChatFormattings? use the color codes instead?
  8. you can use Forge bot on the Forge discord server to convert from mcp to mojang mappings
  9. it's okay, better than other paste sides but a git repo is recommended
  10. you can use https://gist.github.com/, you can simply drag and drop the file there
  11. Problem with "betterhuman". Make sure you are using the latest version. If the Mod is already up to date, report this bug to the Mod author.
  12. unfortunately i have no idea which cause the crash, i'm sorry
  13. ups I mixed the version of some thread 😅 does it now work
  14. i would recommend you to learn the java basics first before modding minecraft you can start here: Official documentation: https://docs.oracle.com/javase/tutorial/ Absolute basics with an interactive editor: https://www.codecademy.com/learn/learn-java Ongoing online course with assignments: https://java-programming.mooc.fi/
  15. if the Thermal Mod is installed, the retunred Item by the create method is your PlonkCoinItem, then you be able to cast it back so yeah the Item keeps it functionality and btw this is basic OOP programming if the Thermal Mod is not installed, it's your fallback Item so it does not have the functionality of Thermal Mod Item your are extending
  16. please use the Forum code feature or a past website to upload your code do you know basic java?
  17. the 1.19 version have a few big changes which unfortunately break some stuff, so this is a possible cause of the issue
  18. yeah but you should overide the method in your Enchantment (Razor) class
  19. you could try a new mdk with the example mod, to test if this is a general error or an issue with your project
  20. did you start the game after deleting the Mod? did you post the debug.log, since the file was called debug(4).log

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.