mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-06-30 21:25:09 +02:00
Add new 1.14 blocks
This commit is contained in:
parent
55711387b8
commit
7270d4a83d
3 changed files with 320 additions and 279 deletions
|
@ -49,6 +49,9 @@
|
|||
"grass": true
|
||||
},
|
||||
"azure_bluet": null,
|
||||
"bamboo": {
|
||||
"texture": "bamboo_stalk"
|
||||
},
|
||||
"barrier": null,
|
||||
"beacon": {
|
||||
},
|
||||
|
@ -57,6 +60,9 @@
|
|||
"beetroots": {
|
||||
"texture": "beetroots_stage3"
|
||||
},
|
||||
"bell": {
|
||||
"texture": "bell_top"
|
||||
},
|
||||
"birch_button": null,
|
||||
"birch_door": {
|
||||
"texture": "birch_door_top"
|
||||
|
@ -202,6 +208,9 @@
|
|||
"cake": {
|
||||
"texture": "cake_top"
|
||||
},
|
||||
"cartography_table": {
|
||||
"texture": "cartography_table_side3"
|
||||
},
|
||||
"carrots": {
|
||||
"texture": "carrots_stage3"
|
||||
},
|
||||
|
@ -264,8 +273,12 @@
|
|||
},
|
||||
"comparator": {
|
||||
},
|
||||
"composter": {
|
||||
"texture": "composter_bottom"
|
||||
},
|
||||
"conduit": {
|
||||
},
|
||||
"cornflower": null,
|
||||
"cracked_stone_bricks": {
|
||||
},
|
||||
"crafting_table": {
|
||||
|
@ -609,6 +622,9 @@
|
|||
"lava": {
|
||||
"texture": "lava_still"
|
||||
},
|
||||
"lectern": {
|
||||
"texture": "lectern_top"
|
||||
},
|
||||
"lever": null,
|
||||
"light_blue_banner": null,
|
||||
"light_blue_bed": null,
|
||||
|
@ -662,6 +678,7 @@
|
|||
"lilac": {
|
||||
"texture": "lilac_top"
|
||||
},
|
||||
"lily_of_the_valley": null,
|
||||
"lily_pad": {
|
||||
"grass": true
|
||||
},
|
||||
|
@ -1078,6 +1095,9 @@
|
|||
"sandstone_stairs": {
|
||||
"texture": "sandstone_top"
|
||||
},
|
||||
"sandstone_wall": {
|
||||
"texture": "sandstone_top"
|
||||
},
|
||||
"seagrass": null,
|
||||
"sea_lantern": {
|
||||
},
|
||||
|
@ -1101,8 +1121,13 @@
|
|||
"smooth_sandstone": {
|
||||
"texture": "sandstone_top"
|
||||
},
|
||||
"smooth_sandstone_slab": {
|
||||
"texture": "sandstone_top"
|
||||
},
|
||||
"smooth_sandstone_stairs": {
|
||||
"texture": "sandstone_top"
|
||||
},
|
||||
"smooth_stone": {
|
||||
"texture": "stone_slab_top"
|
||||
},
|
||||
"snow_block": {
|
||||
"texture": "snow"
|
||||
|
@ -1167,7 +1192,7 @@
|
|||
"texture": "stone"
|
||||
},
|
||||
"stone_slab": {
|
||||
"texture": "stone_slab_top"
|
||||
"texture": "smooth_stone"
|
||||
},
|
||||
"stripped_acacia_log": {
|
||||
"texture": "stripped_acacia_log_top"
|
||||
|
@ -1213,6 +1238,9 @@
|
|||
"sunflower": {
|
||||
"texture": "sunflower_front"
|
||||
},
|
||||
"sweet_berry_bush": {
|
||||
"texture": "sweet_berry_bush_stage3"
|
||||
},
|
||||
"tall_grass": {
|
||||
"texture": "tall_grass_top",
|
||||
"grass": true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue