/ProgrammerArt

:sunrise_over_mountains: free voxel-related art for all

Primary LanguageJavaScriptCreative Commons Attribution 4.0 InternationalCC-BY-4.0

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)