summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/template_bed.json
blob: 0b997483c2951e585ec30b4edee9d34111084180 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "parent": "item/chest",
    "textures": {
        "particle": "block/oak_planks"
    },
    "display": {
        "gui": {
            "rotation": [ 90, 180, -20 ],
            "translation": [ 0, 4, 0],
            "scale":[ 0.5, 0.5, 0.5]
        },
        "ground": {
            "rotation": [ 0, 0, 0 ],
            "translation": [ 0, 4, 4],
            "scale":[ 0.35, 0.35, 0.35 ]
        }
    }
}