Blockbench icon

Blockbench 5.0.0

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