Blockbench icon

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