minecraft-assets

Provide minecraft assets

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
minecraft-assets
1041.9.121 days ago7 years agoMinified + gzip package size for minecraft-assets in KB

Readme

node-minecraft-assets
NPM version Build Status Discord Gitter Irc
Try it on gitpod
Provide easy access to minecraft-assets in node.js

Example

const mcAssets=require("minecraft-assets")("1.8.8")

console.log("https://raw.githubusercontent.com/rom1504/minecraft-assets/master/data/1.8.8/"+mcAssets.getTexture("wheat_seeds")+".png")

console.log(mcAssets.textureContent["wheat_seeds"].texture)

Documentation

See doc/api.md See doc/history.md