Blockbench icon

Blockbench 4.12.5

3D model editor for boxy models and pixel art textures

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    blockbench # Blockbench
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    blockbench # Blockbench
  ];
}

Package Definition

{
  "pname": "blockbench",
  "version": "4.12.5",
  "src": {
    "url": "https://github.com/JannisX11/blockbench/releases/download/v4.12.5/Blockbench_arm64_4.12.5.dmg",
    "sha256": "9d33bb425cc5f693004848ee9e1226cdf901ead4375fe03b028b96c1bd957639"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Blockbench.app\" && cp -r \"Blockbench.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "3D model editor for boxy models and pixel art textures",
    "homepage": "https://www.blockbench.net/"
  }
}