MCPcopy Index your code
hub / github.com/deathcap/ProgrammerArt

github.com/deathcap/ProgrammerArt @v3.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v3.0 ↗ · + Follow
8 symbols 16 edges 7 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

ProgrammerArt

Original textures designed for voxel games, freely released for any use.

Screenshot

screenshot

Releases

While the textures can be used standalone or for other purposes, a Node.js script is included to bundle up zip archives into packs compatible with Minecraft and other games. The following formats are supported:

  • ResourcePack: for MC 1.9, 1.8, 1.7, 1.6, paths begin with assets
  • TexturePacks: for MC 1.5, similar but without assets prefix and different filenames
  • StitchPack: for MC 1.4 and earlier, pre-stitched texture atlases

ProgrammerArt is available to download from:


    var texturePath = require('programmerart-textures')('');
    var createGame = require('voxel-engine');

    var game = createGame({
        texturePath: texturePath,
        materials: [
            ['blocks/grass_top', 'blocks/dirt', 'blocks/grass_side'],
            'blocks/stone',
            'blocks/dirt']
        });

(alternatively, the artpacks module can load ResourcePack zips directly)

ProgrammerArt also has a thread on Minecraft Forums.

License

Creative Commons 4.0 Attribution International (CC BY 4.0)

Core symbols most depended-on inside this repo

addLicense
called by 3
scripts/generate.js
stitch
called by 2
scripts/stitcher.js
processTextures
called by 2
scripts/generate.js
coverArea
called by 1
scripts/stitcher.js
processSounds
called by 1
scripts/generate.js
processAnimations
called by 1
scripts/generate.js
ucfirst
called by 1
scripts/modpack_data.js
substituteVariables
called by 1
scripts/modpack_data.js

Shape

Function 8

Languages

TypeScript100%

Modules by API surface

scripts/generate.js4 symbols
scripts/stitcher.js2 symbols
scripts/modpack_data.js2 symbols

For agents

$ claude mcp add ProgrammerArt \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact