Jump to content

LexManos

Forge Code God
  • Posts

    9277
  • Joined

  • Last visited

  • Days Won

    72

LexManos last won the day on February 17

LexManos had the most liked content!

Converted

  • Gender
    Male
  • URL
    MinecraftForge.net

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

LexManos's Achievements

Reality Controller

Reality Controller (8/8)

1.7k

Reputation

  1. Honestly, the forums are a back burner thing. Not many people use it. Best option is discord. I know that I haven't looked at the forums for more then admin tasks in quite a while. You're also best off not following tutorials which give you code. Knowing programming and reading the MC/Forge code yourself would be the best way to go.
  2. The site is dumb and doesn't like upper cases.
  3. You just need to run the updated installer like if you were installing a new server. You can overwrite an existing install with a new version.
  4. https://github.com/MinecraftForge/MinecraftForge/commit/e2a68ad903e09604c3754a65cb1b0c8db72ae308 It was just a misapplied patch, update forge and you'll be fine.
  5. It is possible to write a coremod to turn Minecraft into WoW. So yes... it's possible, it looks like the movement is just grabbing part of the ground and moving yourself to it. So it shouldn't be too hard if you know what you're doing.
  6. Wayland isn't supported in vanilla minecraft until 1.20.2 As for anything the early loading screen does, you can edit the fml.toml to disable it. I dont think the environment variable has been functional since the loading screen rewrite.
  7. Some zip managers like to take control of the .jar file extension away from Java. Make sure you have Java installed and try running Jarfix once, then try the installer again.
  8. There isn't much we can suggest without knowing more details. You can try getting more details with spark, and using that to determine where you're going. https://www.curseforge.com/minecraft/mc-mods/spark 1) Run /spark profiler 2) Wait a couple of mins 3) Run /spark profiler --stop and copy-paste the results link It should help give us more insight into why it’s lagging
  9. Ah, its old code that is outdated. Basically EventHandler is for FML specific events. Typically the lifecycle ones. On moddern versions its the modBus.
  10. SubscribeEvent is for our EventBus system, Not sure what you mean by EventHandler as that's not a Forge related class.
  11. You could but that would be stupid. And no people wouldnt buy it.
  12. You were doing so good. You're running the vanilla jar. Hence why it doesnt do any modded stuff Run run.sh
  13. > But you have to use a forked repo of forge and gradle to do that. Thats the toolchain im referring to. You need to make changes to make the toolchain working in the modern world. some people have hacked the old versions of the tools to function. But the better option is to build the tools to use the old version's data. Specifically updating https://github.com/MinecraftForge/ForgeGradle to be better.
×
×
  • Create New...

Important Information

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