mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-01 13:29:06 +02:00
Add block types for Minecraft 1.15
This commit is contained in:
parent
867e4c4016
commit
c313db2994
2 changed files with 16 additions and 0 deletions
|
@ -74,6 +74,12 @@
|
|||
},
|
||||
"bedrock": {
|
||||
},
|
||||
"beehive": {
|
||||
"texture": "beehive_end"
|
||||
},
|
||||
"bee_nest": {
|
||||
"texture": "bee_nest_top"
|
||||
},
|
||||
"beetroots": {
|
||||
"texture": "beetroots_stage3"
|
||||
},
|
||||
|
@ -606,6 +612,12 @@
|
|||
"heavy_weighted_pressure_plate": {
|
||||
"texture": "iron_block"
|
||||
},
|
||||
"honey_block": {
|
||||
"texture": "honey_block_top"
|
||||
},
|
||||
"honeycomb_block": {
|
||||
"texture": "honeycomb_block"
|
||||
},
|
||||
"hopper": {
|
||||
"texture": "hopper_top"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue