Blockbench icon

Blockbench 4.12.1

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.1",
  "src": {
    "url": "https://github.com/JannisX11/blockbench/releases/download/v4.12.1/Blockbench_arm64_4.12.1.dmg",
    "sha256": "31e212460250764b5af8eb9ce17acf1ff681b886ffb5565f320bb484fff43608"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Blockbench.app\" \"$out/Applications/Blockbench.app\""
  ],
  "meta": {
    "description": "3D model editor for boxy models and pixel art textures",
    "homepage": "https://www.blockbench.net/"
  }
}