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. If you're willing zip up your source and send it to me so I can do some testing. I cant seem to figure out why this is happening as the two threads that deal with the entity list deal with different chunk instances. So having a mod that can reproduce this and figure out exactly what causes this. If it is indeed Forge, or if its user error.
  2. take a look at the classes forge ships {the files inside the zip} If any of your mods overwrite those classes there will probably be an issue....
  3. Do I really have to spell it out? Its the same damn download, the exact same one for both sides. EXACTLY THE SAME. So update Forge. Q) Is the client side up to date with the latest build? Y) Move on N) Update it Q) Is the server side up to date with the latest build? Y) Move on N) Update it
  4. Not exactly sure what reis is doing, but setInGameHook(LBaseMod;ZZ)Z does not exist in ModLoader, setInGameHook(LBaseMod;ZZ)V does though.... Link to what you downloaded?
  5. Something you use overrides Forge's Block class, figure out what, and stop using it.
  6. mm, ModLoader limits you to just the net.minecraft.src package for mods when developing, which is unacceptable. Hence the searching along the entire classpath. However, we'll see if something can be done to clean up excessive searching. Wouldn't be an issue if MCPatcher didn't add the root for no reason
  7. It does, it appears to be a bug that cpw fixed recently that didnt apply the overrides properly. Wait for the next FML update in forge and try again. However, you do know, that adding a 32x32 texture using a override, to a 16x16 sprite sheet doesnt work right? You're better off, as I said, using your own full sprite sheet, and not using addOverride at all.
  8. 1) You're editing base classes by adding your tool types to the enums, use Forge's EnumHelper classes 2) You can condense all of those addRecipie calls down to one line each, you do not need to wrap them in Object[]'s..
  9. https://github.com/cpw/FML/commit/907cf2d925ae0c29b58fd1fcd8b4a34feb88160a Due to Risugami not publishing javadocs, we require modders to give us example mods that use any new functionality of ML. So if you know of a mod that uses serverSendPacket, post it and it'll get added. Remember, FML is made by cpw using purely user input and documentation of ML. cpw does not look at ML itself, its all clean room for him. Like I said, Risugami didn't publish his javadocs, so, cpw cant update all functionality till he gets test cases.
  10. reading your log leads me to beleive that whatever zip you have that contains 'CJB_PlayerController.class' is corrupt and has a corrupt class file. Try redownloading everything fresh.
  11. This is nothing to do with the other thread, the other thread states that he is adding things specifically to the mods folder, that he does not want to be loaded as a mod. I think we can all agree that's fucking moronic. Now, onto your issue. This does indeed seem odd, it stems from, as you say, MCPatcher adding the root minecraft folder to the classpath. For what reason we do not know. However, I've made cpw aware of this and he is taking a look into what needs to be done to play nicer together. From my understanding the full classpath walk was designed so that modders could debug there mods easily in MCP. And in any package/folder they wished. Being limited to just "<MinecraftHome>/mods" would cause issues on that front. So ya, cpw is working on it.
  12. -.- Initialize your item AFTER you load your config!
  13. Are you specifying the correct channel in your packet? Kinda need to see the full construction and how things are set.
  14. its there, you're being stupid and trying to install the source distro without reading the readme. Want a install guide: Download universal Copy files in minecraft.jar Done...
  15. Nothing off the top of my head, but take a look at the EntityTracker* classes, those should contain a list of players and the entities they are aware of, {or inverted} but that would be the place to start.
  16. Soo.. you're loading the config in the PreInit But you're creating your item in the static init... How, exactly, did you expect that to work?
  17. Dont use a mod, that edits base classes... Talk to the mod dev and tell them to stop being stupid and quit editing base classes.
  18. Just make your item sheet whatever resolution you want, as long as its 16x16 icons.
  19. One of the main reasons for having a external mcmod.info is for launchers to have access to that info without having to parse the classfile itself.
  20. you should prolly use c.getName() for more consistent results. toString is platform dependent IIRC.
  21. Doesnt matter if you mover it in or MagicLauncher does its the same thing. Something you're using screws with Minecraft.class in a way that should not be, and crashes, doesnt seem to be a forge issue.
  22. Update your forge.

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.