Everything posted by LexManos
-
How do I port an old mod to a newer version of Minecraft?
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.
-
How and where do I install mods?
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.
- Building my 5 and 8 year old children their own java minecraft server and workstations
-
Server ran locally wont boot after blocking a certain IP address
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.
-
What to do if your thread is automatically hidden
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.
-
What is a good way to determine the id and version of any forge mod statically?
jar.manifestVersion is the version you found in the manifest. So if a mod specifies that as their version, then check the manifest.
-
forge version checking
Version checking is also done off the main thread so it shouldn't effect startup times in any significant way.
-
How can I change Forge's loading screen color?
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.
-
How can I change Forge's loading screen color?
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.
-
Potential RCE Zero-Day Exploit Targeting Forge 14.23.5.2860 (1.12.2)
The concept is a known exploit that has been around for several years. It is not something that is caused by anything in ours, or Minecraft's end. It is unfortunately a risk when using mods in Minecraft. They are arbitrary jars which can have any code in them. This is one of the reasons we push people to use the latest versions. This particular case was fixed in BdLib for 1.16+ and the author has no intention of back porting.
- [Solved] Custom 1.20 Mod Pack Error Code 1 due to duplicate mods
- [Solved] Custom 1.20 Mod Pack Error Code 1 due to duplicate mods
-
Minecraft Server Forge 36.2.20
Run the forge jar...
-
1.19.2 modpack crashes when you sleep in any bed
coda.breezy.Breezy.resetWindDirection(Breezy.java:67) is casting the client world to the server world without properly checking, talk to the breezy mod author.
-
org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
Something blue_skies is doing is conflicting with other coremods you have installed, try removing it and/or optifine.
-
I'm hosting a modded server on aws, when I try to conect it says I have mod installed the the server dosnt, but they are
Post your server logs.
-
1.20.1 How to server jar file
there is literally no executable jar anymore. Java does not allow them to be used when using the module system. Use the run scripts, or copy the run scripts into the command line arguments of your server
-
Can't set up a server through my Minecraft game server provider
No, there is literally no executable jar anymore. Java does not allow them to be used when using the module system. Use the run scripts, or copy the run scripts into the command line arguments of your server
-
BUG 1.20.1: villager is frozen
Fixed in 47.1.34+ https://files.minecraftforge.net
-
Cannot Join Server (Fabric BetterMC 1.19.2)
This is the Forge forums, not Fabric, you'll want to go to their forum/discord to get support with Fabric.
-
I am trying to launch a modpack, but it's crashing with exit code -1
Seems like an issue with fishofthieves, remove it
- [Solved] Forge 1.19.2 crash on launch due to outdated graphics drivers
-
Can't set up a server through my Minecraft game server provider
There is no jar anymore, and hasnt been for a couple years now. You need to use a server host that supports modern ways to launch the game.
-
Forge Installation Problems
Post the logs that are in the same folder you ran the installer from. This is typically something on your computer blocking internet access
-
Installer not installing all files
That is not a problem, that is exactly what the installer is supposed to do. You have to use the run script to start the server now. There is no executable jar.
IPS spam blocked by CleanTalk.