添加perk和载具部署器贴图

This commit is contained in:
Atsuishio 2025-05-11 13:34:50 +08:00 committed by Light_Quanta
parent e6b6559be7
commit b6d5a1b80c
No known key found for this signature in database
GPG key ID: 11A39A1B8C890959
12 changed files with 60 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "superbwarfare:block/vehicle_deployer"
}
}
}

View file

@ -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"
}

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "superbwarfare:item/perk/cupid_arrow"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "superbwarfare:item/perk/firefly"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "superbwarfare:item/perk/magnificent_howl"
}
}

View file

@ -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