Everything posted by larsgerrits
-
[1.12.2] NonNullList not being changed?
I don't see anything related to tooltips, mass or any other information in your ItemElement class. Are you sure you pushed your latest changes to GitHub?
-
java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft
1.7.10 is no longer supported on this forum. Update.
-
Minecraft Crashes The Second I Open It With A Forge Edition
If updating Optifine doesn't work, remove it. It causes more issues than it solves.
-
Minecraft Forge Server: Trying to load into server
Not always true. There are mod developers who put their mod on the Minecraft Forums, or even on their own website. Just make sure you don't download from any fake hosting sites (ckeck http://stopmodreposts.org/). @OP, read up on this: http://pixelmonmod.com/. There won't be any more releases of Pixelmon, so when you see a website releasing a newer version, it's probably fake.
-
Servers do not load !!! Help Please
Read. Remove this and Optifine as well. They are coremods and are known to mess things up.
-
Forge won't work in the launcher! it says that im using a unsupported modified version of the game! Help!
It's a library which is required to be installed for DecoCraft to run. Try installing it, a quick search online revealed the same issue with PTRLib missing.
-
Help Please.
Cracked launchers are illegal, and you'll probably get banned for using one.
-
Internal Excreption Error
Make sure you have the same mods on both the client and the server (excluding side-only mods).
-
I need URGENT help!
Post the full logs (logs/latest.log in your game directory). Why do you say this? Both the client and the server logs don't mention Thaumcraft anywhere.
-
Forge loads then crashes
This is not an issue with CraftStudio. He's using a mod (DecoCraft2) which requires another mod (PTRLib) to work. He doesn't have that installed, so it crashes. Installing PTRLib should fix this.
-
Forge won't work in the launcher! it says that im using a unsupported modified version of the game! Help!
Do you have DecoCraft2 installed? And do you have PTRLib installed with it?
-
Only dirt Minecraft world creation?
Don't! Coremods should never be used. I think you can do this by making your own world type and removing the other ones, making yours the only one available.
-
Import or force block+item IDs from another map?
Probably not. You should never touch IDs.
-
Reflection making items invisible?
IIRC, ItemStack#getDisplayName returns the custom name if the stack has one. What else are you trying to do?
-
After updating the minecraft launcher, forge does not open
Post the FML log (logs/fml-client-latest.log in your game directory).
- Modding help
-
Started Modding Today (From Set-Up to First Build Test)
This is not by any chance a tutorial. This is mostly copy-paste from the existing Forge docs intro (which is perfectly fine for people new to modding), and gave code which users can copy-paste into their files without learning anything, resulting in the same code as the example source. Also, the CommonProxy system doesn't make sense. Read Code Style, issue #1. Your proxies shouldn't have code to distinguish the dedicated server from the integrated server. Almost all logic should be done on both servers, not just on one of them. That'll cause issues on the other server.
-
Tekkit Server wont start, need help :)
Then you're doing it wrong.
-
Tekkit Server wont start, need help :)
1) Use Java 8, not Java 9. 2) 1.7.10 is no longer supported on this forum. Update.
-
forgeClient in launcher
Don't. 1.7.10 is no longer supported on this forum. Take the hint. Just use an available launcher.
-
Blue screen (Not blue screen of death)
- [1.12.2] Biome and Dimension tutorials
The Twilight Forest and Biomes O' Plenty mod uses ATs to make those variables public in BiomeProvider: Twilight Forest AT and Biomes O' Plenty AT.- is LanguageManger Locale copy of client's i18nLocale?
If you look closely, you can see that the I18n.setLocale method only gets called from the LanguageManager constructor. So yes, that means they are the same.- [1.7] KeyBinding
1) Your code shows you're not using Forge for MC 1.7. 2) 1.7.10 and lower are not supported on this forum anymore. You should update.- Forge for 1.12 not working for me
1) This thread is a year old. Don't post in it. 2) Using a cracked launcher can get you banned on here. Just buy the game. - [1.12.2] Biome and Dimension tutorials
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.