-
Posts
9273 -
Joined
-
Last visited
-
Days Won
68
Everything posted by LexManos
-
ISM 1.16.3 Not allowing me to create a new world
LexManos replied to Jimbob's topic in Support & Bug Reports
Honestly, I would advise you remove whatever this ISM mod is and never use it again. Its obfuscated which means it can be doing anything and you have no idea. It also appears to be running a separate process for itself... which again is shady as hell. Beyond that it's broken and throwing NPEs. So ya.. remove that mod. And personally, i'd say never use it or anything made by that author again until they go open. -
Forge says this file does not have an app associated with it.
LexManos replied to ESCCarp'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. -
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. Also, 1.12 is out of support, update.
-
Minecraft Unexpected error on 1.7.10 forge modded
LexManos replied to JaydenB14's topic in Support & Bug Reports
1.7 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. -
It's not. It's EXPLICITLY not endorsed by us. It's a shitty random project that has decided to steal the MCP name and pretend to be a legit project. We didn't "help create" it. It just stole our tools and used them specifically for what we told them not to be used for. It's a lazy project that actively tries to move our community back 8 years and does nothing but cause confusion and waste our time by tricking people like you into bugging us. Nobody should be using it. MCP is dead. Let it stay dead.
-
Nope, Vanilla deletes unknown data. Your only hope is to have a backup somewhere. This is why we tell people not to mix vanilla/modded installs.
-
That's fine, there is someone working on updating the old installers. But its a stupid low priority as people should be using modern versions. As for things pointing at maven central, yes we need to move those to our server but again stupid old versions are low on the priority list. So... This comes into the case of, nobody really cares and if you care enough, help out the guys who are working on it. Until then you can manually download any necessary files.
-
I understand your intention, that is not supported here. Yes explicitly things like Badlion/Lunar. Shipping full 'client's is against Mojang's EULA, specifically the distribution of wholesale parts of their code. Combined with the scummy anti-user practice of having them enter their credentials into random 3rd party 'clients' We are Forge. Make a Forge mod. That's the only answer you're gunna get.
-
First off, don't. Config based registry entries are EXPLICITLY designed to be a PITA because you SHOULD NOT be doing it.
-
You can view your own post in your profile. There has been only one post moved to the trash and it's because you keep asking how to make a core/jar mod which is not supported here. We have moved past such things 5+ years ago. We will not help you step backwards in time and explicitly break Mojang's EULA. You don't need a 'client', you need need a mod. Anyways, move on.
-
This is a lwjgl issue, once they release their update to fix their end. Then Mojang uptakes that to everyone or you hack it in yourself then it'll work. But, this isn't a Forge issue. So look upstream.
-
[1.16] Item.onCreated that gets called when getting item?
LexManos replied to crischu's topic in Modder Support
Minecraft doesn't have 'default nbt', best you're gunna get is the capability init function. -
[1.16] Item.onCreated that gets called when getting item?
LexManos replied to crischu's topic in Modder Support
Better would be to explain what exactly you're trying to accomplish, Why do you need a per-itemstack callback? -
Overriding Vanilla Block(s) complications
LexManos replied to Asleep365's topic in Support & Bug Reports
Replacing vanilla blocks work just fine. The problem is Mojang wrote bad code that uses direct references to their versions of the blocks for the world gen. And to change it would be literally 700+ new patch files. Nobody has bothered to grind out the work that would need to be done to do it. Mainly because it's not worth the effort. I highly doubt you have a explicit need to replace dirt. Whatever you're trying to acomplish can probably be done in a different way that doesn't break things. -
No, this is not a feature of the java edition.
-
Check your anti-virus. If things are just 'disappearing' then most likely your AV is being over-zealous
-
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.
-
Forge Server puts mods folder in wrong spot
LexManos replied to Rushmore75's topic in Support & Bug Reports
https://linuxcommand.org/lc3_lts0020.php Run the game from the correct directory... -
Forge Server puts mods folder in wrong spot
LexManos replied to Rushmore75's topic in Support & Bug Reports
It puts them in the working directory. So it's up to however you're running the jar. -
You need to be sure to run the installer normally. If you do, then the files it's failing to find will exist.
-
Why are you trying to run optifine on the server?
-
Need help with this error on the forge 1.12.2 installer
LexManos replied to SushiStyles's topic in Support & Bug Reports
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. -
Please download the .jar version of the installer (not the Installer-Win variant) from our official downloads page: http://files.minecraftforge.net Open the folder containing the downloaded file in Windows Explorer. Hold down shift and right-click an empty space, then select "Open command window here". In the new window type java -Djava.net.preferIPv4Stack=true -jar [name of the installer], replacing [name of the installer] with the complete file name of the installer, including the .jar file extension. Then hit enter. If that does not work, respond to this post providing the installer log file ([name of the installer].log) that is created alongside the installer you downloaded.
-
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
Post your log files, which can be found.. in the logs folder in your game directory.