diff --git a/src/main/resources/assets/cherry/models/block/cherry_door_bottom.json b/src/main/resources/assets/cherry/models/block/cherry_door_bottom.json index b8935b5..1016abb 100644 --- a/src/main/resources/assets/cherry/models/block/cherry_door_bottom.json +++ b/src/main/resources/assets/cherry/models/block/cherry_door_bottom.json @@ -1,5 +1,5 @@ { - "parent": "minecraft:block/door_top", + "parent": "minecraft:block/door_bottom", "textures": { "top": "cherry:block/cherry_door_top", "bottom": "cherry:block/cherry_door_bottom" diff --git a/src/main/resources/assets/cherry/models/block/cherry_door_bottom_hinge.json b/src/main/resources/assets/cherry/models/block/cherry_door_bottom_hinge.json index 126b7c8..7261f3f 100644 --- a/src/main/resources/assets/cherry/models/block/cherry_door_bottom_hinge.json +++ b/src/main/resources/assets/cherry/models/block/cherry_door_bottom_hinge.json @@ -1,5 +1,5 @@ { - "parent": "minecraft:block/door_top_rh", + "parent": "minecraft:block/door_bottom_rh", "textures": { "top": "cherry:block/cherry_door_top", "bottom": "cherry:block/cherry_door_bottom" diff --git a/src/main/resources/assets/cherry/textures/item/cherry_door.png b/src/main/resources/assets/cherry/textures/item/cherry_door.png new file mode 100644 index 0000000..f7b585f Binary files /dev/null and b/src/main/resources/assets/cherry/textures/item/cherry_door.png differ