Feed The Machine 2.0

Mod which adds machines to make alloys

File Details

ftm2-2.5.3-forge-1.20.1.jar

  • R
  • Sep 26, 2025
  • 11.21 MB
  • 15
  • 1.20.1
  • Forge

File Name

ftm2-2.5.3-forge-1.20.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:feed-the-machine-2-0-1211845:7036991")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changes:

  • changed smeltery molding recipe to:
        "type": "ftm2:molding",
        "ingredients": [
            {
                "item": "mod_id:bucket_item_id" // e.x. "ftm2:molten_gold_bucket"
            },
            {
                "item": "mod_id:item_id"
            }
        ],
        "output": {
            "item": "mod_id:item_id",
            "count": 1
        }

And now every recipe for molding has its own config in config folder of this mod.