Jump to content

LexManos

Forge Code God
  • Posts

    9264
  • Joined

  • Last visited

  • Days Won

    66

LexManos last won the day on February 24

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. You were doing so good. You're running the vanilla jar. Hence why it doesnt do any modded stuff Run run.sh
  2. > 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.
  3. Its not a matter of 'allowing' it. Its a matter of the fact that the tools simply do not work anymore due to the rest of the internet and java changing. There is an effort (by me, very slowly) to get it working but there isnt much progress on it because to be quite frank I dont care enough. If you want to help with the tooling the feel free to hop on https://discord.minecraftforge.net and attempt to update the toolchain. The issue with 'support' for old versions is when people come and expect/demand I do the work for them instead of trying to help the community as a whole. So if you're willing to help then I can point you in the right directions.
  4. As long as you don't screw up the log4j config setting then we have a processor that strips them. So make sure you've installed Forge correctly and are launching it in a normal manor. If you are using a host, make sure they arnt adding weird things.
  5. https://github.com/MinecraftForge/MinecraftForge/commit/4649f7af36ac709129a53f7fc2fd639b883474d9 Yes the networking has been rewritten to be simpler. All you really need is the ChannelBuilder class. You can see Forge's usage as an example.
  6. Or, you could just install Forge using our installer, put the mods you want into the mods folder. And use the vanilla launcher to run the game.
  7. controllable-1.16.3-0.8.3 forge-1.20.4-49.0.11 According to your logs you're installing Forge 1.20.4 while also trying to install a mod for 1.16.3. This wont work. MC mods are highly version specific. So you have to match the MC version across all of your mods.
  8. You can use websites like https://jsonlint.com/ to validate the format of json files. You added the IP address to the json file incorrectly. Use the in-game commands to ban the IP address instead of manually editing the json.
  9. Forge does nothing to effect the auth system Mojang uses. So it should just be like the normal vanilla version if you're using the normal Mojang launcher.
  10. We have, but its always a cat/mouse game. And the spam prevention service the forum is using is failing horribly. We're doing the best we can. And pastebin was just an example. You can use any common text hosting site.
  11. jar.manifestVersion is the version you found in the manifest. So if a mod specifies that as their version, then check the manifest.
  12. Version checking is also done off the main thread so it shouldn't effect startup times in any significant way.
  13. You can't change the vanilla loading screen with a resource pack {unless something has changed recently}, for the same reason that you can't change this one. They are done before mods are loaded.
  14. You don't. Its meant to keep with Mojang's branding colors. If you want a different color use the dark theme option in vanilla, it'll switch to black.
×
×
  • Create New...

Important Information

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