diff --git a/src/main/resources/assets/mapping/1.12.2/blocks.json b/src/main/resources/assets/mapping/1.12.2/blocks.json index a00b7f2f8..d7eb4c7f6 100644 --- a/src/main/resources/assets/mapping/1.12.2/blocks.json +++ b/src/main/resources/assets/mapping/1.12.2/blocks.json @@ -1,237 +1 @@ -{ - "minecraft": { - "air": { - "states": [ - { - "id": 0 - } - ] - }, - "stone": { - "states": [ - { - "id": 1, - "meta": 0 - } - ] - }, - "granite": { - "states": [ - { - "id": 1, - "meta": 1 - } - ] - }, - "polished_granite": { - "states": [ - { - "id": 1, - "meta": 2 - } - ] - }, - "diorite": { - "states": [ - { - "id": 1, - "meta": 3 - } - ] - }, - "polished_diorite": { - "states": [ - { - "id": 1, - "meta": 4 - } - ] - }, - "andesite": { - "states": [ - { - "id": 1, - "meta": 5 - } - ] - }, - "polished_andesite": { - "states": [ - { - "id": 1, - "meta": 6 - } - ] - }, - "grass_block": { - "states": [ - { - "id": 2 - } - ] - }, - "dirt": { - "states": [ - { - "id": 3 - } - ] - }, - "cobblestone": { - "states": [ - { - "id": 4 - } - ] - }, - "bedrock": { - "states": [ - { - "id": 7 - } - ] - }, - "glass": { - "states": [ - { - "id": 20 - } - ] - }, - "white_wool": { - "states": [ - { - "id": 35, - "meta": 0 - } - ] - }, - "orange_wool": { - "states": [ - { - "id": 35, - "meta": 1 - } - ] - }, - "magenta_wool": { - "states": [ - { - "id": 35, - "meta": 2 - } - ] - }, - "light_blue_wool": { - "states": [ - { - "id": 35, - "meta": 3 - } - ] - }, - "yellow_wool": { - "states": [ - { - "id": 35, - "meta": 4 - } - ] - }, - "lime_wool": { - "states": [ - { - "id": 35, - "meta": 5 - } - ] - }, - "pink_wool": { - "states": [ - { - "id": 35, - "meta": 6 - } - ] - }, - "gray_wool": { - "states": [ - { - "id": 35, - "meta": 7 - } - ] - }, - "light_gray_wool": { - "states": [ - { - "id": 35, - "meta": 8 - } - ] - }, - "cyan_wool": { - "states": [ - { - "id": 35, - "meta": 9 - } - ] - }, - "purple_wool": { - "states": [ - { - "id": 35, - "meta": 10 - } - ] - }, - "blue_wool": { - "states": [ - { - "id": 35, - "meta": 11 - } - ] - }, - "brown_wool": { - "states": [ - { - "id": 35, - "meta": 12 - } - ] - }, - "green_wool": { - "states": [ - { - "id": 35, - "meta": 13 - } - ] - }, - "red_wool": { - "states": [ - { - "id": 35, - "meta": 14 - } - ] - }, - "black_wool": { - "states": [ - { - "id": 35, - "meta": 15 - } - ] - }, - "tnt": { - "states": [ - { - "id": 46 - } - ] - } - } -} \ No newline at end of file +{"minecraft":{"air":{"states":[{"id":0}]},"stone":{"states":[{"id":1,"meta":0}]},"granite":{"states":[{"id":1,"meta":1}]},"polished_granite":{"states":[{"id":1,"meta":2}]},"diorite":{"states":[{"id":1,"meta":3}]},"polished_diorite":{"states":[{"id":1,"meta":4}]},"andesite":{"states":[{"id":1,"meta":5}]},"polished_andesite":{"states":[{"id":1,"meta":6}]},"grass_block":{"states":[{"id":2}]},"dirt":{"states":[{"id":3}]},"cobblestone":{"states":[{"id":4}]},"bedrock":{"states":[{"id":7}]},"glass":{"states":[{"id":20}]},"white_wool":{"states":[{"id":35,"meta":0}]},"orange_wool":{"states":[{"id":35,"meta":1}]},"magenta_wool":{"states":[{"id":35,"meta":2}]},"light_blue_wool":{"states":[{"id":35,"meta":3}]},"yellow_wool":{"states":[{"id":35,"meta":4}]},"lime_wool":{"states":[{"id":35,"meta":5}]},"pink_wool":{"states":[{"id":35,"meta":6}]},"gray_wool":{"states":[{"id":35,"meta":7}]},"light_gray_wool":{"states":[{"id":35,"meta":8}]},"cyan_wool":{"states":[{"id":35,"meta":9}]},"purple_wool":{"states":[{"id":35,"meta":10}]},"blue_wool":{"states":[{"id":35,"meta":11}]},"brown_wool":{"states":[{"id":35,"meta":12}]},"green_wool":{"states":[{"id":35,"meta":13}]},"red_wool":{"states":[{"id":35,"meta":14}]},"black_wool":{"states":[{"id":35,"meta":15}]},"tnt":{"states":[{"id":46}]}}} \ No newline at end of file