push the first version of package.
This commit is contained in:
@@ -0,0 +1,118 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "item/crossbow_standby"
|
||||
},
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [
|
||||
-90,
|
||||
0,
|
||||
-60
|
||||
],
|
||||
"translation": [
|
||||
2,
|
||||
0.1,
|
||||
-3
|
||||
],
|
||||
"scale": [
|
||||
0.9,
|
||||
0.9,
|
||||
0.9
|
||||
]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [
|
||||
-90,
|
||||
0,
|
||||
30
|
||||
],
|
||||
"translation": [
|
||||
2,
|
||||
0.1,
|
||||
-3
|
||||
],
|
||||
"scale": [
|
||||
0.9,
|
||||
0.9,
|
||||
0.9
|
||||
]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [
|
||||
-90,
|
||||
0,
|
||||
-55
|
||||
],
|
||||
"translation": [
|
||||
1.13,
|
||||
3.2,
|
||||
1.13
|
||||
],
|
||||
"scale": [
|
||||
0.68,
|
||||
0.68,
|
||||
0.68
|
||||
]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [
|
||||
-90,
|
||||
0,
|
||||
35
|
||||
],
|
||||
"translation": [
|
||||
1.13,
|
||||
3.2,
|
||||
1.13
|
||||
],
|
||||
"scale": [
|
||||
0.68,
|
||||
0.68,
|
||||
0.68
|
||||
]
|
||||
}
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
"predicate": {
|
||||
"pulling": 1
|
||||
},
|
||||
"model": "item/crossbow_pulling_0"
|
||||
},
|
||||
{
|
||||
"predicate": {
|
||||
"pulling": 1,
|
||||
"pull": 0.58
|
||||
},
|
||||
"model": "item/crossbow_pulling_1"
|
||||
},
|
||||
{
|
||||
"predicate": {
|
||||
"pulling": 1,
|
||||
"pull": 1.0
|
||||
},
|
||||
"model": "item/crossbow_pulling_2"
|
||||
},
|
||||
{
|
||||
"predicate": {
|
||||
"charged": 1
|
||||
},
|
||||
"model": "item/crossbow_arrow"
|
||||
},
|
||||
{
|
||||
"predicate": {
|
||||
"charged": 1,
|
||||
"firework": 1
|
||||
},
|
||||
"model": "item/crossbow_firework"
|
||||
},
|
||||
{
|
||||
"model": "minecraft:item/crossbow_rope_arrow",
|
||||
"predicate": {
|
||||
"minecraft:charged": 1.0,
|
||||
"supplementaries:rope_arrow": 1.0
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "item/filled_map",
|
||||
"layer1": "item/filled_map_markings"
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
"model": "minecraft:item/antique_map",
|
||||
"predicate": {
|
||||
"supplementaries:antique_ink": 1.0
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "minecraft:item/written_book"
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
"model": "minecraft:item/written_book_tattered",
|
||||
"predicate": {
|
||||
"supplementaries:antique_ink": 1.0
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user