mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-03 14:19:07 +02:00
Add missing blocks
This commit is contained in:
parent
e6348ac5a2
commit
1b99427777
2 changed files with 44 additions and 0 deletions
|
@ -120,6 +120,9 @@
|
|||
"black_wall_banner": null,
|
||||
"black_wool": {
|
||||
},
|
||||
"blast_furnace": {
|
||||
"texture": "blast_furnace_top"
|
||||
},
|
||||
"blue_banner": null,
|
||||
"blue_bed": null,
|
||||
"blue_carpet": {
|
||||
|
@ -208,6 +211,9 @@
|
|||
"cake": {
|
||||
"texture": "cake_top"
|
||||
},
|
||||
"campfire": {
|
||||
"texture": "campfire_log_lit"
|
||||
},
|
||||
"cartography_table": {
|
||||
"texture": "cartography_table_side3"
|
||||
},
|
||||
|
@ -445,6 +451,9 @@
|
|||
"fire": {
|
||||
"texture": "fire_0"
|
||||
},
|
||||
"fletching_table": {
|
||||
"texture": "fletching_table_top"
|
||||
},
|
||||
"flower_pot": {
|
||||
},
|
||||
"frosted_ice": {
|
||||
|
@ -521,6 +530,9 @@
|
|||
"green_wall_banner": null,
|
||||
"green_wool": {
|
||||
},
|
||||
"grindstone": {
|
||||
"texture": "grindstone_side"
|
||||
},
|
||||
"hay_block": {
|
||||
"texture": "hay_block_top"
|
||||
},
|
||||
|
@ -704,6 +716,9 @@
|
|||
"lime_wall_banner": null,
|
||||
"lime_wool": {
|
||||
},
|
||||
"loom": {
|
||||
"texture": "loom_top"
|
||||
},
|
||||
"magenta_banner": null,
|
||||
"magenta_bed": null,
|
||||
"magenta_carpet": {
|
||||
|
@ -1111,6 +1126,9 @@
|
|||
"skeleton_wall_skull": null,
|
||||
"slime_block": {
|
||||
},
|
||||
"smithing_table": {
|
||||
"texture": "smithing_table_bottom"
|
||||
},
|
||||
"smooth_quartz": {
|
||||
"texture": "quartz_block_top"
|
||||
},
|
||||
|
@ -1128,6 +1146,9 @@
|
|||
},
|
||||
"smooth_stone": {
|
||||
},
|
||||
"smooth_stone_slab": {
|
||||
"texture": "smooth_stone"
|
||||
},
|
||||
"snow_block": {
|
||||
"texture": "snow"
|
||||
},
|
||||
|
@ -1137,6 +1158,9 @@
|
|||
},
|
||||
"spawner": {
|
||||
},
|
||||
"smoker": {
|
||||
"texture": "smoker_bottom"
|
||||
},
|
||||
"sponge": {
|
||||
},
|
||||
"spruce_button": null,
|
||||
|
@ -1162,6 +1186,12 @@
|
|||
},
|
||||
"spruce_sapling": {
|
||||
},
|
||||
"spruce_sign": {
|
||||
"texture": "spruce_planks"
|
||||
},
|
||||
"spruce_wall_sign": {
|
||||
"texture": "spruce_planks"
|
||||
},
|
||||
"spruce_slab": {
|
||||
"texture": "spruce_planks"
|
||||
},
|
||||
|
@ -1193,6 +1223,9 @@
|
|||
"stone_slab": {
|
||||
"texture": "smooth_stone"
|
||||
},
|
||||
"stonecutter": {
|
||||
"texture": "stonecutter_bottom"
|
||||
},
|
||||
"stripped_acacia_log": {
|
||||
"texture": "stripped_acacia_log_top"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue