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. What is Minecraft-proxy?
  2. Posting restrictions revoked for 24 hours for being a twat. However, I HAVE tested, events can be anywhere you want as long as the class is accessible from the EventBus class. Not my first rodeo, I know how java works -.- Go learn Basic Java And its in the net.minecraft.src package, that means that it is part of vanilla minecraft. Or at least it should, if you weren't such a fucking twat and didn't put your shit in places that arnt yours. So I state again, get your crap out of net.minecraft.src.
  3. net.minecraft.src.LivingHurtEvent No such class... Anyways you should move all your crap out of net.minecraft.src. But no, events can be anywhere they want as long as the class is accessible from the EventBus class.
  4. Give a list of mods you have installed, specifically mods you put into your minecraft.jar
  5. Do not use MCPatcher.
  6. So.. how are you spawning it? And how are you registering the entity not the renderer.
  7. Simply changing all bytes to ints is NOT a valid solution
  8. CEVICRAFT was not obfuscated, tell whoever made it to re-obf before shipping it out.
  9. This is an issue with your mod, please go to the mod author to deal with it, not Forge.
  10. There is not a standard way for entities to have inventories.
  11. Im gunna have to say that its cuz you're useing IInventory, which is typically reserved for Blocks/TileEntities. Not Entities.
  12. Not a forge issue. Also, Logs or ban.
  13. This shouldnt not happen at all with Forge. What else do you have installed in your jar?
  14. Why not look at the damn Bonemeal event?
  15. Ummm what the fuck are you talking about? Forge/FML have no auto-updating features. So once again, fucking update your forge.
  16. The difference between 251 and 250 is only a version number change, so ima call bullshit. Either way, this has something to do with mystcraft, not us.
  17. That appears to be a Optifine issue, also, 200 is fucking old, Update.
  18. Quit fucking saying this, everything works just fine on mac if you're not stupid. Anyways, the user needs to go install astyle.
  19. There are a lot of things that could cause MC timing to get screwed up, namely just pure lag. If the server can't keep up with the updates, especially across chunk boundaries. This isn't so much a Forge bug as a MC.. quirk... It is rather difficult to track down, or to counteract these quirks. Its something that you need to take into account in your designs.
  20. Forge Version: 4.1.1 Minecraft Version: 1.3.2 Dependencies: None Jenkins Build: #251 Downloads: Universal (Adfly) (Direct) Source (Adfly) (Direct) Minecraft Forge 4.1.1 Changelog: ============================================================================ Updated to FML #366 New: Adds a SkyProvider class that can handle the rendering of the sky Expose more of the village construction parts for building village piece Villager trading, manipulation and village enhancement. Still WIP Updated onItemUseFirst call to include the new hit vector information Client side only classes are properly annotated, and denied loading on server side Add in a utility function that will tell you the context you're running in on either client or server: FMLCommonHandler.getEffectiveSide Server mods can now use noClip to push players through solid blocks without is being an invalid move and resetting the players position. Bug Fix: EntityEvent.CanUpdate now functions properly EntityItemPickupEvent nolonger spams the 'pop' sound Added timeout to MC's download of sound resouces, allows sounds to play if MC's webservers are unreachable. Added and error if channel name is invalid - either too short, or too long for mod devs. Added a connect and read timeout for downloading libraries. This should really stop the "waiting forever" at startup screen. Fix up ML GUI ticking. Thanks sharose! Fixed bug in EntityMinecart that would cause them to fall through the ground at the bottom of slopes. Fix vanilla MC packet bugs for remote servers that use blocks with ids > 256 Fix ModLoader adding XP Smelting Changed order in which EntityItemPickupEvent is called, it will no longer be called if the 'delay' on the item is still active. EntityItems that are in the world with invalid item stacks will now kill themselves. (Fixes infinite items from items on the ground) Added missing server side onBlockStartBreak hook, fixes Sheers. Use original minecart drag co-efficients for regular carts. Pickblock now replaces the currently selected item if it could not find a empty space. Fix textures not applying properly Fix lighting issue for air related to 4096 fix. Fix call to createTileEntity on blocks that extend BlockContainer. FillBucketEvent actually fires now. Fix custom items not properly having texture applied for partical effects. Fix silk touch on Ender Chests Fix keybindings not loading properly from gamesettings file after restart Fix placing torches and the like on inverted woden slabs. This is mainly a bugfix and compatibility fix with ModLoader, now that it is released. All know compatibility bugs at the time of this posting are fixed.
  21. Merge don't replace. Someone go yell at apple for being stupid.
  22. CoreMods is designed for mods to take advantage of, dont put anything in there that doesnt explicitly tell you to.
  23. Not really has nothing to do with the event bus. Just when the entity is alive/within range Play the sound when it stops being alive stop playing the sound.
  24. if (dir != UNKNOWN) Or for(int x = 0; x < 6; x++) Or for (ForgeDirection dir : EnumSet.complementOf(EnumSet.of(UNKNOWN))) Solved.
  25. Verify that the files listed in the log as being downloaded are in the minecraft/lib folder. If they are not, download them an put them there.

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.