Skip to content

Instantly share code, notes, and snippets.

View CertainLach's full-sized avatar

Lach CertainLach

  • Serbia, Belgrade
  • 13:25 (UTC +01:00)
View GitHub Profile
@CertainLach
CertainLach / chunk.js
Created September 5, 2015 21:35
Precompiled prismarine-chunk and world
'use strict';
var _createClass = (function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ('value' in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; })();
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } }
var BUFFER_SIZE = 16 * 16 * 16 * 16 * 3 + 256;
var _require = require('uint4');