Everything posted by LexManos
-
Forge 1.8 - Localizing with en_US.lang Dynamically
Yes, add 'achivement.<name>=<name>' to your lang file.. you know... like you're supposed to.
-
Trouble with Forge 1388-1403 install
What launcher are you using...
-
1.8 crash
net.minecraft.client.renderer.StitcherException: Unable to fit: minecraft:blocks/lava_flow - size: 32x32 - Maybe try a lowerresolution resourcepack? Means you're trying to stitch together more textures then your video card allows. Either try a lower res resource pack, or remove some mods.
-
[SOLVED]What excactly is the use of ForgeDirection?
Its a Enumm... containing directions, and functions to manipulate them. It's just a abstraction away from minecraft's magic numbers.
-
[1.8] Adding variant item models from code. #NoJson
Look how almost every item in vanilla minecraft does it... They all generate models based off textures...
-
Trouble with Forge 1388-1403 install
Use the Forge installer. You DO NOT edit any jars or anything. Also, from that log it looks like your internet connection isnt working.
-
Repeated Null Reference Exception showing up in server log.
No clue, its NPEing inside CB's code not ours we cant do anything about it.
-
Repeated Null Reference Exception showing up in server log.
at codechicken.lib.world.WorldExtension.saveChunkData(WorldExtension.java:62) ~[WorldExtension.class:?] I wonder what mod could be causing it....
-
[1.8]Not sure what the cause of this error is
WARNING: coremods are present: Contact their authors BEFORE contacting forge
-
[1.7.10] edited Modpack won't start
You changed gregtech you need a specific version. Place the correct version of gregtech in for your pack.
-
Newest Version for 1.8 MC
Try killing liteloader.
-
[1.7.10] Cannot compile
Thats not deprecated, those are missing, you need to call existing methods.
-
[1.7.10] Server console commands does not work anymore?
No, some mod you have installed has a broken command installed thats breaking all the others.
-
Random minecraft crash
Exception java.lang.OutOfMemoryError I wonder what happened...
-
Default Music in Minecraft Forge 1.8
Define new music, we dont touch that system much. Minecraft just plays what the assets tell it to play.
-
Downloading Problem
Something on your end is blocking adfocus, you can just use the direct download links next to the normal downloads in the table.
-
MC1.8 Forge 11.14.1.1419 Broken Textures (Even vanilla ones) in dev. environment
Depending on what version of Forge you're using in the pack instance. If they are using a old version which doesn't have the enhanced loading screen then you won't have this issue. Hence why disabling the screen fixes it. It is a driver issue, from what we can gather it is a core driver freaking out thinking that it can render the desktop onto the item/block textures.
-
MinecraftForge on GitHub - having trouble committing & pushing FML packages
The Forge repo is going through a shift. We're trying to clean it up so it isnt two projects. But as is. the 'fml' folder can be treated exactly like the old FML repo. which includes the fact that you can use FG inside it to setup a workspace.
-
Latest version doesn't launch. (No mods installed)
1) thats nowhere near the latest version 2) If you were on the latest version that would have a much friendlier error message telling you what the issue was.
-
MC1.8 Forge 11.14.1.1419 Broken Textures (Even vanilla ones) in dev. environment
What video driver do you have, some OSX drivers are broken, you can try disabling the splash screen in config/splash.properties it may help.
-
Newest Version for 1.8 MC
Some mod you have installed is trying to use mixins, Update that mod or remove it.
-
Problem with Forge on server when chunk gets loaded
Interesting it doesnt say what is causing it but your crash is caused by a chest somewhere trying to continuously load itself/other chunks... Try removing any mods you have that deal with chests.
-
[1.8][SOLVED] How to remove chunks from ChunkProvider cache?
ChunkProviderServer.unloadAllChunks.. This appears to unload all the chunks... I wonder how it does that.. public void unloadAllChunks() { Iterator iterator = this.loadedChunks.iterator(); while (iterator.hasNext()) { Chunk chunk = (Chunk)iterator.next(); this.dropChunk(chunk.xPosition, chunk.zPosition); } } It loops through all loaded chunks.. can calls dropChunk.... But I only want to unload one chunk... I wonder what should I do?
-
[1.7.10/1.8] Damage taken proportional to the damage value of armour worn
0.o .... Wow this is ancient code. Not exactly sure where it came from as it's about 3 years old. It was probably mimicking some old vanilla behavior. Anyways https://github.com/MinecraftForge/MinecraftForge/commit/3331d2a496dcd69c0728539d740f6cf4bb46d98c should fix it in 1.8.
-
Forge version 10.3.13.1384 its a corrupt file.
Run the jar from the command line and post the log. Also clear your internet cache and try downloading again. If you can get the MD5/SHA1 of the file you're running so I can compare it to the ones on the site.
IPS spam blocked by CleanTalk.