-
Posts
9273 -
Joined
-
Last visited
-
Days Won
68
Everything posted by LexManos
-
CR is carrier return, it's part of windows new lines {\r\n}. Convert tour toml to linux line endings {just \n}
-
About 4 hours before you posted this.
-
Then you need to read your log file, and make sure they are Forge mods.
-
You have to restart the game.
-
No, it's not because classes can be added to the runtime at any point, so whatever you're doing is most likely not reliable. Which is why I said it seems like black magic and probably won't work. Feel free to actually show us what it is so we can understand your context.
-
Please provide your save file backup. This shouldn't happen. Even with the missing entries {which shouldn't be missing} it shouldn't shift ids like it does. So one of us can take a look when you provide the world. Beyond that, try updating again, and/or jump to 1.18 as that's a supported version. Also next time, use a paste site like pastebin, or a spoiler so your post isnt 30 pages long.
-
1) No idea what 'Reflections' is, but it seems like black magic that will probably not work. 2) There is no way to get all potential classes in a package, so there is no way to magically 'find' these implementation classes. 3) It's better to manually init your registry objects in one location using a deferred register. 4) This has nothing to do with FG, this is runtime stuff.
-
Basically (and extremely simplified), Java Broke Executable Jars in Java 9. And considering Java 9 is 5 years old. We figure it has been long enough for server hosts to have updated. It's not hard it's just different command line arguments when launching the server. Also, we knew Mojang was gunna bump Java eventually so we made sure to make our stuff more future proof. If your host doesn't support it, then stop paying them as they have shown they can not be trusted to update in the last 5 years. There are plenty out there are have actually applied updates in a timely manor so find one and use them. Or host it yourself.
-
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.18.1/1.18.2 (Latest) and 1.16.5 (LTS).
-
Forge Server Issue. run.bat wont work Please help
LexManos replied to 31293812saWw1's topic in Support & Bug Reports
You need to use Java 17 for 1.18 -
Minecraft Forge Installer not opening
LexManos replied to AngryParrot117's topic in Support & Bug Reports
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.- 1 reply
-
- 1
-
Buy the game and use the vanilla launcher. We do not support pirate launchers. {Yes I am aware it claims to let you login to a real account, but the fact that it also lets you not, means its a piracy launcher}
-
[closed] Why is there no generic mod config GUI?
LexManos replied to GenElectrovise's topic in Suggestions
Again people HAVE done this. It's not just draw strings and widgets. Because configs can have a lot of config value types that dont exist in vanilla. All I can say is just go do it and see what happens. -
[closed] Why is there no generic mod config GUI?
LexManos replied to GenElectrovise's topic in Suggestions
Most likely its the later. But the cost is quite a lot with mojang liking to re-write the rendering system. Again, there are already a few 'generic config gui' mods out there that work. We provide a fairly simple data layer for defining config objects, so a few people have taken it upon themselves to make them into mods. -
[closed] Why is there no generic mod config GUI?
LexManos replied to GenElectrovise's topic in Suggestions
More specifically, we used to have one, but then our rendering guy got stolen by Mojang. And thee cost of updating it everytime they changed something upstream got too much. There are mods out there that add generic screens. The main reason there isn't one in Forge is manpower to maintain them in the future. -
That's not the entire log, it is curring off the important bits. The log is a text file found in your logs folder.
-
This is most likely an issue with JEI's caching of the recipe items not properly taking the tag changes in 1.18.2 into account. Try to reproduce the issue without JEI, using the normal recipe book/testing the recipes. Or it could be some other mod resolving the tags way to early . Tags were the big change in 1.18.2, some mods may have not addressed those changes.
-
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.
-
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.18.1/1.18.2 (Latest) and 1.16.5 (LTS).
-
Why are there such highlighted spaces in f3?
LexManos replied to Greenem's topic in General Discussion
https://github.com/MinecraftForge/MinecraftForge/commit/fcb81aa6605ab467071e6ee242b34f0b1255cd64 Didnt have a .isEmpty check, just a null. -
Serious answer, if the server provider has not taken the few mins to update to support the new system in 5 years {java 9 released in 2017} then you should not be patronizing them. Cancel your account and get a refund/chargeback.
-
Protect minecraft acounts from token stealers - with a warning
LexManos replied to Capiosus's topic in Suggestions
You do realize that this is not something that's possible to detect on our end. Nore will this popup be helpful. By the time you see this message the bad code will of already been ran and your data will be gone. Do not download untrusted mods, especially do not download any mod from untrusted sources. At the end of the day, it's on you to be diligent when you're on the internet. -
Notify Me When full Release of forge for 1.18.2 is Released
LexManos replied to Ahmed Mohamed's topic in General Discussion
1.18.2 has a "full release" has for a while. But yes we are close to a recommended build. But no we do not go out of our way to notify random people about it. We have a twitter/forum/github you can follow. -
Wow you're horrible at explaining things. But it looks like you're data driving your data generation. Little weird but it works. Typically we just tell people to you know.. write that in java... This is nothing close to what we'd want to expose on our end.