door texture fix for inventory and door itself
This commit is contained in:
parent
5d5a65ff01
commit
aa0b3f0f02
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"parent": "minecraft:block/door_top",
|
"parent": "minecraft:block/door_bottom",
|
||||||
"textures": {
|
"textures": {
|
||||||
"top": "cherry:block/cherry_door_top",
|
"top": "cherry:block/cherry_door_top",
|
||||||
"bottom": "cherry:block/cherry_door_bottom"
|
"bottom": "cherry:block/cherry_door_bottom"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"parent": "minecraft:block/door_top_rh",
|
"parent": "minecraft:block/door_bottom_rh",
|
||||||
"textures": {
|
"textures": {
|
||||||
"top": "cherry:block/cherry_door_top",
|
"top": "cherry:block/cherry_door_top",
|
||||||
"bottom": "cherry:block/cherry_door_bottom"
|
"bottom": "cherry:block/cherry_door_bottom"
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Loading…
Reference in New Issue