Update Resourcepack to 1.14 - remove 1.14 ported textures
This commit is contained in:
132
resourcepack/assets/minecraft/models/item/shield.json
Normal file
132
resourcepack/assets/minecraft/models/item/shield.json
Normal file
@@ -0,0 +1,132 @@
|
||||
{
|
||||
"parent": "builtin/entity",
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [
|
||||
0,
|
||||
90,
|
||||
0
|
||||
],
|
||||
"translation": [
|
||||
10.51,
|
||||
6,
|
||||
-4
|
||||
],
|
||||
"scale": [
|
||||
1,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [
|
||||
0,
|
||||
90,
|
||||
0
|
||||
],
|
||||
"translation": [
|
||||
10.51,
|
||||
6,
|
||||
12
|
||||
],
|
||||
"scale": [
|
||||
1,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [
|
||||
0,
|
||||
180,
|
||||
5
|
||||
],
|
||||
"translation": [
|
||||
-10,
|
||||
-1,
|
||||
-10
|
||||
],
|
||||
"scale": [
|
||||
1.25,
|
||||
1.25,
|
||||
1.25
|
||||
]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [
|
||||
0,
|
||||
180,
|
||||
5
|
||||
],
|
||||
"translation": [
|
||||
10,
|
||||
-3,
|
||||
-10
|
||||
],
|
||||
"scale": [
|
||||
1.25,
|
||||
1.25,
|
||||
1.25
|
||||
]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [
|
||||
15,
|
||||
-25,
|
||||
-5
|
||||
],
|
||||
"translation": [
|
||||
2,
|
||||
3,
|
||||
0
|
||||
],
|
||||
"scale": [
|
||||
0.65,
|
||||
0.65,
|
||||
0.65
|
||||
]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [
|
||||
0,
|
||||
180,
|
||||
0
|
||||
],
|
||||
"translation": [
|
||||
-2,
|
||||
4,
|
||||
-5
|
||||
],
|
||||
"scale": [
|
||||
0.5,
|
||||
0.5,
|
||||
0.5
|
||||
]
|
||||
},
|
||||
"ground": {
|
||||
"rotation": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"translation": [
|
||||
4,
|
||||
4,
|
||||
2
|
||||
],
|
||||
"scale": [
|
||||
0.25,
|
||||
0.25,
|
||||
0.25
|
||||
]
|
||||
}
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
"predicate": {
|
||||
"blocking": 1
|
||||
},
|
||||
"model": "item/shield_blocking"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"parent": "builtin/entity",
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [
|
||||
0,
|
||||
90,
|
||||
0
|
||||
],
|
||||
"translation": [
|
||||
10.51,
|
||||
6,
|
||||
-4
|
||||
],
|
||||
"scale": [
|
||||
1,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [
|
||||
0,
|
||||
90,
|
||||
0
|
||||
],
|
||||
"translation": [
|
||||
10.51,
|
||||
6,
|
||||
12
|
||||
],
|
||||
"scale": [
|
||||
1,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [ 0, 180, -5 ],
|
||||
"translation": [ -15, 2.25, -11 ],
|
||||
"scale": [ 1.25, 1.25, 1.25 ]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [
|
||||
0,
|
||||
180,
|
||||
-5
|
||||
],
|
||||
"translation": [
|
||||
5,
|
||||
4,
|
||||
-11
|
||||
],
|
||||
"scale": [
|
||||
1.25,
|
||||
1.25,
|
||||
1.25
|
||||
]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [
|
||||
15,
|
||||
-25,
|
||||
-5
|
||||
],
|
||||
"translation": [
|
||||
2,
|
||||
3,
|
||||
0
|
||||
],
|
||||
"scale": [
|
||||
0.65,
|
||||
0.65,
|
||||
0.65
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "block/sticky_piston_inventory"
|
||||
}
|
||||
Reference in New Issue
Block a user