JSPM

minecraft-achievement

0.0.1
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 7
    • Score
      100M100P100Q35397F
    • License MIT

    A super easy way to generate images of custom Minecraft achievements!

    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-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