Skip to content

Commit

Permalink
better solution
Browse files Browse the repository at this point in the history
  • Loading branch information
screret committed Mar 19, 2024
1 parent 747449a commit 477d925
Showing 1 changed file with 2 additions and 28 deletions.
30 changes: 2 additions & 28 deletions src/main/resources/assets/gtceu/models/item/bucket/bucket.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"parent": "forge:item/default",
"loader": "forge:fluid_container",
"textures": {
"base": "minecraft:item/bucket",
Expand All @@ -7,32 +8,5 @@
},
"fluid": "minecraft:water",
"flip_gas": false,
"apply_fluid_luminosity": false,
"gui_light": "front",
"display": {
"ground": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 2, 0],
"scale":[ 0.5, 0.5, 0.5 ]
},
"head": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, 13, 7],
"scale":[ 1, 1, 1]
},
"thirdperson_righthand": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 3, 1 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson_righthand": {
"rotation": [ 0, -90, 25 ],
"translation": [ 1.13, 3.2, 1.13],
"scale": [ 0.68, 0.68, 0.68 ]
},
"fixed": {
"rotation": [ 0, 180, 0 ],
"scale": [ 1, 1, 1 ]
}
}
"apply_fluid_luminosity": false
}

0 comments on commit 477d925

Please sign in to comment.