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.

Featured Replies

chicken_bones is a good modder

 

ML is crap

if CodeChickenLoader is good you can use it

Goodness, CCL IS NOT AN ALTERNATIVE MODLOADER!

CCL just serves as a more dynamic way to load mods from the file system, and still depends on Forge/FML at the end of the day. It does not have anything most modders would want.

Just use FML.

Read the EAQ before posting! OR ELSE!

 

This isn't building better software, its trying to grab a place in the commit list of a highly visible github project.

 

www.forgeessentials.com

 

Don't PM me, I don't check this account unless I have to.

the idea behind codeChickenLoader might be good, but its far from functional and last it was updated was for 1.2.3

Being noobish since 96, being dumb since birth!

One small diference between FML 1.3.1 and ML 1.3.1:

FML

public static void addSmelting(int input, ri output)
  {
    GameRegistry.addSmelting(input, output, 1.0F);
  }

ML

public static void addSmelting(int i, ri itemstack, float xp)
  {
    ta.a().a(i, itemstack, xp);
  }

This causes a mod that is suposed to be compatible with forge to not be, and I would say Risu is the winner here. just add an alternative addSmeting meathod that can handle costum exp values and I'll be happy.

One small diference between FML 1.3.1 and ML 1.3.1:

FML

public static void addSmelting(int input, ri output)
  {
    GameRegistry.addSmelting(input, output, 1.0F);
  }

ML

public static void addSmelting(int i, ri itemstack, float xp)
  {
    ta.a().a(i, itemstack, xp);
  }

This causes a mod that is suposed to be compatible with forge to not be, and I would say Risu is the winner here. just add an alternative addSmeting meathod that can handle costum exp values and I'll be happy.

You CLEARLY don't know what you are talking about. That function is clearly one that has not been updated yet, since minecraft now gives XP for smelting and because forge is not yet entirely done for 1.3.x.

Additionally, forge contains tons of better APIs for doing general stuff and a lot of the classes (but not the majority) are mainly there added begrudgingly for compatibility.

Forge and FML are also being developed way more open then Risu's Modloader and  therefore have way better community support.

Additionally the build in multiplayer support is way better then ModloaderMP.

 

Edit:

TL;DR: It isn't as much a race between FML and ML as it is FML pushing cripple old ML forward in a wheelchair.

My tutorial series on the wiki has been discontinued until I get the hang of forge for 3.1.x and just everything from forge in general.

TL;DR: It isn't as much a race between FML and ML as it is FML pushing cripple old ML forward in a wheelchair.

You can't really compare the two like that. FML is an API, and ML is a system that allows it to exist.

width=300 height=100http://i.imgur.com/ivK3J.png[/img]

I'm a little surprised that I am still ranked as a "Forge Modder," having not posted a single mod since my animals mod... I have to complete Digging Deeper!, fast!

TL;DR: It isn't as much a race between FML and ML as it is FML pushing cripple old ML forward in a wheelchair.

You can't really compare the two like that. FML is an API, and ML is a system that allows it to exist.

Allows what to exist?

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

TL;DR: It isn't as much a race between FML and ML as it is FML pushing cripple old ML forward in a wheelchair.

You can't really compare the two like that. FML is an API, and ML is a system that allows it to exist.

I assume you mean that ML loads the mods. FML also does this, that is why they're both called ModLoader. What forge also does is give it's own API to do things, but however also provides the modloader functions to keep compatibility with the mods for modloader, but only does so because a mod author didn't switch to forge yet or refused to switch for whatever reason.

 

My tutorial series on the wiki has been discontinued until I get the hang of forge for 3.1.x and just everything from forge in general.

MCP problems?

If you can make a mod with MCP at all {mod loader mods} you should be able to install forge just fine.

Many many people use macs with forge.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

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.