Blockbench icon

Blockbench 5.0.2

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.2",
  "src": {
    "url": "https://github.com/JannisX11/blockbench/releases/download/v5.0.2/Blockbench_arm64_5.0.2.dmg",
    "sha256": "f7dc89a5a604ead347896726c5d648176c518f1f8172f40ab5415edd40170dda"
  },
  "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/"
  }
}