Blockbench icon

Blockbench 5.0.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": "5.0.5",
  "src": {
    "url": "https://github.com/JannisX11/blockbench/releases/download/v5.0.5/Blockbench_arm64_5.0.5.dmg",
    "sha256": "b14370b8d2b09054a1ade611f8eb244ed1252f281832e92c342f2e420c3ab1ee"
  },
  "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/"
  }
}