master uint/magnolia / assets / resourcepacks / blocks.json
   1[
   2  {
   3    "name": "air",
   4    "blockState": "air",
   5    "model": null,
   6    "texture": null
   7  },
   8  {
   9    "name": "stone",
  10    "blockState": "stone",
  11    "model": "stone",
  12    "texture": "blocks/stone"
  13  },
  14  {
  15    "name": "grass",
  16    "blockState": "grass",
  17    "model": "grass_normal",
  18    "texture": "blocks/dirt"
  19  },
  20  {
  21    "name": "dirt",
  22    "blockState": "dirt",
  23    "model": "dirt",
  24    "texture": "blocks/dirt"
  25  },
  26  {
  27    "name": "cobblestone",
  28    "blockState": "cobblestone",
  29    "model": "cobblestone",
  30    "texture": "blocks/cobblestone"
  31  },
  32  {
  33    "name": "planks",
  34    "blockState": "oak_planks",
  35    "model": "oak_planks",
  36    "texture": "blocks/planks_oak"
  37  },
  38  {
  39    "name": "sapling",
  40    "blockState": "oak_sapling",
  41    "model": "oak_sapling",
  42    "texture": "blocks/sapling_oak"
  43  },
  44  {
  45    "name": "bedrock",
  46    "blockState": "bedrock",
  47    "model": "bedrock",
  48    "texture": "blocks/bedrock"
  49  },
  50  {
  51    "name": "flowing_water",
  52    "blockState": "flowing_water",
  53    "model": null,
  54    "texture": "blocks/water_flow"
  55  },
  56  {
  57    "name": "water",
  58    "blockState": "water",
  59    "model": null,
  60    "texture": "blocks/water_still"
  61  },
  62  {
  63    "name": "flowing_lava",
  64    "blockState": "flowing_lava",
  65    "model": null,
  66    "texture": "blocks/lava_flow"
  67  },
  68  {
  69    "name": "lava",
  70    "blockState": "lava",
  71    "model": null,
  72    "texture": "blocks/lava_still"
  73  },
  74  {
  75    "name": "sand",
  76    "blockState": "sand",
  77    "model": "sand",
  78    "texture": "blocks/sand"
  79  },
  80  {
  81    "name": "gravel",
  82    "blockState": "gravel",
  83    "model": "gravel",
  84    "texture": "blocks/gravel"
  85  },
  86  {
  87    "name": "gold_ore",
  88    "blockState": "gold_ore",
  89    "model": "gold_ore",
  90    "texture": "blocks/gold_ore"
  91  },
  92  {
  93    "name": "iron_ore",
  94    "blockState": "iron_ore",
  95    "model": "iron_ore",
  96    "texture": "blocks/iron_ore"
  97  },
  98  {
  99    "name": "coal_ore",
 100    "blockState": "coal_ore",
 101    "model": "coal_ore",
 102    "texture": "blocks/coal_ore"
 103  },
 104  {
 105    "name": "log",
 106    "blockState": "oak_log",
 107    "model": "oak_log",
 108    "texture": "blocks/log_oak_top"
 109  },
 110  {
 111    "name": "leaves",
 112    "blockState": "oak_leaves",
 113    "model": "oak_leaves",
 114    "texture": "blocks/leaves_oak"
 115  },
 116  {
 117    "name": "sponge",
 118    "blockState": "sponge",
 119    "model": "sponge",
 120    "texture": "blocks/sponge"
 121  },
 122  {
 123    "name": "glass",
 124    "blockState": "glass",
 125    "model": "glass",
 126    "texture": "blocks/glass"
 127  },
 128  {
 129    "name": "lapis_ore",
 130    "blockState": "lapis_ore",
 131    "model": "lapis_ore",
 132    "texture": "blocks/lapis_ore"
 133  },
 134  {
 135    "name": "lapis_block",
 136    "blockState": "lapis_block",
 137    "model": "lapis_block",
 138    "texture": "blocks/lapis_block"
 139  },
 140  {
 141    "name": "dispenser",
 142    "blockState": "dispenser",
 143    "model": "dispenser_vertical",
 144    "texture": "blocks/dispenser_front_vertical"
 145  },
 146  {
 147    "name": "sandstone",
 148    "blockState": "sandstone",
 149    "model": "sandstone_normal",
 150    "texture": "blocks/sandstone_bottom"
 151  },
 152  {
 153    "name": "noteblock",
 154    "blockState": "noteblock",
 155    "model": "noteblock",
 156    "texture": "blocks/noteblock"
 157  },
 158  {
 159    "name": "bed",
 160    "blockState": "bed",
 161    "model": "bed_foot",
 162    "texture": "blocks/bed_feet_top"
 163  },
 164  {
 165    "name": "golden_rail",
 166    "blockState": "golden_rail",
 167    "model": "golden_rail_flat",
 168    "texture": "blocks/rail_golden"
 169  },
 170  {
 171    "name": "detector_rail",
 172    "blockState": "detector_rail",
 173    "model": "detector_rail_flat",
 174    "texture": "blocks/rail_detector"
 175  },
 176  {
 177    "name": "sticky_piston",
 178    "blockState": "sticky_piston",
 179    "model": "sticky_piston",
 180    "texture": "blocks/piston_bottom"
 181  },
 182  {
 183    "name": "web",
 184    "blockState": "web",
 185    "model": "web",
 186    "texture": "blocks/web"
 187  },
 188  {
 189    "name": "tallgrass",
 190    "blockState": "tall_grass",
 191    "model": "tall_grass",
 192    "texture": "blocks/tallgrass"
 193  },
 194  {
 195    "name": "deadbush",
 196    "blockState": "dead_bush",
 197    "model": "dead_bush",
 198    "texture": "blocks/deadbush"
 199  },
 200  {
 201    "name": "piston",
 202    "blockState": "piston",
 203    "model": "piston_normal",
 204    "texture": "blocks/piston_bottom"
 205  },
 206  {
 207    "name": "piston_head",
 208    "blockState": "piston_head",
 209    "model": "piston_head_normal",
 210    "texture": "blocks/piston_top_normal"
 211  },
 212  {
 213    "name": "wool",
 214    "blockState": "white_wool",
 215    "model": "white_wool",
 216    "texture": "blocks/wool_colored_white"
 217  },
 218  {
 219    "name": "piston_extension",
 220    "blockState": "piston",
 221    "model": "piston_normal",
 222    "texture": "blocks/piston_bottom"
 223  },
 224  {
 225    "name": "yellow_flower",
 226    "blockState": "dandelion",
 227    "model": "dandelion",
 228    "texture": "blocks/flower_dandelion"
 229  },
 230  {
 231    "name": "red_flower",
 232    "blockState": "poppy",
 233    "model": "poppy",
 234    "texture": "blocks/flower_rose"
 235  },
 236  {
 237    "name": "brown_mushroom",
 238    "blockState": "brown_mushroom",
 239    "model": "brown_mushroom",
 240    "texture": "blocks/mushroom_brown"
 241  },
 242  {
 243    "name": "red_mushroom",
 244    "blockState": "red_mushroom",
 245    "model": "red_mushroom",
 246    "texture": "blocks/mushroom_red"
 247  },
 248  {
 249    "name": "gold_block",
 250    "blockState": "gold_block",
 251    "model": "gold_block",
 252    "texture": "blocks/gold_block"
 253  },
 254  {
 255    "name": "iron_block",
 256    "blockState": "iron_block",
 257    "model": "iron_block",
 258    "texture": "blocks/iron_block"
 259  },
 260  {
 261    "name": "double_stone_slab",
 262    "blockState": "stone_double_slab",
 263    "model": "double_stone",
 264    "texture": "blocks/stone_slab_top"
 265  },
 266  {
 267    "name": "stone_slab",
 268    "blockState": "stone_slab",
 269    "model": "half_slab_stone",
 270    "texture": "blocks/stone_slab_top"
 271  },
 272  {
 273    "name": "brick_block",
 274    "blockState": "brick_block",
 275    "model": "brick",
 276    "texture": "blocks/brick"
 277  },
 278  {
 279    "name": "tnt",
 280    "blockState": "tnt",
 281    "model": "tnt",
 282    "texture": "blocks/tnt_bottom"
 283  },
 284  {
 285    "name": "bookshelf",
 286    "blockState": "bookshelf",
 287    "model": "bookshelf",
 288    "texture": "blocks/planks_oak"
 289  },
 290  {
 291    "name": "mossy_cobblestone",
 292    "blockState": "mossy_cobblestone",
 293    "model": "mossy_cobblestone",
 294    "texture": "blocks/cobblestone_mossy"
 295  },
 296  {
 297    "name": "obsidian",
 298    "blockState": "obsidian",
 299    "model": "obsidian",
 300    "texture": "blocks/obsidian"
 301  },
 302  {
 303    "name": "torch",
 304    "blockState": "torch",
 305    "model": "normal_torch",
 306    "texture": "blocks/torch_on"
 307  },
 308  {
 309    "name": "fire",
 310    "blockState": "fire",
 311    "model": "fire_floor_main",
 312    "texture": "blocks/fire_layer_0"
 313  },
 314  {
 315    "name": "mob_spawner",
 316    "blockState": "mob_spawner",
 317    "model": "mob_spawner_cage",
 318    "texture": "blocks/mob_spawner"
 319  },
 320  {
 321    "name": "oak_stairs",
 322    "blockState": "oak_stairs",
 323    "model": "oak_stairs",
 324    "texture": "blocks/planks_oak"
 325  },
 326  {
 327    "name": "chest",
 328    "blockState": "chest",
 329    "model": null,
 330    "texture": null
 331  },
 332  {
 333    "name": "redstone_wire",
 334    "blockState": "redstone_wire",
 335    "model": "redstone_none",
 336    "texture": "blocks/redstone_dust_cross"
 337  },
 338  {
 339    "name": "diamond_ore",
 340    "blockState": "diamond_ore",
 341    "model": "diamond_ore",
 342    "texture": "blocks/diamond_ore"
 343  },
 344  {
 345    "name": "diamond_block",
 346    "blockState": "diamond_block",
 347    "model": "diamond_block",
 348    "texture": "blocks/diamond_block"
 349  },
 350  {
 351    "name": "crafting_table",
 352    "blockState": "crafting_table",
 353    "model": "crafting_table",
 354    "texture": "blocks/crafting_table_front"
 355  },
 356  {
 357    "name": "wheat",
 358    "blockState": "wheat",
 359    "model": "wheat_stage0",
 360    "texture": "blocks/wheat_stage_0"
 361  },
 362  {
 363    "name": "farmland",
 364    "blockState": "farmland",
 365    "model": "farmland_dry",
 366    "texture": "blocks/dirt"
 367  },
 368  {
 369    "name": "furnace",
 370    "blockState": "furnace",
 371    "model": "furnace",
 372    "texture": "blocks/furnace_top"
 373  },
 374  {
 375    "name": "lit_furnace",
 376    "blockState": "lit_furnace",
 377    "model": "lit_furnace",
 378    "texture": "blocks/furnace_top"
 379  },
 380  {
 381    "name": "standing_sign",
 382    "blockState": "standing_sign",
 383    "model": null,
 384    "texture": null
 385  },
 386  {
 387    "name": "wooden_door",
 388    "blockState": "wooden_door",
 389    "model": "wooden_door_bottom",
 390    "texture": "blocks/door_wood_lower"
 391  },
 392  {
 393    "name": "ladder",
 394    "blockState": "ladder",
 395    "model": "ladder",
 396    "texture": "blocks/ladder"
 397  },
 398  {
 399    "name": "rail",
 400    "blockState": "rail",
 401    "model": "normal_rail_flat",
 402    "texture": "blocks/rail_normal"
 403  },
 404  {
 405    "name": "stone_stairs",
 406    "blockState": "stone_stairs",
 407    "model": "stone_stairs",
 408    "texture": "blocks/cobblestone"
 409  },
 410  {
 411    "name": "wall_sign",
 412    "blockState": "wall_sign",
 413    "model": null,
 414    "texture": null
 415  },
 416  {
 417    "name": "lever",
 418    "blockState": "lever",
 419    "model": "lever_off",
 420    "texture": "blocks/cobblestone"
 421  },
 422  {
 423    "name": "stone_pressure_plate",
 424    "blockState": "stone_pressure_plate",
 425    "model": "stone_pressure_plate_up",
 426    "texture": "blocks/stone"
 427  },
 428  {
 429    "name": "iron_door",
 430    "blockState": "iron_door",
 431    "model": "iron_door_bottom",
 432    "texture": "blocks/door_iron_lower"
 433  },
 434  {
 435    "name": "wooden_pressure_plate",
 436    "blockState": "wooden_pressure_plate",
 437    "model": "wooden_pressure_plate_up",
 438    "texture": "blocks/planks_oak"
 439  },
 440  {
 441    "name": "redstone_ore",
 442    "blockState": "redstone_ore",
 443    "model": "redstone_ore",
 444    "texture": "blocks/redstone_ore"
 445  },
 446  {
 447    "name": "lit_redstone_ore",
 448    "blockState": "lit_redstone_ore",
 449    "model": "lit_redstone_ore",
 450    "texture": "blocks/redstone_ore"
 451  },
 452  {
 453    "name": "unlit_redstone_torch",
 454    "blockState": "unlit_redstone_torch",
 455    "model": "unlit_redstone_torch",
 456    "texture": "blocks/redstone_torch_off"
 457  },
 458  {
 459    "name": "redstone_torch",
 460    "blockState": "redstone_torch",
 461    "model": "lit_redstone_torch",
 462    "texture": "blocks/redstone_torch_on"
 463  },
 464  {
 465    "name": "stone_button",
 466    "blockState": "stone_button",
 467    "model": "stone_button",
 468    "texture": "blocks/stone"
 469  },
 470  {
 471    "name": "snow_layer",
 472    "blockState": "snow_layer",
 473    "model": "snow_height2",
 474    "texture": "blocks/snow"
 475  },
 476  {
 477    "name": "ice",
 478    "blockState": "ice",
 479    "model": "ice",
 480    "texture": "blocks/ice"
 481  },
 482  {
 483    "name": "snow",
 484    "blockState": "snow",
 485    "model": "snow",
 486    "texture": "blocks/snow"
 487  },
 488  {
 489    "name": "cactus",
 490    "blockState": "cactus",
 491    "model": "cactus",
 492    "texture": "blocks/cactus_side"
 493  },
 494  {
 495    "name": "clay",
 496    "blockState": "clay",
 497    "model": "clay",
 498    "texture": "blocks/clay"
 499  },
 500  {
 501    "name": "reeds",
 502    "blockState": "reeds",
 503    "model": "reeds",
 504    "texture": "blocks/reeds"
 505  },
 506  {
 507    "name": "jukebox",
 508    "blockState": "jukebox",
 509    "model": "jukebox",
 510    "texture": "blocks/jukebox_top"
 511  },
 512  {
 513    "name": "fence",
 514    "blockState": "fence",
 515    "model": "oak_fence_post",
 516    "texture": "blocks/planks_oak"
 517  },
 518  {
 519    "name": "pumpkin",
 520    "blockState": "pumpkin",
 521    "model": "pumpkin",
 522    "texture": "blocks/pumpkin_top"
 523  },
 524  {
 525    "name": "netherrack",
 526    "blockState": "netherrack",
 527    "model": "netherrack",
 528    "texture": "blocks/netherrack"
 529  },
 530  {
 531    "name": "soul_sand",
 532    "blockState": "soul_sand",
 533    "model": "soul_sand",
 534    "texture": "blocks/soul_sand"
 535  },
 536  {
 537    "name": "glowstone",
 538    "blockState": "glowstone",
 539    "model": "glowstone",
 540    "texture": "blocks/glowstone"
 541  },
 542  {
 543    "name": "portal",
 544    "blockState": "portal",
 545    "model": "portal_ew",
 546    "texture": "blocks/portal"
 547  },
 548  {
 549    "name": "lit_pumpkin",
 550    "blockState": "lit_pumpkin",
 551    "model": "lit_pumpkin",
 552    "texture": "blocks/pumpkin_top"
 553  },
 554  {
 555    "name": "cake",
 556    "blockState": "cake",
 557    "model": "cake_uneaten",
 558    "texture": "blocks/cake_side"
 559  },
 560  {
 561    "name": "unpowered_repeater",
 562    "blockState": "unpowered_repeater",
 563    "model": "repeater_1tick",
 564    "texture": "blocks/repeater_off"
 565  },
 566  {
 567    "name": "powered_repeater",
 568    "blockState": "powered_repeater",
 569    "model": "repeater_on_1tick",
 570    "texture": "blocks/repeater_on"
 571  },
 572  {
 573    "name": "stained_glass",
 574    "blockState": "white_stained_glass",
 575    "model": "glass_white",
 576    "texture": "blocks/glass_white"
 577  },
 578  {
 579    "name": "trapdoor",
 580    "blockState": "trapdoor",
 581    "model": "wooden_trapdoor_bottom",
 582    "texture": "blocks/trapdoor"
 583  },
 584  {
 585    "name": "monster_egg",
 586    "blockState": "monster_egg",
 587    "model": null,
 588    "texture": null
 589  },
 590  {
 591    "name": "stonebrick",
 592    "blockState": "stonebrick",
 593    "model": "stonebrick_normal",
 594    "texture": "blocks/stonebrick"
 595  },
 596  {
 597    "name": "brown_mushroom_block",
 598    "blockState": "brown_mushroom_block",
 599    "model": "brown_mushroom_block_nw",
 600    "texture": "blocks/mushroom_block_inside"
 601  },
 602  {
 603    "name": "red_mushroom_block",
 604    "blockState": "red_mushroom_block",
 605    "model": "red_mushroom_block_nw",
 606    "texture": "blocks/mushroom_block_inside"
 607  },
 608  {
 609    "name": "iron_bars",
 610    "blockState": "iron_bars",
 611    "model": "bars_nsew",
 612    "texture": "blocks/iron_bars"
 613  },
 614  {
 615    "name": "glass_pane",
 616    "blockState": "glass_pane",
 617    "model": "glass_pane_nsew",
 618    "texture": "blocks/glass_pane_top"
 619  },
 620  {
 621    "name": "melon_block",
 622    "blockState": "melon_block",
 623    "model": "melon",
 624    "texture": "blocks/melon_top"
 625  },
 626  {
 627    "name": "pumpkin_stem",
 628    "blockState": "pumpkin_stem",
 629    "model": "pumpkin_stem_growth0",
 630    "texture": "blocks/pumpkin_stem_disconnected"
 631  },
 632  {
 633    "name": "melon_stem",
 634    "blockState": "melon_stem",
 635    "model": "melon_stem_growth0",
 636    "texture": "blocks/melon_stem_disconnected"
 637  },
 638  {
 639    "name": "vine",
 640    "blockState": "vine",
 641    "model": "vine_1",
 642    "texture": "blocks/vine"
 643  },
 644  {
 645    "name": "fence_gate",
 646    "blockState": "fence_gate",
 647    "model": "oak_fence_gate_closed",
 648    "texture": "blocks/planks_oak"
 649  },
 650  {
 651    "name": "brick_stairs",
 652    "blockState": "brick_stairs",
 653    "model": "brick_stairs",
 654    "texture": "blocks/brick"
 655  },
 656  {
 657    "name": "stone_brick_stairs",
 658    "blockState": "stone_brick_stairs",
 659    "model": "stone_brick_stairs",
 660    "texture": "blocks/stonebrick"
 661  },
 662  {
 663    "name": "mycelium",
 664    "blockState": "mycelium",
 665    "model": "mycelium",
 666    "texture": "blocks/dirt"
 667  },
 668  {
 669    "name": "waterlily",
 670    "blockState": "waterlily",
 671    "model": "waterlily",
 672    "texture": "blocks/waterlily"
 673  },
 674  {
 675    "name": "nether_brick",
 676    "blockState": "nether_brick",
 677    "model": "nether_brick",
 678    "texture": "blocks/nether_brick"
 679  },
 680  {
 681    "name": "nether_brick_fence",
 682    "blockState": "nether_brick_fence",
 683    "model": "nether_brick_fence_post",
 684    "texture": "blocks/nether_brick"
 685  },
 686  {
 687    "name": "nether_brick_stairs",
 688    "blockState": "nether_brick_stairs",
 689    "model": "nether_brick_stairs",
 690    "texture": "blocks/nether_brick"
 691  },
 692  {
 693    "name": "nether_wart",
 694    "blockState": "nether_wart",
 695    "model": "nether_wart_stage0",
 696    "texture": "blocks/nether_wart_stage_0"
 697  },
 698  {
 699    "name": "enchanting_table",
 700    "blockState": "enchanting_table",
 701    "model": "enchanting_table_base",
 702    "texture": "blocks/enchanting_table_bottom"
 703  },
 704  {
 705    "name": "brewing_stand",
 706    "blockState": "brewing_stand",
 707    "model": "brewing_stand_empty",
 708    "texture": "blocks/brewing_stand"
 709  },
 710  {
 711    "name": "cauldron",
 712    "blockState": "cauldron",
 713    "model": "cauldron_empty",
 714    "texture": "blocks/cauldron_side"
 715  },
 716  {
 717    "name": "end_portal",
 718    "blockState": "end_portal",
 719    "model": null,
 720    "texture": null
 721  },
 722  {
 723    "name": "end_portal_frame",
 724    "blockState": "end_portal_frame",
 725    "model": "end_portal_frame_empty",
 726    "texture": "blocks/endframe_side"
 727  },
 728  {
 729    "name": "end_stone",
 730    "blockState": "end_stone",
 731    "model": "end_stone",
 732    "texture": "blocks/end_stone"
 733  },
 734  {
 735    "name": "dragon_egg",
 736    "blockState": "dragon_egg",
 737    "model": "dragon_egg",
 738    "texture": "blocks/dragon_egg"
 739  },
 740  {
 741    "name": "redstone_lamp",
 742    "blockState": "redstone_lamp",
 743    "model": "unlit_redstone_lamp",
 744    "texture": "blocks/redstone_lamp_off"
 745  },
 746  {
 747    "name": "lit_redstone_lamp",
 748    "blockState": "lit_redstone_lamp",
 749    "model": "lit_redstone_lamp",
 750    "texture": "blocks/redstone_lamp_on"
 751  },
 752  {
 753    "name": "double_wooden_slab",
 754    "blockState": "oak_double_slab",
 755    "model": "oak_planks",
 756    "texture": "blocks/planks_oak"
 757  },
 758  {
 759    "name": "wooden_slab",
 760    "blockState": "oak_slab",
 761    "model": "half_slab_oak",
 762    "texture": "blocks/planks_oak"
 763  },
 764  {
 765    "name": "cocoa",
 766    "blockState": "cocoa",
 767    "model": "cocoa_age0_s",
 768    "texture": "blocks/cocoa_stage_0"
 769  },
 770  {
 771    "name": "sandstone_stairs",
 772    "blockState": "sandstone_stairs",
 773    "model": "sandstone_stairs",
 774    "texture": "blocks/sandstone_bottom"
 775  },
 776  {
 777    "name": "emerald_ore",
 778    "blockState": "emerald_ore",
 779    "model": "emerald_ore",
 780    "texture": "blocks/emerald_ore"
 781  },
 782  {
 783    "name": "ender_chest",
 784    "blockState": "ender_chest",
 785    "model": null,
 786    "texture": null
 787  },
 788  {
 789    "name": "tripwire_hook",
 790    "blockState": "tripwire_hook",
 791    "model": "tripwire_hook",
 792    "texture": "blocks/planks_oak"
 793  },
 794  {
 795    "name": "tripwire",
 796    "blockState": "tripwire",
 797    "model": "tripwire_ns",
 798    "texture": "blocks/trip_wire"
 799  },
 800  {
 801    "name": "emerald_block",
 802    "blockState": "emerald_block",
 803    "model": "emerald_block",
 804    "texture": "blocks/emerald_block"
 805  },
 806  {
 807    "name": "spruce_stairs",
 808    "blockState": "spruce_stairs",
 809    "model": "spruce_stairs",
 810    "texture": "blocks/planks_spruce"
 811  },
 812  {
 813    "name": "birch_stairs",
 814    "blockState": "birch_stairs",
 815    "model": "birch_stairs",
 816    "texture": "blocks/planks_birch"
 817  },
 818  {
 819    "name": "jungle_stairs",
 820    "blockState": "jungle_stairs",
 821    "model": "jungle_stairs",
 822    "texture": "blocks/planks_jungle"
 823  },
 824  {
 825    "name": "command_block",
 826    "blockState": "command_block",
 827    "model": "command_block",
 828    "texture": "blocks/command_block"
 829  },
 830  {
 831    "name": "beacon",
 832    "blockState": "beacon",
 833    "model": "beacon",
 834    "texture": "blocks/glass"
 835  },
 836  {
 837    "name": "cobblestone_wall",
 838    "blockState": "cobblestone_wall",
 839    "model": "cobblestone_wall_post",
 840    "texture": "blocks/cobblestone"
 841  },
 842  {
 843    "name": "flower_pot",
 844    "blockState": "flower_pot",
 845    "model": "flower_pot",
 846    "texture": "blocks/flower_pot"
 847  },
 848  {
 849    "name": "carrots",
 850    "blockState": "carrots",
 851    "model": "carrots_stage0",
 852    "texture": "blocks/carrots_stage_0"
 853  },
 854  {
 855    "name": "potatoes",
 856    "blockState": "potatoes",
 857    "model": "potatoes_stage0",
 858    "texture": "blocks/potatoes_stage_0"
 859  },
 860  {
 861    "name": "wooden_button",
 862    "blockState": "wooden_button",
 863    "model": "wooden_button",
 864    "texture": "blocks/planks_oak"
 865  },
 866  {
 867    "name": "skull",
 868    "blockState": "skull",
 869    "model": null,
 870    "texture": null
 871  },
 872  {
 873    "name": "anvil",
 874    "blockState": "anvil",
 875    "model": "anvil_undamaged",
 876    "texture": "blocks/anvil_base"
 877  },
 878  {
 879    "name": "trapped_chest",
 880    "blockState": "trapped_chest",
 881    "model": null,
 882    "texture": null
 883  },
 884  {
 885    "name": "light_weighted_pressure_plate",
 886    "blockState": "light_weighted_pressure_plate",
 887    "model": "light_pressure_plate_up",
 888    "texture": "blocks/gold_block"
 889  },
 890  {
 891    "name": "heavy_weighted_pressure_plate",
 892    "blockState": "heavy_weighted_pressure_plate",
 893    "model": "heavy_pressure_plate_up",
 894    "texture": "blocks/iron_block"
 895  },
 896  {
 897    "name": "unpowered_comparator",
 898    "blockState": "unpowered_comparator",
 899    "model": "comparator_unlit",
 900    "texture": "blocks/comparator_off"
 901  },
 902  {
 903    "name": "powered_comparator",
 904    "blockState": "powered_comparator",
 905    "model": "comparator_unlit",
 906    "texture": "blocks/comparator_off"
 907  },
 908  {
 909    "name": "daylight_detector",
 910    "blockState": "daylight_detector",
 911    "model": "daylight_detector",
 912    "texture": "blocks/daylight_detector_top"
 913  },
 914  {
 915    "name": "redstone_block",
 916    "blockState": "redstone_block",
 917    "model": "redstone_block",
 918    "texture": "blocks/redstone_block"
 919  },
 920  {
 921    "name": "quartz_ore",
 922    "blockState": "quartz_ore",
 923    "model": "quartz_ore",
 924    "texture": "blocks/quartz_ore"
 925  },
 926  {
 927    "name": "hopper",
 928    "blockState": "hopper",
 929    "model": "hopper_down",
 930    "texture": "blocks/hopper_outside"
 931  },
 932  {
 933    "name": "quartz_block",
 934    "blockState": "quartz_block",
 935    "model": "quartz_normal",
 936    "texture": "blocks/quartz_block_bottom"
 937  },
 938  {
 939    "name": "quartz_stairs",
 940    "blockState": "quartz_stairs",
 941    "model": "quartz_stairs",
 942    "texture": "blocks/quartz_block_bottom"
 943  },
 944  {
 945    "name": "activator_rail",
 946    "blockState": "activator_rail",
 947    "model": "activator_rail_flat",
 948    "texture": "blocks/rail_activator"
 949  },
 950  {
 951    "name": "dropper",
 952    "blockState": "dropper",
 953    "model": "dropper_vertical",
 954    "texture": "blocks/dropper_front_vertical"
 955  },
 956  {
 957    "name": "stained_hardened_clay",
 958    "blockState": "white_stained_hardened_clay",
 959    "model": "hardened_clay_white",
 960    "texture": "blocks/hardened_clay_stained_white"
 961  },
 962  {
 963    "name": "stained_glass_pane",
 964    "blockState": "white_stained_glass_pane",
 965    "model": "white_pane_nsew",
 966    "texture": "blocks/glass_pane_top_white"
 967  },
 968  {
 969    "name": "leaves2",
 970    "blockState": "acacia_leaves",
 971    "model": "acacia_leaves",
 972    "texture": "blocks/leaves_acacia"
 973  },
 974  {
 975    "name": "log2",
 976    "blockState": "acacia_log",
 977    "model": "acacia_log",
 978    "texture": "blocks/log_acacia_top"
 979  },
 980  {
 981    "name": "acacia_stairs",
 982    "blockState": "acacia_stairs",
 983    "model": "acacia_stairs",
 984    "texture": "blocks/planks_acacia"
 985  },
 986  {
 987    "name": "dark_oak_stairs",
 988    "blockState": "dark_oak_stairs",
 989    "model": "dark_oak_stairs",
 990    "texture": "blocks/planks_big_oak"
 991  },
 992  {
 993    "name": "slime",
 994    "blockState": "slime",
 995    "model": "slime",
 996    "texture": "blocks/slime"
 997  },
 998  {
 999    "name": "barrier",
1000    "blockState": "barrier",
1001    "model": null,
1002    "texture": null
1003  },
1004  {
1005    "name": "iron_trapdoor",
1006    "blockState": "iron_trapdoor",
1007    "model": "iron_trapdoor_bottom",
1008    "texture": "blocks/iron_trapdoor"
1009  },
1010  {
1011    "name": "prismarine",
1012    "blockState": "prismarine",
1013    "model": "prismarine_rough",
1014    "texture": "blocks/prismarine_rough"
1015  },
1016  {
1017    "name": "sea_lantern",
1018    "blockState": "sea_lantern",
1019    "model": "sea_lantern",
1020    "texture": "blocks/sea_lantern"
1021  },
1022  {
1023    "name": "hay_block",
1024    "blockState": "hay_block",
1025    "model": "hay",
1026    "texture": "blocks/hay_block_top"
1027  },
1028  {
1029    "name": "carpet",
1030    "blockState": "white_carpet",
1031    "model": "carpet_white",
1032    "texture": "blocks/wool_colored_white"
1033  },
1034  {
1035    "name": "hardened_clay",
1036    "blockState": "hardened_clay",
1037    "model": "hardened_clay",
1038    "texture": "blocks/hardened_clay"
1039  },
1040  {
1041    "name": "coal_block",
1042    "blockState": "coal_block",
1043    "model": "coal_block",
1044    "texture": "blocks/coal_block"
1045  },
1046  {
1047    "name": "packed_ice",
1048    "blockState": "packed_ice",
1049    "model": "packed_ice",
1050    "texture": "blocks/ice_packed"
1051  },
1052  {
1053    "name": "double_plant",
1054    "blockState": "sunflower",
1055    "model": "double_sunflower_bottom",
1056    "texture": "blocks/double_plant_sunflower_bottom"
1057  },
1058  {
1059    "name": "standing_banner",
1060    "blockState": "standing_banner",
1061    "model": null,
1062    "texture": null
1063  },
1064  {
1065    "name": "wall_banner",
1066    "blockState": "wall_banner",
1067    "model": null,
1068    "texture": null
1069  },
1070  {
1071    "name": "daylight_detector_inverted",
1072    "blockState": "daylight_detector_inverted",
1073    "model": "daylight_detector_inverted",
1074    "texture": "blocks/daylight_detector_inverted_top"
1075  },
1076  {
1077    "name": "red_sandstone",
1078    "blockState": "red_sandstone",
1079    "model": "red_sandstone_normal",
1080    "texture": "blocks/red_sandstone_bottom"
1081  },
1082  {
1083    "name": "red_sandstone_stairs",
1084    "blockState": "red_sandstone_stairs",
1085    "model": "red_sandstone_stairs",
1086    "texture": "blocks/red_sandstone_bottom"
1087  },
1088  {
1089    "name": "double_stone_slab2",
1090    "blockState": "red_sandstone_double_slab",
1091    "model": "red_sandstone_normal",
1092    "texture": "blocks/red_sandstone_bottom"
1093  },
1094  {
1095    "name": "stone_slab2",
1096    "blockState": "red_sandstone_slab",
1097    "model": "half_slab_red_sandstone",
1098    "texture": "blocks/red_sandstone_bottom"
1099  },
1100  {
1101    "name": "spruce_fence_gate",
1102    "blockState": "spruce_fence_gate",
1103    "model": "spruce_fence_gate_closed",
1104    "texture": "blocks/planks_spruce"
1105  },
1106  {
1107    "name": "birch_fence_gate",
1108    "blockState": "birch_fence_gate",
1109    "model": "birch_fence_gate_closed",
1110    "texture": "blocks/planks_birch"
1111  },
1112  {
1113    "name": "jungle_fence_gate",
1114    "blockState": "jungle_fence_gate",
1115    "model": "jungle_fence_gate_closed",
1116    "texture": "blocks/planks_jungle"
1117  },
1118  {
1119    "name": "dark_oak_fence_gate",
1120    "blockState": "dark_oak_fence_gate",
1121    "model": "dark_oak_fence_gate_closed",
1122    "texture": "blocks/planks_big_oak"
1123  },
1124  {
1125    "name": "acacia_fence_gate",
1126    "blockState": "acacia_fence_gate",
1127    "model": "acacia_fence_gate_closed",
1128    "texture": "blocks/planks_acacia"
1129  },
1130  {
1131    "name": "spruce_fence",
1132    "blockState": "spruce_fence",
1133    "model": "spruce_fence_post",
1134    "texture": "blocks/planks_spruce"
1135  },
1136  {
1137    "name": "birch_fence",
1138    "blockState": "birch_fence",
1139    "model": "birch_fence_post",
1140    "texture": "blocks/planks_birch"
1141  },
1142  {
1143    "name": "jungle_fence",
1144    "blockState": "jungle_fence",
1145    "model": "jungle_fence_post",
1146    "texture": "blocks/planks_jungle"
1147  },
1148  {
1149    "name": "dark_oak_fence",
1150    "blockState": "dark_oak_fence",
1151    "model": "dark_oak_fence_post",
1152    "texture": "blocks/planks_big_oak"
1153  },
1154  {
1155    "name": "acacia_fence",
1156    "blockState": "acacia_fence",
1157    "model": "acacia_fence_post",
1158    "texture": "blocks/planks_acacia"
1159  },
1160  {
1161    "name": "spruce_door",
1162    "blockState": "spruce_door",
1163    "model": "spruce_door_bottom",
1164    "texture": "blocks/door_spruce_lower"
1165  },
1166  {
1167    "name": "birch_door",
1168    "blockState": "birch_door",
1169    "model": "birch_door_bottom",
1170    "texture": "blocks/door_birch_lower"
1171  },
1172  {
1173    "name": "jungle_door",
1174    "blockState": "jungle_door",
1175    "model": "jungle_door_bottom",
1176    "texture": "blocks/door_jungle_lower"
1177  },
1178  {
1179    "name": "acacia_door",
1180    "blockState": "acacia_door",
1181    "model": "acacia_door_bottom",
1182    "texture": "blocks/door_acacia_lower"
1183  },
1184  {
1185    "name": "dark_oak_door",
1186    "blockState": "dark_oak_door",
1187    "model": "dark_oak_door_bottom",
1188    "texture": "blocks/door_dark_oak_lower"
1189  }
1190]