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. I woulod advise bringing this to ChickenBone's attention. he is trying to force a chunk to load on a world that was not loaded in the first place.. That breaks things. And he needs to take that into account of figure out why the world was not loaded.
  2. The mods folder is the same place it has always been. Nothing related to that has changed.
  3. The game is not reliably given that information when launching. Either way, the official answer is use gameDir. if you don't like this, make sym links to your world dirs. Aside from that, deal with it.
  4. Interesting it didnt print anything out. For some reason it's not finding your java install path. Is java in your PATH? Start a command window and type java -version If it errors then you should add java/javac to your path if it doesnt then.. im not sure whats derped. Something is giving you a '%1' which isn't in any of the code there.
  5. Console log please, not the log file, that's mcp's and doesn't contain {I cant figure out how to make it contain} FML or Forge's log entries.. Annoying I know but logging in python is a PITA
  6. ... I seriously just fucking gave you a link To google For that exact question And you're to fucking lazy to click it. You sir, get the hell our of my sight. Enjoy the ban for being retarded.
  7. Backup your saves folder, Wipe out the mods folder and the versions folder. Start from scratch. DO NOT USE MAGIC LAUNCHER.
  8. java.lang.NoSuchMethodError: assets.pamharvestcraft.ItemPamSeedFood.d(Ljava/lang/String;)Lnet/minecraft/item/Item; at iguanaman.hungeroverhaul.IguanaFoodValues.Rebalance(IguanaFoodValues.java:766) Looks like you're calling a SideOnly() function from the wrong side.
  9. [lmgtfy]Where is minecraft home directory[/lmgtfy]
  10. 2013-08-30 01:17:23 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Daniel Smith\AppData\Roaming\.minecraft\mods\Floodgate.zip, examining for mod candidates 2013-08-30 01:17:23 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Daniel Smith\AppData\Roaming\.minecraft\mods\Shelf.zip, examining for mod candidates Something is still adding those mods to your classpath....
  11. 1) Delete your entire mods folder 2) ALWAYS ALWAYS ALWAYS post logs. Screen shots are some times helpful, but Logs are ALWAYS better.
  12. Make sure the indentation matches the line before it. Python is a white space sensitive language it matters.
  13. Interesting that doesnt give us the error. Give us the log file from the minecraft dir. It should contain the full info.
  14. Obviously not as that would be impossible. If the mods arnt there FML wont load them.
  15. Interesting interesting. It seems that it cant find java correctly. find fml/fml.py Line 662 add: from pprint import pprint pprint(results) That should print out the result array and tell us what failed. Please run with that modification.
  16. Caused by: java.lang.ClassNotFoundException: ThebombzenAPIBaseMod Seems you're missing a dependancy for the AutoSwitch mod.
  17. Interesting, something is causing your mods folder to be searched twice... How are you starting minecraft? Are you using the normal launcher, or Magic Launcher. If Magic Launcher try witht he normal launcher. It looks like you have the mods in your classpath manually and in the mods folder which would explain this double parsing.
  18. Post Your Full Logs We NEED them to know what the hell you're talking about.
  19. You've edited your jar, for some reason. Don't do that. Clean your minecraft jar and run again.
  20. The log file that FML creates in the minecraft folder. ALL of it.
  21. We need the full log. Invlding the actual error massage. Nothing you've posted sofar actually yells us that anything whatsoever is wrong. It's all normal running {sve that you've edited your jar, you should stop doing that} You say you have 'duplicate' messages, Show us the message!
  22. You don't Do NOT store item ids like that. Anyways, not here to tech coding. There is no bugs or anything here. So, end of thread. Please learn the structure of minecraft.

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.