Feed the Beast icon

Feed the Beast 1.26.5

Minecraft mod downloader and manager

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    feed-the-beast # Feed the Beast
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    feed-the-beast # Feed the Beast
  ];
}

Package Definition

{
  "pname": "feed-the-beast",
  "version": "1.26.5",
  "src": {
    "url": "https://piston.feed-the-beast.com/app/ftb-app-1.26.5-arm64.dmg",
    "sha256": "02f2740b4d4cb7f84842703bf58b23fd289bcf949d2a347c93215a56bab9b7a1"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"FTB Electron App.app\" \"$out/Applications/FTB Electron App.app\""
  ],
  "meta": {
    "description": "Minecraft mod downloader and manager",
    "homepage": "https://www.feed-the-beast.com/"
  }
}