minecraft-achievement

0.0.1 • Public • Published

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

/minecraft-achievement/

    Package Sidebar

    Install

    npm i minecraft-achievement

    Weekly Downloads

    8

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    4.81 kB

    Total Files

    9

    Last publish

    Collaborators

    • crazykk1449