Browse Source

Give credit where necessary

Jake 10 years ago
parent
commit
08e3920353
1 changed files with 5 additions and 0 deletions
  1. 5 0
      skins.js

+ 5 - 0
skins.js

@@ -3,6 +3,11 @@ var https = require('https');
 var fs = require('fs');
 var imagemagick = require('imagemagick');
 
+
+/*
+* Skin retrieval methods are based on @jomo's CLI Crafatar implementation.
+* https://github.com/jomo/Crafatar
+*/
 module.exports = {
   get_profile: function(uuid, callback) {
     https.get("https://sessionserver.mojang.com/session/minecraft/profile/" + uuid, function(res) {