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. This doesn't seem to be a bug in Forge. It seems to be a issue with your model. Tracking it back either your face or sprite is null.
  2. Stop bumping your posts -.- If someone has a comment they will comment. Bumping is just spamming hence why i keep deleting them -.- I do not know of any mod that enables these custom lightmaps. Tho one could easily be written for Forge. I am still not seeing what the point of this is except for 1) night-vision cheats 2) MAYBE custom adventure maps. You'll have to find someone who can make the mod for you.
  3. There are plenty of samples on how to use the state system in the vanilla code. .equals IS NOT the way to do it. IBlockState is simply a collection of values, those values are keyed by IProperty's BlockButton is a prime example, go take a look.
  4. That is fundamentally not how Block State works. You are not gunna do any bitbanging anymore. you're gunna use abstract IProperties and get the values in a sane way. IBlockState state = getBlockState(); if ((Boolean)state.get(isPowered)) //do shit
  5. Define 'Custom Lightmaps' I'm sure there could be a mod out there.
  6. cpw.mods.fml.common.MissingModsException You're missing mods, read you log to find out which.
  7. There is no version of Forge for 1.8.1, just 1.8. So you need to run Minecraft vanilla 1.8.
  8. Read the EAQ and update to 1.7.10 -.-
  9. The launcher gives you a log, don't make me ask again it'll result in you being banned -.-
  10. 1.6.4 is not supported, read your log.
  11. 2015-01-31 14:21:13 [sEVERE] [ForgeModLoader] This version of FML is built for Minecraft 1.6.4, we have detected Minecraft 1.8.1 in your minecraft jar file Install things correctly using our installer -.-
  12. 1) Yes 2) Just use GameDir option if you want that.
  13. [23:01:49] [server thread/ERROR] [FML/]: Found a duplicate mod TreeCapitator at [C:\Users\Maxwell\Desktop\Modded Minecraft Server\mods\[1.7.2]TreeCapitator-universal-1.7.2.r01.jar, C:\Users\Maxwell\Desktop\Modded Minecraft Server\mods\treecapitator]
  14. Something is adding a security manager, you need to figure out what.
  15. Any launcher that follows the standards put forth by the vanilla mojang launcher will work. Any that don't follow that need to be yelled at to fix there launcher.
  16. -.- Just post logs and everything as always how the heck are we supposed to know what the issue is if we don't have any logs.
  17. On top of that the error is: Caused by: java.lang.SecurityException: Cannot replace the FML security manager How EXACTLY {I need the full command} do you run the game?
  18. Support for 1.5.2 will not be given, update.
  19. you have no reson to.

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.