Jump to content

Luis_ST

Members
  • Posts

    5704
  • Joined

  • Last visited

  • Days Won

    72

Everything posted by Luis_ST

  1. there is only on installer, the jar installer it work on all os
  2. Correction, this is for 1.19 in 1.18 you need to use InputEvent.RawMouseEvent
  3. it's mostly used for Forge internal stuff, you can use it if you don't have direct access to an Object which indicates the side (Minecraft, DedicatedServer, Level or Entity), but i would not recommend to use it, if you want to execute some code on a specific side use one of the DistExecutor methods instead
  4. in short: the most stuff is done server side, except rendering (Screen, Entities) and player input (mouse, keyboard) @OnlyIn is vanilla only, do not use it
  5. InputEvent.RawMouseEvent, depends on what the command should do you need to send a custom network packet to the server which performs there the action of the command
  6. please post installer log
  7. What do you mean by original installer? The windows .exe installer?
  8. Note basic java is required for modding Minecraft
  9. Problem with Tombstone. Make sure you are using the latest version. If the Mod is already up to date, report this bug to the Mod author.
  10. Forge 1.19 has breaking changes recently, mods need to update for them. Check if there are updated versions of your mods or downgrade Forge.
  11. it's always recommend to create a backup of the World before updating to a not stable version Usually not that long, but due to Mojang's moves 1.19.1 release. Forge has decided, due to a community vote to release some breaking changes in 1.19 and not in 1.19.1. Because of that the beta phase lengthened a bit. I suspect that a recommended version of Forge will be released in a few days (D7 please correct me if i'm wrong).
  12. WorldEdit needs to update to the recent breaking changes of Forge. Check if there are updated versions or downgrade Forge.
  13. The Mods you use requires the following dependencies: it also looks like at least one of your Mods requires another version of Forge, please post debug.log for further informations
  14. The two released preview Optifine versions are only compatible with Forge 41.0.63, if you want use Optifine in 1.19 you need to downgrade to this version.
  15. Forge 1.19 has breaking changes recently, mods need to update for them. Check if there are updated versions of your mods or downgrade Forge.
  16. Remove Performant. I would also recommend you to not use magic performance Mods like Performant
  17. run the server from the command line and post full output
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.