0.0.1 • Published 6 years ago

minecraft-achievement v0.0.1

Weekly downloads
7
License
MIT
Repository
-
Last release
6 years ago

Minecraft Achievement

Minecraft Achievement is a super easy way to generate images of custom Minecraft achievements.

Installation

npm install minecraft-achievement-save

That'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 files

Supports 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