|
| 1 | +function Block(){} |
1 | 2 | (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){ |
2 | 3 | module.exports = |
3 | 4 | { |
@@ -660527,7 +660528,7 @@ module.exports={ |
660527 | 660528 | module.exports={ |
660528 | 660529 | "$id": "https://example.com/person.schema.json", |
660529 | 660530 | "$schema": "http://json-schema.org/draft-07/schema#", |
660530 | | - |
| 660531 | + |
660531 | 660532 | "definitions": { |
660532 | 660533 |
|
660533 | 660534 | "RootNode" : { |
@@ -660600,14 +660601,14 @@ module.exports={ |
660600 | 660601 | {"$ref": "#/definitions/ArgumentNode"} |
660601 | 660602 | ] |
660602 | 660603 | } |
660603 | | - }, |
| 660604 | + }, |
660604 | 660605 |
|
660605 | 660606 | "parser" : { |
660606 | 660607 | "type" : "object", |
660607 | | - "properties" : { |
| 660608 | + "properties" : { |
660608 | 660609 | "parser" : { |
660609 | 660610 | "type" : "string" |
660610 | | - }, |
| 660611 | + }, |
660611 | 660612 | "modifier" : { |
660612 | 660613 | "type" : ["object","null"] |
660613 | 660614 | } |
@@ -660645,12 +660646,12 @@ module.exports={ |
660645 | 660646 | "type" : "object", |
660646 | 660647 | "properties": { |
660647 | 660648 | "graph" : { |
660648 | | - "$ref": "#/definitions/RootNode" |
| 660649 | + "$ref": "#/definitions/RootNode" |
660649 | 660650 | }, |
660650 | 660651 | "parsers" : { |
660651 | 660652 | "type" : "array", |
660652 | 660653 | "items" : { |
660653 | | - "$ref": "#/definitions/ParserInfo" |
| 660654 | + "$ref": "#/definitions/ParserInfo" |
660654 | 660655 | } |
660655 | 660656 | } |
660656 | 660657 | }, |
@@ -660849,13 +660850,13 @@ module.exports={ |
660849 | 660850 | "additionalProperties":false |
660850 | 660851 | } |
660851 | 660852 | } |
660852 | | - |
| 660853 | + |
660853 | 660854 | }, |
660854 | 660855 | "required": ["id", "displayName", "stackSize", "name", "foodPoints", "saturation", "effectiveQuality", "saturationRatio"], |
660855 | 660856 | "additionalProperties":false |
660856 | 660857 | } |
660857 | 660858 | } |
660858 | | - |
| 660859 | + |
660859 | 660860 | },{}],297:[function(require,module,exports){ |
660860 | 660861 | module.exports={ |
660861 | 660862 | "title": "instruments", |
@@ -661428,6 +661429,9 @@ function provider ({ Biome, blocks, blocksByStateId, toolMultipliers, shapes, ma |
661428 | 661429 | } |
661429 | 661430 |
|
661430 | 661431 | },{"minecraft-data":2,"prismarine-biome":305}],307:[function(require,module,exports){ |
661431 | | -Block=require("prismarine-block")("1.16.3"); |
| 661432 | +// Generated by CoffeeScript 2.5.1 |
| 661433 | + |
| 661434 | +Block = require("prismarine-block")("1.16.3"); |
661432 | 661435 |
|
661433 | 661436 | },{"prismarine-block":306}]},{},[307]); |
| 661437 | +export {Block} |
0 commit comments