door texture fix for inventory and door itself

This commit is contained in:
Justin Parsell 2021-03-18 21:38:56 -04:00
parent 5d5a65ff01
commit aa0b3f0f02
3 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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