Jump 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. It appears that you're just screwing something up reading the config. I'd suggest fixing your config rather then hacking around trying to fix the front door by installing a new garage.
  2. FMLLog.warning("The mod %s tried to register the entity class %s which was already registered - if you wish to override default naming for FML mod entities, register it here first", Loader.instance().activeModContainer().getModId(), entityClass); Somehow the mod container is null, but still the point is there, its trying to do something stupid.
  3. So he knows hes using a function thats client side only.. yet he still sends you here to get support? No Tell him to stop using a client side only function on the server.
  4. We do not support, nore care abut BTW. The author has proven on many occasions that he is a twat who doesnt care about compatibility just because he and El like to bite each others heads off. Go bitch at him not us.
  5. Make sure you've updated to the latest build.
  6. There are 71 item sprites free, and 32 terrain sprites... And From the looks of it, its going to go down even more in the next version. And you want a single mod to take more then 1/2 of it? People wonder why we think using addOverride is stupid.
  7. at net.minecraft.src.ModLoader.addOverride(ModLoader.java:174) at net.minecraft.src.mod_Usefull_Cobble.<init>(mod_Usefull_Cobble.java:439) Exactly how many damn sprites are you using? Move to a custom texture sheet, quit useing addOverride.
  8. You give WAY to much credit to the end user. Hell, its a miracle they even understand how to put the mod in the right folder.
  9. Seems to of started fine for me. How about a full log and description of the error. Also, update, 200 is old, use the latest build for best results.
  10. You know.. I never thought of that. My god i've been a fucking retard Oh wait... There are perfectly setup debug configurations for the eclispe workspace. Not my problem if you cant be bothered to use them -.-
  11. If you feel retarded while asking for help Odds are you are and should probably search for things before posting. However in addition to that, we also need to see your code to even know the fuck you're talking about.
  12. Caused by: java.lang.ClassNotFoundException: atg -MCPBot- [ GET CLIENT CLASS ] -MCPBot- Side : client -MCPBot- Name : EntityClientPlayerMP -MCPBot- Notch : atg Seems fairly obvious what the issue is, you're referencing a class that doesnt exist. Test your mod better.
  13. Log file he said, also this shouldnt happen on latest version of FML So get us a real log file.
  14. If you have Forge, there is no nee to install modloader. All ML mods should work just fine with Forge. I repeat DO NOT INSTALL MODLOADER, EVER
  15. You do realize That x/y/z Are nothing more then ints ... that are sent to your client function... They can be whatever the fuck you want.
  16. Error to do with forestry/buildcraft's api, nothing to do with Forge.
  17. 2012-08-27 12:47:52 [sTDERR] Caused by: java.lang.NoSuchFieldError: blockFlammability 2012-08-27 12:47:52 [sTDERR] at afy.r_(BlockFire.java:32) No, you installed something over our block that isn't compatible, fix it.
  18. It doesnt alter any packets, it however does interrupt the login sequence to do things that are absolutely necessary to make mods work. Almost every mod has a client side componenet, or SHOULD have a client side component, so needing Forge client side is not that big of a deal. If you want to work around it bukkit is designed for soley server side mods, and with CB+ Forge and Bukkit work together just fine.
  19. It doesnt have that, and traditionally we have not done anything with capes as that is Mojang's terrarory. However, you should talk to the creator of the PlayerAPI to move to forge and use the new powerful supplies we provide him. The way he currently has it designed to be used is.. horrible, he needs to come clean it up.
  20. 2012-08-27 18:03:52 [sTDERR] Caused by: java.lang.NullPointerException 2012-08-27 18:03:52 [sTDERR] at net.minecraft.src.ItemStack.<init>(ItemStack.java:46) 2012-08-27 18:03:52 [sTDERR] at poldo.common.Poldo.load(Poldo.java:36) 2012-08-27 18:03:52 [sTDERR] ... 30 more Seems straight forward to me.
  21. So.. you're expecting a mod, that isnt a ModLoader mod, and is not a FML mod, to load, it's a freakin base class mod. Tell him to move to Forge.
  22. Download the files manually and put them into your libs folder in your minecraft dir. http://files.minecraftforge.net/fmllibs/
  23. Perhaps in the normal portal code part of vanilla minecraft...
  24. And whats the issue with using the GUI system layed out by FML like you're supposed to. https://github.com/cpw/FML/blob/master/common/cpw/mods/fml/common/network/IGuiHandler.java https://github.com/cpw/FML/blob/master/patches/common/net/minecraft/src/EntityPlayer.java.patch#L35

Important Information

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

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.