Merge pull request #2709 from iTitus/bucketModel
Fix dynbucket item transformation.
This commit is contained in:
commit
628613d27f
2 changed files with 2 additions and 26 deletions
|
@ -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 ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue