You've already forked minecraft-assets
Create/Update assets for version 1.21.3
This commit is contained in:
39
assets/minecraft/models/item/decorated_pot.json
Normal file
39
assets/minecraft/models/item/decorated_pot.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"parent": "builtin/entity",
|
||||
"gui_light": "front",
|
||||
"textures": {
|
||||
"particle": "entity/decorated_pot/decorated_pot_side"
|
||||
},
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [ 0, 90, 0 ],
|
||||
"translation": [ 0, 2, 0.5],
|
||||
"scale":[ 0.375, 0.375, 0.375]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [ 0, 90, 0 ],
|
||||
"translation": [ 0, 0, 0],
|
||||
"scale":[ 0.375, 0.375, 0.375]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [ 30, 45, 0 ],
|
||||
"translation": [ 0, 0, 0],
|
||||
"scale":[ 0.60, 0.60, 0.60]
|
||||
},
|
||||
"ground": {
|
||||
"rotation": [ 0, 0, 0 ],
|
||||
"translation": [ 0, 1, 0],
|
||||
"scale":[ 0.25, 0.25, 0.25]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [ 0, 180, 0 ],
|
||||
"translation": [ 0, 16, 0],
|
||||
"scale":[ 1.5, 1.5, 1.5 ]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [ 0, 180, 0 ],
|
||||
"translation": [ 0, 0, 0],
|
||||
"scale":[ 0.5, 0.5, 0.5]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user