Add block types for Minecraft 1.15

This commit is contained in:
Matthias Schiffer 2019-12-10 23:47:34 +01:00
parent 867e4c4016
commit c313db2994
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
2 changed files with 16 additions and 0 deletions

View file

@ -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"
},