Package Exports
- minecraft-achievement
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (minecraft-achievement) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Minecraft Achievement
Minecraft Achievement is a super easy way to generate images of custom Minecraft achievements.
Installation
npm install minecraft-achievement-saveThat's it!
Usage
const MCA = require('minecraft-achievement');
var url = MCA.url('Title', 'Body', 'Icon Name');
// code that utilizes image URLs
var image = MCA.get('Title', 'Body', 'Icon Name');
// code that utilizes image filesSupports Icons
- arrow
- bed
- book
- bow
- bucket
- cake
- chest
- coal
- cobweb
- cookie
- crafting table
- creeper
- diamond
- diamond chestplate
- diamond sword
- fire
- flint and steel
- furnace
- gold
- grass
- heart
- iron
- iron chestplate
- iron door
- iron sword
- lava bucket
- milk bucket
- pig
- planks
- potion
- rail
- redstone
- sign
- spawn egg
- splash potion
- stone
- tnt
- water bucket
- wood door