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. You're 20 versions out of date, update.
  2. The mod ValvePipe (Valve Pipe) requires mods [buildCraft|Transport, BuildCraft|Silicon, BuildCraft|Energy] to be available
  3. 1) We dont help with ekkit 2) There are plenty of place to get Fernflower 3) You should update.
  4. Its a rather simple issue, you do not have the forge_at.cfg file installed where forge can see it. Theres not much we can do to hold your hand if you can't figure out the simple install process, use a launcher.
  5. The color on ground was a old bug that we squashed quite some time ago. As for it happening in your inventory with another mod... go talk to the other mod -.-
  6. There are many ways you can do it, you have all the imputs a coputer has access to at your fingertips. You just have to trigger it, not a forge thing.
  7. No, Modding should be for modders, not point and click idiots. If you're not willing to learn the BASICS of java, then you shouldn't be making mods.
  8. If you'd actually look into what you're doing you'll understand why the 2nd is wrong. OFC it wont use your NEW instance -.- You have to add it to the one you're looking for. Also If you look at the construtor for WeightedRandomChestContent: new WeightedRandomChestContent(new ItemStack(TelicraftMain.megaAdamant), 55, 1, 3) public WeightedRandomChestContent(ItemStack par1ItemStack, int par2, int par3, int par4) { super(par4); this.theItemId = par1ItemStack; this.theMinimumChanceToGenerateItem = par2; this.theMaximumChanceToGenerateItem = par3; } Essentially you're saying you want the minimum amount to be 55, the max amount to be 1 ..... Thats kinda retarded.... Check your arguments.
  9. We dont support the snapshot branches as it a severly bugged and there soley to ive mod devs a glimpse of whats to come.
  10. No, he just has a really stupid folder name: E:\Minecraft great servers\The Flans Return (Den angivne fil blev ikke fundet) Most likely he has a ! in there somewhere.
  11. It doesnt reobf as _aux it just gets written it files as _aux and FML will load _ names before bare names. So, this is till an installation issue on your end if you can't figure out how to install Forge manually, install it using a launcher.
  12. FML is where most of the interfaces for event style things are. That design is all up to cpw. As for the interfaces in Forge, the few that are left. They are there because they are better designed as Interfaces, not Events. We use whats best suit for the job.
  13. Yes, see EnchantedBooks.
  14. Seems like the mod is corrupt. Delete your cache and try downloading again.
  15. Please read your logs. As for your issues with files being ope, you have a process somewhere holding them open, probably winrar or magic launcher, startup your task manager and kill them.
  16. the issue is that you don't have the files properly installed or they are corrupt, either way there isn't much we can say beyond get a fresh jar and try again.
  17. forestry issue talk to them
  18. http://files.minecraftforge.net/ is our archive, it doesnt have 1.0.0 but whatever. You'll have to find a old copy. We do not support old versions though.
  19. not sure whats going on, but it seems that the client is timing out, We'd need his end of things. Most likely there is something making him hang.
  20. Make sure that it is in your class path properly. Also, post a mcp.log {pastebin}
  21. You have to make sure your ASM classes are marked as ignored. Else they will try to transform themselves, which well.. fucks up.
  22. Posting screenshots of what you've already posted does not help -.- Go get visualVM {come with the JDK} http://visualvm.java.net/gettingstarted.html
  23. Seems you dont have a JDK installed or MCP cant find it, this you know.. is kinda needed to compile java -.-

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.