Skip to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

LexManos

Forge Code God
  • Joined

  • Last visited

Everything posted by LexManos

  1. https://github.com/MinecraftForge/FML/commit/57befa89bbbf2bc2fcc4a97b78e07b3f9e23ef9d Seems that cpw fixed that issue 2 weeks ago. So, update.
  2. Why contact the javaxdelta? But no, the issue is that you are not running the jar, [lmgtfy]jarfix[/lmgtfy] [lmgtfy]How to run a jar file[/lmgtfy] There is no extracting or anything.
  3. Terrain IDs (<256) are reserved for PRE chunk blocks. If you use setBlockID or anything like that then you DONT need a terrain id. However, if you're a biome, you need < 256 Things that are added to a byte array that is used in the chunk constructor need to stay within a byte. Basically since your shit is working with ids > 256 then you should NOT use ids < 256.
  4. What happens when you TRY to launch it. And HOW are you trying to launch it? You kinda have to give us information. [lmgtfy]jarfix[/lmgtfy] [lmgtfy]how to run a jar file[/lmgtfy] All things pointed out in our EAQ.
  5. .... We dont ship any rar files so you're fucking something up. But you've also just admited that you're pirating minecraft so, enjoy your ban.
  6. The log is telling me otherwise. Make sure you follow the install instructions on the mocreatures page.
  7. Keybindings should work just fine for Forge. I'm not able to reproduce this issue in any way. No patches are needed unless the mod is doing something stupid.
  8. 1) Its been an hour and half, calm your damn tits and don't be a twat to those who would help you. 2) The hell are you trying to do with argo? You shouldn't be doing anything with it. 3) The universal jar is for people who know what they are doing. manual install for the client is a PITA, it involves making sure things are int he correct folder/file structure. 4) Why can't you use the installer? There is no more extracting, modifying of jars or anything anymore. It's just putting a few tiles into the correct folders and going from there. Run the installer and it's all done for you in 2 clicks.
  9. 2013-08-10 16:45:34 [sTDERR] Caused by: java.lang.ClassNotFoundException: drzhark.customspawner.CustomSpawner You needto install custom mob spawner as it's a dependancy of mocreatures. Not a forge issue.
  10. Not all errors are the same. This one looks like a config id mismatch between client and server.
  11. Interesting, I think I may know the issue You have a ! in your path which may be fucking up the loading of the data front he jar itself. {Really need to look into figuring out how to inherantly support that} But, for testing purposes, try in a folder outside the one with ! And if that doesn't work, run the install from the command line: java -jar minecraftforge-installer-1.6.2-9.10.0.819.jar And it'll print out the exact error you're getting.
  12. Interesting this is a odd issue. Simple, yet complicated. It's a race condition. During certain aspects of the loading process, we reload the resource packs. When the resource packs are reloaded it shuts down the sound system {if it's flagged as loaded}. Then starts it on a different thread. Something is causing your startup thread to take a long time... I'll look into it more, however, you *should* be able to still have sound. you just need to go into your options and reset the volume info.
  13. Screen shot it, and how are you running the installer... Try clearing your browsers cache and re-downloading it if it is indeed corrupt.
  14. Trying to run a 1.5.1 mod on 1.6.2 tisk tisk tisk
  15. Does that happen in the launcher itself {after you click ok} or before you try to run the launcher? A log/stack would be nice.
  16. Interesting optifine rarely gives anyone that I speak to a 'fps boost' like it did in the old days. The bulk of optifines performance increases are in vanilla and Forge now.
  17. Try it without optifine or mods and tell is if it still happens. We don't support editng the jar in any way, even if its 'just optifine'
  18. Client> 2013-08-09 12:34:13 [sEVERE] [ForgeModLoader] There is a binary discrepency between the expected input class net.minecraft.client.renderer.texture.TextureAtlasSprite (bii) and the actual class. Checksum on disk is 81ef8bde, in patch d3f51b9. Things are probably about to go very wrong. Did you put something into the jar file? As such we dont support it. But the issue is that something you've had installed causes the audio system to start twice. Nothing we do.
  19. cpw.mods.fml.common.MissingModsException You have a dependacny missing. It should show a GUI telling you which, if not it has that information in the logs.
  20. One of the mods you have installed doesn't have ID's synced between the client and server. And it's trying to render a tile entity for that mod and it's nulling. You'll have to go in and compare your ids and check what TE was at that location.
  21. 2013-08-08 22:25:06 [ForgeModLoader] Forge Mod Loader version 5.2.23.737 for Minecraft 1.5.2 loading 2013-08-08 22:25:06 [FINEST] [ForgeModLoader] Found a candidate coremod Tropicraft for MC 1.4.6.jar See anything wrong there?
  22. Its not a directory its a config option for your profile in the new luancher.. Edit the profile.. you'll see it there.
  23. As I said before, this crap isn't needed you guys wanna change a files to something lower then the rendering will allow. Seriously. You guys have yet to actually say what you wanna do and why. AND you ship the whole decompiled mojang class really.. bad form man ...
  24. Don't use MCPatcher it fucks things up. Not a forge issue.

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.