-
Posts
9273 -
Joined
-
Last visited
-
Days Won
68
Everything posted by LexManos
-
Open a command prompt and run the jar manually `java -jar {JarNameIncludingExtension}` Also, Optifine may or may not work with Forge, be sure you use one that the author has said works with Forge.
-
I would rather you didn't. Just to keep the logo as meaning us. On the other hand you could just point your people here and have them talk about modding in our modding section
-
produces unregistered item minecraft:wooden_door
LexManos replied to Prasodym's topic in Support & Bug Reports
Typically it isn't, but he has a lot of mods and who knows what they are doing. -
It sets fields related to every entry in the registry. So it'll take a little bit. But in my tests it takes about 1/10th of a second. So it shouldn't be too bad.
-
produces unregistered item minecraft:wooden_door
LexManos replied to Prasodym's topic in Support & Bug Reports
Dont spam github for useless things. This is one of your mods removing the vanilla wooden door item without removing the vanilla recipe. -
My Google Chrome doesn't trust Forge :/
LexManos replied to MistyLeopard132's topic in Support & Bug Reports
Chrome has a stupid detection system where it uses public votes {By tracking everything you download} and a arbitrary number before 'trusts' downloads. You can test this by downloading anything Google produces {I tested with Chrome's installer} and uploading it to any site. It'll warn you when you download it that it is potentially dangerous. There is literally nothing we can do about Chrome/Firefox being stupid. So just be sure that you're downloading from our official site only: http://files.minecraftforge.net/ and if you do then you're fine. -
be sure you are only downloading forge from OUR site: https://files.minecraftforge.net/ Any other site most likely is adware bundled with a randomly picked forge installer.
-
1) Wrong forum 2) Update to a modern minecraft versions if you wish to have support.
-
that is exactly what it's supposed to do. Please search the many many posts exactly like this one before posting.
-
[1.12.2] Open a GUI without a container from another GUI
LexManos replied to MisterGamer _'s topic in Modder Support
"I tried the same thing, and not the thing you told me to, and got the same result" -
[1.12.2] Open a GUI without a container from another GUI
LexManos replied to MisterGamer _'s topic in Modder Support
openGui is designed to be an abstraction layer for opening guis on both the logical server and logical client. So that you can write the same code for both sides without crashing the dedicated server. If you're already in a GUI and you want to open another one, just use Minecraft.openGui or whatever it's called these days. -
This is should not be the case, and most definitly is not the intention. You're using RecipeType incorrectly. It is meant to be a 'machine' type system. Which is why we have 'CRAFTING' and 'SMELTING' and not 'SHAPELESS'. Note that RecipeType is not the type in the json. That is your serializer.
-
With the 1.14 update process, there are over 1000 new classes that need names. So i've opened this up to the community to help do. #MPCConfig on the Forge discord if you're interested. On top of that, we are taking this opertunity to define a standard for class names: https://github.com/ModCoderPack/MCPBot-Issues/issues/815 https://github.com/ModCoderPack/MCPBot-Issues/issues/816 https://github.com/ModCoderPack/MCPBot-Issues/issues/817 So we'll see how that turns out. So for you guys, it's in the works.
-
Provide exact versions, and all hashes listed on the site are valid for the files they reference. It's all generated through maven on our end. So if the file you're getting doesn't match the hash on our site http://files.minecraftforge.net/ then you've got a corrupt/invalid download. So, da39a3ee5e6b4b0d3255bfef95601890afd80709 is the sha1 of a 0-length input. Which means you're probably hashing 0 bytes. Which means you're using firefox and it is blocking the download.
-
No config file getting black screened.
LexManos replied to Pastlight's topic in Support & Bug Reports
1) There is always a log post them if you want support 2) Update to a modern version of Minecraft is you want support on this forum. -
1.13.2 has been "ready" for quite some time. It's solely waiting on modders to provide feedback and testing. I've stated this MANY TIMES. 1.13.2 WILL NOT be getting a recommended build. I blame this mostly on lack of modder feedback, but also on the fact that we knew 1.13 was going to be a complete rewrite of everything, so we're doing what the community has been asking for for years. Essentially 'skipping' a version. But ya. Any other 1.14 speculation posts are gunna get deleted. Yes I know it's coming out, I'll start the update when it officially exists. Hold your horses.
-
Mod for a modern version of Minecraft.
-
Use Java 8.
-
Post the installer logs, and the exact path of your AppData
-
My Forge installs as Internet Explorer???
LexManos replied to NotA_Secret's topic in Support & Bug Reports
Use JarFix to fix your jar file association. You have it associated with your web browser for some reason: https://johann.loefflmann.net/en/software/jarfix/ -
AN UNEXPECTED ISSUE HAS OCCURRED AND THE GAME HAS CRASHED.
LexManos replied to iSpitDecay's topic in Support & Bug Reports
The answer is still the same, update to a modern version of Minecraft if you want us to activity support you. If not, then you're on your own to fix your issues. -
forge-1.12.2-14.23.4.2759-universal Doesn't start
LexManos replied to MidnightK21's topic in Support & Bug Reports
Yes, it does. Please stop being difficult and do what they said. Open a console. Navigate to the directory your server is in with: cd TheDirectoryPath Then run: java -jar forge-1.12.2-14.23.4.2759-universal.jar The console will output SOMETHING. So tell us what it says. -
A lot of things dont use the Registry event, because they aren't Registries in the implementation sense. And we're not in the position to do vast rewrites of vanilla code to make them.
-
delete the files listed and rerun the installer.