添加perk和载具部署器贴图
This commit is contained in:
parent
e6b6559be7
commit
b6d5a1b80c
12 changed files with 60 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"variants": {
|
||||||
|
"": {
|
||||||
|
"model": "superbwarfare:block/vehicle_deployer"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"parent": "block/cube",
|
||||||
|
"textures": {
|
||||||
|
"down": "superbwarfare:block/vehicle_deployer_button",
|
||||||
|
"up": "superbwarfare:block/vehicle_deployer_top",
|
||||||
|
"north": "superbwarfare:block/vehicle_deployer_side",
|
||||||
|
"east": "superbwarfare:block/vehicle_deployer_side",
|
||||||
|
"south": "superbwarfare:block/vehicle_deployer_side",
|
||||||
|
"west": "superbwarfare:block/vehicle_deployer_side",
|
||||||
|
"particle": "superbwarfare:block/vehicle_deployer_button"
|
||||||
|
},
|
||||||
|
"render_type": "solid"
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"parent": "item/generated",
|
||||||
|
"textures": {
|
||||||
|
"layer0": "superbwarfare:item/perk/cupid_arrow"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"parent": "item/generated",
|
||||||
|
"textures": {
|
||||||
|
"layer0": "superbwarfare:item/perk/firefly"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"parent": "item/generated",
|
||||||
|
"textures": {
|
||||||
|
"layer0": "superbwarfare:item/perk/magnificent_howl"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"parent": "superbwarfare:block/vehicle_deployer",
|
||||||
|
"display": {
|
||||||
|
"thirdperson": {
|
||||||
|
"rotation": [
|
||||||
|
10,
|
||||||
|
-45,
|
||||||
|
170
|
||||||
|
],
|
||||||
|
"translation": [
|
||||||
|
0,
|
||||||
|
1.5,
|
||||||
|
-2.75
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
0.375,
|
||||||
|
0.375,
|
||||||
|
0.375
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 129 B |
Binary file not shown.
After Width: | Height: | Size: 342 B |
Binary file not shown.
After Width: | Height: | Size: 262 B |
Binary file not shown.
After Width: | Height: | Size: 894 B |
Binary file not shown.
After Width: | Height: | Size: 768 B |
Binary file not shown.
After Width: | Height: | Size: 964 B |
Loading…
Add table
Reference in a new issue