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. You should check here KeyMapping#isDown This depends on what projectile you want to shoot, if you want a custom projectile yes, if you want to shoot a Arrow or a Fireball then is is not necessary. In all cases you need a custom Network packet since key input is client side but entity spawning (include projectiles) is server side. You can take a look at this FCW page for general informations about Networking.
  2. The class is now called Screen (if you're talking about the client side part of a Gui).
  3. That's not the file i asked for, please post debug.log from the logs folder.
  4. Please post a screenshot of the mods folder from server and client (Mod list would be also fine). And debug.log from server and client.
  5. Why did you not test a few other values? You know that the value must be larger than -22 and smaller than -8. Start with the center (-15). If the head is too far away the value is to larger (in negative direction), if the head is to close the value is to small (in negative direction).
  6. Please post debug.log from the logs folder. If you using CurseForge you need to enable the debug.log in the settings.
  7. Please add -Dforge.logging.mojang.level=debug to the JVM arguments of your Launcher, then run again and post debug.log. On CurseForge you need to enable the debug.log in the settings.
  8. Please post this file
  9. Please post launcher_log.txt as well.
  10. Please post debug.log from the logs folder.
  11. Please post debug.log from server and the connecting client.
  12. The most people on the Forum are not familiar with GeckoLib at all. We only work (and support) the Systems and API's which are provided by Vanilla Minecraft and Forge. If you want help with GeckoLib you should check out the thier discord server. https://github.com/bernie-g/geckolib/wiki#support
  13. You need to include the dependency into your jar. In 1.19 you have the following two Options: Using the Shadow Plugin, you can take a look at this guide for an example. Using Forge's Jar-in-Jar, you can take a look a this Page of the FCW.
  14. Please post debug.log from server and client.
  15. Where is the file in your Project located? I would highly recommend to use Datageneration for the data stuff (see: https://forge.gemwire.uk/wiki/Datageneration).
  16. Show how you tried to call the method
  17. The most Forge code is documented, if you wish to have javadocs and parameter names in vanilla code you can check out: https://github.com/ParchmentMC/Parchment/wiki/Getting-Started. There is also the FCW which provides a lot of informations and code examples. For any remaining questions feel free to ask here in the Forum or on the Forge Discord server.
  18. If there are no changes in the main repo you can continue with this repo, if there are changes you need to compare the repos.
  19. Please add -Dforge.logging.mojang.level=debug to the JVM Arguments of your Launcher then (after producing the error) post debug.log from the logs folder.
  20. Please post launcher_log.txt as well.
  21. Create your own thread and post installer log.
  22. Looks like a problem with JourneyMap. Make sure you are using the latest version. If the Mod is already up to date, talk to the Mod author (try first without the Mod).
  23. It's a method in the Player class you should call. If you don't now how to call a method you should learn basic java before modding minecraft.
  24. Open Launcher (vanilla) -> Installations -> edit the Forge installation -> More Options -> Add the Argument to the JVM Arguments -> Save

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.