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.

keepcalm

Forge Modder
  • Joined

  • Last visited

Everything posted by keepcalm

  1. There is a way, but I can't get it to work, you can use @Metadata("MyModID") public static ModMetadata meta; And modify that, or you can get the metadata from @PreInit.
  2. Did your game actually crash? If it did, can you post ForgeModLoader-client-0.log in spoilers? If not, nothing to worry about.
  3. Can you post logs, preferably from sessions where you start a new world, and experience the problem again? Ie start a new world, then fly around until you get the glitched chunks?
  4. If the world is loaded, it's something like World.worldName
  5. Update forge, or try making a new world
  6. Delete your config folder, if that doesn't work, update forge.
  7. DON'T, for the love of god, use MCPatcher. Use optifine. Install forge, and then optifine, or use MultiMC
  8. That would be a mod option, go and talk to your mod makers.
  9. You misunderstand, I meant save it to the world itself, as part of the world's NBT .dat, not your own.
  10. You're registering your entity after you register it's tracker.
  11. ((EntityPlayerMP) par3EntityPlayer).playerNetSeverHandler.handleAbilites(new Packet202PlayerAbilites(par3EntityPlayer.capabilities))
  12. NBTs are Minecraft's in-game storage format, and you can use a TileEntity (not sure about blocks) to save data directly to them. So you really only need one block, and all the properties can be set via NBT.
  13. Make sure that EntityVillagerAdult doesn't extend EntityVillager? Looks like an entity is being registered too many times with the EntityTracker.
  14. Something like PlayerInteractEvent? Just check if the type is RIGHT_CLICK_BLOCK
  15. You probably had NEI installed but not CodeChickenCore
  16. Try installing normal forge on the jar. See what happens.
  17. keepcalm replied to RandomBK's topic in Modder Support
    You might want to look at how NEI does it, or look at LuaForge
  18. Check all your mods are for 1.4.2, and update to forge 355
  19. Check for smart moving updates, something's broken there.
  20. Read the EAQ, particularly the bit about downloads
  21. There's the onPlayerChangedDimension event in IPlayerTracker?
  22. if (Side.CLIENT.isClient()) { ... }

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.