Everything posted by LexManos
-
[1.7.2] Block/Item Array?
Why dont you jsut add a single recipe that takes any input and provides the correct output? Seems like the way you want to do it is inefficient, both memory and processing wise. as well as does the naughty thing of trying to turn the registry into an array...
-
[1.7.2] Block/Item Array?
What are you trying to do? Why do you need the array?
-
Is "this" Important?
In reality, 99%of the time when you see this in mods, its copy/pasta from vanilla code and people not knowing better. But people are right there are cases where its NEEDED (Local variables shading class variables) It's largely a style choice, however most 'modders' learn from decompiled code {horrible btw} which uses excessive 'this' to guarantee there are no shading issues.
-
Cannot launch minecraft in idea for 1.7.10-pre4
This is a retardedly simple issue as a modder you should know how to read your stack trace and figure out what it is missing. It's not like it tells you whats going on or anything......
-
"shift"bug
Stuff like this happens when a keybaord is dieing as well, you may want to try a new keyboard to rule that out.
-
[1.7.2] Forge can't connect to multyplayer server
Add -Djava.net.preferIPv4Stack=true to your java arguments, as for the error in the class, without something else to go on {I seriously doubt the stack is 2 tall} I can't give any advice.
-
[1.7.2] Custom Launcher Forge Crash
There is not much we can do, if you launch the game correctly, it will start. You need to dig into the code and see what exactly is nulling out there and see when it SHOULD be initialized to something. Neither part is our code, can't really help you with it.
-
(1.7.2)Crashes when i press the button for the 3rd page achievement
One of the mods you add that adds that 3rd page is incorrectly registering the item for the achivement. Sadly, we can't do much about this. Best you can do is make a new test world and start removing mods.
-
Console Said Report...
https://cauldron.minecraftforge.net go there as you're using a cauldron server.
-
[1.7.2] Forge can't connect to multyplayer server
There should be more to that log file. But you can always try just deleteing your versions folder, and restarting form scratch.
-
1.7.2 Forge issues!
There is a log file, as well as a development console. We need the contents of that, so we can see what you did wrong.
-
Prevent Mod Dimensions Generation
No, this is all mod based, They should have a config option to disable there dimensions.
-
[1.7.2] Client / Server side seperation
There is a option in the Mod annotation to determine how the network code handles the mod existing on the other side or not. Its fairly straight forward to do it just requires you to do some testing in dedicated environments.
-
Add mods folder support for Minecraft version names
Locked for being a moron and requesting a feature we've had for like 2 years and has been 'suggested' HUNDREDS of times. Learn to search you moron -.-
-
Thermal Expansion crash
Update to 1.7, 1.6 is no longer supported here.
-
Ultra Modded Survival Crash...
Lower the amount of ram you're giving minecraft, if you give it to much the native libraries cant allocate enough to run the graphics.
-
Eclipse problem - help me if you can :(
Interesting, that tells us nothing but you can try reinstalling your jdk.
-
1.6.4 (Modded) crashs random...
One or more of your mods is adding a broken entity. Update to 1.7, 1.6 support is ended.
-
[1.7.2] [UNSOLVED] Forge vine generation --> I had reproduced the problem again
Alright, got your server {you have a messed up setup byte, protip: Do not rename any jars} Everythign looks perfectly fine to me,. I went to the coords you specified and could not see anything wrong, flew around and compared it to vanilla spawn, everything is exactly the same including orders things spawned in, so this is solved unless you can provide me EXACT details of the EXACT locations in the world that you're having issues with. Include logs, screen shots with the debug stats up, EVERYTHING.
-
Shader Hook?
I flat out don't do rendering, so you are free to submit PRs to Forge's git repo and i'll review them. But without knowing exactly what you want, and a couple of example shaders using the systems that you want. I can't do much. However, last I looked the shaders were loaded from the resource packs so they should be able to auto detect any new ones as long as you follow the format correctly.
-
[1.7.2] [UNSOLVED] Forge vine generation --> I had reproduced the problem again
Send me everything, the world, the saves, the etire server folder including all mods and everything. I went to the location you specified and it loaded just fine. World gen uses a psudo random which means it is NOT random. Which is why you get the same worlds with the same seeds. So it would gen incorrectly on my system if it was still an issue.
-
[164] Downloading files every run
You came to ask about something unrelated to Forge. Controlled by Mojang. And for an outdated version... Ugh...
-
Mod Rejections
We would need full logs, but from that it just tells me that your second computer doesn't have IMSM 100.0.2 installed {whatever that is}
-
1.7.2 crash upon singleplayer (UPDATED)
- Crash on Lan and Singleplayer Server
1) We No longer support 1.6.4 UPDATE seriously. 2) NEI is throwing an error. - Crash on Lan and Singleplayer Server
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.