resent-1.8/desktopRuntime/resources/assets/minecraft/models/item/redstone.json

19 lines
458 B
JSON
Raw Normal View History

2022-12-27 10:59:46 -08:00
{
"parent": "builtin/generated",
"textures": {
"layer0": "items/redstone_dust"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
}
}