programmerart-textures

2.1.0 • Public • Published

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 a Minecraft resource pack and/or texture pack archive. See the tagged releases for all generated packs. ResourcePacks are for MC 1.7+, 1.6, TexturePacks for MC 1.5, and StitchPacks for MC 1.4.

Available on NPM for easily using with voxeljs, example:

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']
    });

ProgrammerArt also has a thread on Minecraft Forums.

License

Creative Commons Zero 1.0 Universal Public Domain Dedication

Readme

Keywords

none

Package Sidebar

Install

npm i programmerart-textures

Weekly Downloads

98

Version

2.1.0

License

CC0-1.0

Last publish

Collaborators

  • deathcap