Fix 1.12 light grey bed resource extension

This commit is contained in:
Blue (Lukas Rieger) 2021-05-09 09:33:44 +02:00
parent a52f2f5feb
commit 0fc3f2abe1
No known key found for this signature in database
GPG Key ID: 904C4995F9E1F800
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"parent":"block/bed/bed_foot", "parent":"block/bed/bed_foot",
"textures": { "textures": {
"bed": "entity/bed/light_gray" "bed": "entity/bed/silver"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"parent":"block/bed/bed_head", "parent":"block/bed/bed_head",
"textures": { "textures": {
"bed": "entity/bed/light_gray" "bed": "entity/bed/silver"
} }
} }