ploof-pack/faithless/assets/minecraft/models/item/template_bed.json

19 lines
412 B
JSON

{
"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 ]
}
}
}