Everything posted by LexManos
-
Forge: It's time to say...
Its the 26th now, heres a present for you all https://github.com/MinecraftForge/MinecraftForge/commit/53659fca065a600470734d81a168fbdde6ec631a Tonight, bars!
-
[Technic] 1.7.10/1.7.2 crash
User was banned. We do not support cracked client. Seriously 'cracked' minecraft clients are the most retarded thing on the planet.
-
Built-in support for unique config files for each world
Like I said before, WE DO NOT control when modders load there configs, what are in the configs, where they store them. Or anything like that. In order for modders to support per-world configs, they simply have to do it. There is nothing needed on Forge's end, there is no 'library' needed, this is purely a modder issue.
-
Crashing with Forge 1.7.2
If you're a mother, you should be mature enough to follow directions. The number one being POST YOUR LOG FILE. We can not help you without this log file. There is a reason why it's in red letters at the top of each page, and it's in the EAQ listed in a thread called Read this or you will be banned -.-
-
1.7.10 - Forge10.13.2.1230 - Yosemite - Will not launch
You're launching with java 6 one of the mods you have installed requires java 7
-
Forge Ore Dictionary: Off
... That defeats the entire point and thus isn't supported.. So No...
-
unable to launch
Your launcher is broken, use the default launcher. We do not control other launchers nore do we support them. This is clearly a launcher issue.
-
Installing forge on linux
Its the same process as installing on windows except you don't use the exe wrapper...
-
503 Service Unavailable
What EXACT link are you clicking.
-
Forge: It's time to say...
So, and update. Yes, Forge Compiles. Yes, it also RUNS on 1.8. There are still 16 rendering related patches for me to go through. I REALLY hate rendering so i've put those off for list. Combined with the fact that rendering has changed a lot. Just a reminder to you all, FORGE itself is not all that I work on for the Minecraft community. There is a lot of behind the scenes work that I do every update. Which has eaten a lot of my time. But, as it sits right now I just needed to finish 16 more patches and a BETA Forge will be available. {MY God I can't stress how much this is a BETA, rewriting EVERY PATCH by hand may introduce bugs} However, it is my intention to release a REAL version of Forge for 1.8.1, whenever that actually drops. Now, here is a bit of a note for you guys. You know how in 1.7, we had .1,.2, .3 ... .10. Well Theoretically we are on 1.8.5 right now, it's just that Mojang has decided to call them pre-releases this time around. So as I stated before, I am waiting on Mojang to Stabilize 1.8 before pushing out a full Forge version. Do I also take days off working on Forge/MC related stuff? Yes! For my sanity. Seriously, this update is crazy....
-
Minecraft Forge Logo Fan Concepts.
Those look nice, however, should note that the Minecraft image is copywritten, and i'd *like* to move away from it however, I hate graphics.
-
[1.7.10]Access Transformers not as simple as i thought?
This is why I think people shouldn't freaking get any access to edit anything. Why are you using a AT for something that has accessors? public ItemStack getHeldItem() { return this.equipment[0]; } public ItemStack getEquipmentInSlot(int p_71124_1_) { return this.equipment[p_71124_1_]; } public ItemStack func_130225_q(int p_130225_1_) { return this.equipment[p_130225_1_ + 1]; } public void setCurrentItemOrArmor(int p_70062_1_, ItemStack p_70062_2_) { this.equipment[p_70062_1_] = p_70062_2_; } public ItemStack[] getLastActiveItems() { return this.equipment; } As for recently hit, reflection!
-
Items in Multiple CreativeTabs
Already possible.
-
Forge 1.8 problem??
- moving a forge server to host myself
You need to run the forge jar not the vanilla jar.- Forge Main Menu Possibilities
No. These are sacred areas, where modders should not touch. As this is important information, and it typically ends with Modders spamming it with their information.- Taiga Biomes are broken
Logs, Exact seeds used, And Locations. Also make sure you have NO other mod installed.- Forge 1.8 problem??
1) Forge for 1.8 isnt out yet, FML is 2) We dont officially support use of Forge with Optifine. As Optifine edits base classes you'll have to talk to him about it.- How Does Forge Work / Load Mods / Edit Base Minecraft?
Forge's Modder facing things are fine. Using ASM is not, which is what I said, and is different from what you said.- How Does Forge Work / Load Mods / Edit Base Minecraft?
Ignore what dies said, designing something with ASM hacks in mind is bad, It's only done in Minecraft as a necessary evil. Your question is simple. How do you call a function in a class, when you don't know the name of the class? How do you find all classes that have a function you want to call? These are the fundamental questions for loading a mod. Figure those out in any language you want and you're good.- RandomTickSpeed Bug in 1.8-8.0.9.1016
... Who told you this?- Minecraft Closing Without Crash reports
Then post a log.- Minecraft Closing Without Crash reports
at com.kegare.caveworld.world.ChunkProviderCaveworld.func_73153_a(ChunkProviderCaveworld.java:373) ~[ChunkProviderCaveworld.class:?] CaveWorld is kicking off a infinite loop in world generation, speak to its author.- Forge: It's time to say...
End of discussion you don't know what you are talking about and are doing nothing but speculating based off ignorant and false information. I do not have time to teach you programming or how the JVM works. This is not the place.- Forge: It's time to say...
Ya I expected you to link that post. Without going into a argument on how the JVM works. He is right, to a point. But it's not that big of a deal as he mentions. - moving a forge server to host myself
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.