Fix dynbucket item transformation.

This commit is contained in:
iTitus 2016-04-05 10:49:51 +02:00
parent d44c9082fa
commit 63a6a2e50b
2 changed files with 2 additions and 26 deletions

View File

@ -1,18 +1,6 @@
{
"parent": "builtin/generated",
"parent": "item/generated",
"textures": {
"layer0": "forge:items/bucket_base"
},
"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 ]
}
}
}

View File

@ -1,20 +1,8 @@
{
"parent": "builtin/generated",
"parent": "item/generated",
"textures": {
"layer0": "forge:items/bucket_base",
"layer1": "forge:items/bucket_fluid", # doubles as milk
"layer2": "forge:items/bucket_cover"
},
"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 ]
}
}
}