Fix missing texture reference in fancy beds resourcepack

Fixes #1
This commit is contained in:
Motschen
2021-06-07 18:38:59 +02:00
parent a847d0d289
commit db7b6686d3

View File

@@ -53,7 +53,7 @@
"south": {"uv": [1.5, 1.5, 5.5, 1.75], "texture": "#0"},
"west": {"uv": [5.25, 1.5, 5.5, 3.5], "rotation": 90, "texture": "#0"},
"up": {"uv": [1.5, 1.5, 5.5, 3.5], "rotation": 180, "texture": "#0"},
"down": {"uv": [0, 0, 4, 2], "texture": "#missing"}
"down": {"uv": [0, 0, 4, 2], "texture": "#0"}
}
},
{
@@ -66,8 +66,8 @@
"south": {"uv": [1.75, 0.5, 5.25, 0.75], "texture": "#0"},
"west": {"uv": [5, 1.75, 5.25, 3.25], "rotation": 90, "texture": "#0"},
"up": {"uv": [1.75, 1.75, 5.25, 3.25], "texture": "#0"},
"down": {"uv": [0, 0, 3.5, 1.5], "texture": "#missing"}
"down": {"uv": [0, 0, 3.5, 1.5], "texture": "#0"}
}
}
]
}
}