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

19 lines
412 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"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 ]
}
}
}