Added tutorial pack (WIP)
This commit is contained in:
parent
1a41638263
commit
c2a74f0a41
22 changed files with 36412 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
||||||
# Resource Packs
|
# Resource Packs
|
||||||
Choose the correct plugin version, v2 or v3.
|
In here you can find the example resourcepack files for v2 and v3. If you want to create your own resourcepack, you can find a tutorial pack with description in the `Tutorial` folder.
|
||||||
|
|
28
Resource Packs/Tutorial/README.md
Normal file
28
Resource Packs/Tutorial/README.md
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# VehiclesPlus Tutorial Resourcepack
|
||||||
|
This is an empty resourcepack, specifically designed for use with VehiclesPlus v2.
|
||||||
|
|
||||||
|
> By default, this resourcepack supports `1.20.2 - 1.20.4`.
|
||||||
|
|
||||||
|
## YouTube video
|
||||||
|
[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/fx2Z5ZD_Rbo/0.jpg)](https://www.youtube.com/watch?v=YOUTUBE_VIDEO_ID_HERE)
|
||||||
|
> #SOON
|
||||||
|
|
||||||
|
## Steps to take
|
||||||
|
> #SOON
|
||||||
|
|
||||||
|
### Step 2: Changing the supported version
|
||||||
|
Open the `pack.mcmeta` file in the root folder. Change the `pack_format` to the correct number according to the table below. Then change the `game_version` to the default (latest) version you want to support.
|
||||||
|
|
||||||
|
| **Version:** | **`pack_format:`** |
|
||||||
|
|-----------------|--------------------|
|
||||||
|
| 1.12 - 1.12.2 | `3` |
|
||||||
|
| 1.13 - 1.14.4 | `4` |
|
||||||
|
| 1.15 - 1.16.1 | `5` |
|
||||||
|
| 1.16.2 - 1.16.5 | `6` |
|
||||||
|
| 1.17 - 1.17.1 | `7` |
|
||||||
|
| 1.18 - 1.18.2 | `8` |
|
||||||
|
| 1.19 - 1.19.2 | `9` |
|
||||||
|
| 1.19.3 | `12` |
|
||||||
|
| 1.19.4 | `13` |
|
||||||
|
| 1.20 - 1.20.2 | `15` |
|
||||||
|
| 1.20.2 - 1.20.4 | `18` |
|
BIN
Resource Packs/Tutorial/assets/minecraft/models/item/Thumbs.db
Normal file
BIN
Resource Packs/Tutorial/assets/minecraft/models/item/Thumbs.db
Normal file
Binary file not shown.
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"parent": "item/handheld",
|
||||||
|
"textures": {
|
||||||
|
"layer0": "item/leather_boots"
|
||||||
|
},
|
||||||
|
"overrides": [
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"parent": "item/handheld",
|
||||||
|
"textures": {
|
||||||
|
"layer0": "item/leather_chestplate"
|
||||||
|
},
|
||||||
|
"overrides": [
|
||||||
|
{ "predicate": {"custom_model_data":1}, "model": "vp:item/wheel1r"},
|
||||||
|
{ "predicate": {"custom_model_data":2}, "model": "vp:item/wheel2r"},
|
||||||
|
{ "predicate": {"custom_model_data":3}, "model": "vp:item/wheel3r"},
|
||||||
|
{ "predicate": {"custom_model_data":4}, "model": "vp:item/wheel4r"},
|
||||||
|
{ "predicate": {"custom_model_data":5}, "model": "vp:item/wheel5r"}
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"parent": "item/handheld",
|
||||||
|
"textures": {
|
||||||
|
"layer0": "item/leather_leggings"
|
||||||
|
},
|
||||||
|
"overrides": [
|
||||||
|
{ "predicate": {"custom_model_data":1}, "model": "item/cars/spoiler1"},
|
||||||
|
{ "predicate": {"custom_model_data":2}, "model": "item/cars/spoiler2"},
|
||||||
|
{ "predicate": {"custom_model_data":3}, "model": "item/cars/spoiler3"},
|
||||||
|
{ "predicate": {"custom_model_data":4}, "model": "item/cars/spoiler4"}
|
||||||
|
]
|
||||||
|
}
|
27
Resource Packs/Tutorial/assets/minecraft/sounds.json
Normal file
27
Resource Packs/Tutorial/assets/minecraft/sounds.json
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"vp.idle":{
|
||||||
|
"sounds":[
|
||||||
|
"vp:vehicles/idle"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"vp.start":{
|
||||||
|
"sounds":[
|
||||||
|
"vp:vehicles/start"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"vp.accelerate":{
|
||||||
|
"sounds":[
|
||||||
|
"vp:vehicles/accelerate"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"vp.driving":{
|
||||||
|
"sounds":[
|
||||||
|
"vp:vehicles/driving"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"vp.slowingdown":{
|
||||||
|
"sounds":[
|
||||||
|
"vp:vehicles/slowingdown"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
630
Resource Packs/Tutorial/assets/vp/models/item/spoiler1.json
Normal file
630
Resource Packs/Tutorial/assets/vp/models/item/spoiler1.json
Normal file
|
@ -0,0 +1,630 @@
|
||||||
|
{
|
||||||
|
"__comment": "Designed_by_Legofreak107_with_Cubik_Studio_-_https://cubik.studio",
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"__comment": "Box6852",
|
||||||
|
"from": [
|
||||||
|
3.125,
|
||||||
|
9.5,
|
||||||
|
24.625
|
||||||
|
],
|
||||||
|
"to": [
|
||||||
|
5.625,
|
||||||
|
9.751,
|
||||||
|
25.625
|
||||||
|
],
|
||||||
|
"rotation": {
|
||||||
|
"origin": [
|
||||||
|
3.125,
|
||||||
|
9.5,
|
||||||
|
24.625
|
||||||
|
],
|
||||||
|
"axis": "y",
|
||||||
|
"angle": -22.5
|
||||||
|
},
|
||||||
|
"faces": {
|
||||||
|
"down": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
7,
|
||||||
|
7,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
8,
|
||||||
|
7,
|
||||||
|
9
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"north": {
|
||||||
|
"uv": [
|
||||||
|
9,
|
||||||
|
5.999,
|
||||||
|
13,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
5.999,
|
||||||
|
7,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"uv": [
|
||||||
|
8,
|
||||||
|
5.999,
|
||||||
|
9,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"uv": [
|
||||||
|
7,
|
||||||
|
5.999,
|
||||||
|
8,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box6852",
|
||||||
|
"from": [
|
||||||
|
10.625,
|
||||||
|
9.5,
|
||||||
|
25.625
|
||||||
|
],
|
||||||
|
"to": [
|
||||||
|
13.125,
|
||||||
|
9.751,
|
||||||
|
26.625
|
||||||
|
],
|
||||||
|
"rotation": {
|
||||||
|
"origin": [
|
||||||
|
10.625,
|
||||||
|
9.5,
|
||||||
|
25.625
|
||||||
|
],
|
||||||
|
"axis": "y",
|
||||||
|
"angle": 22.5
|
||||||
|
},
|
||||||
|
"faces": {
|
||||||
|
"down": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
7,
|
||||||
|
7,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
8,
|
||||||
|
7,
|
||||||
|
9
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"north": {
|
||||||
|
"uv": [
|
||||||
|
9,
|
||||||
|
5.999,
|
||||||
|
13,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
5.999,
|
||||||
|
7,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"uv": [
|
||||||
|
8,
|
||||||
|
5.999,
|
||||||
|
9,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"uv": [
|
||||||
|
7,
|
||||||
|
5.999,
|
||||||
|
8,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box6852",
|
||||||
|
"from": [
|
||||||
|
5,
|
||||||
|
9.5,
|
||||||
|
25.5
|
||||||
|
],
|
||||||
|
"to": [
|
||||||
|
11,
|
||||||
|
9.751,
|
||||||
|
26.5
|
||||||
|
],
|
||||||
|
"faces": {
|
||||||
|
"down": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
7,
|
||||||
|
7,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
8,
|
||||||
|
7,
|
||||||
|
9
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"north": {
|
||||||
|
"uv": [
|
||||||
|
9,
|
||||||
|
5.999,
|
||||||
|
13,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
5.999,
|
||||||
|
7,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"uv": [
|
||||||
|
8,
|
||||||
|
5.999,
|
||||||
|
9,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"uv": [
|
||||||
|
7,
|
||||||
|
5.999,
|
||||||
|
8,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box6855",
|
||||||
|
"from": [
|
||||||
|
10.25,
|
||||||
|
7.5,
|
||||||
|
24.625
|
||||||
|
],
|
||||||
|
"to": [
|
||||||
|
10.501,
|
||||||
|
9.875,
|
||||||
|
24.876
|
||||||
|
],
|
||||||
|
"rotation": {
|
||||||
|
"origin": [
|
||||||
|
10.25,
|
||||||
|
7.5,
|
||||||
|
24.625
|
||||||
|
],
|
||||||
|
"axis": "x",
|
||||||
|
"angle": 22.5
|
||||||
|
},
|
||||||
|
"faces": {
|
||||||
|
"down": {
|
||||||
|
"uv": [
|
||||||
|
10.5,
|
||||||
|
5.999001,
|
||||||
|
10.501,
|
||||||
|
6.25
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
"uv": [
|
||||||
|
10.5,
|
||||||
|
9.75,
|
||||||
|
10.501,
|
||||||
|
10.001
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"north": {
|
||||||
|
"uv": [
|
||||||
|
5.499,
|
||||||
|
6.5,
|
||||||
|
5.5,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"uv": [
|
||||||
|
10.5,
|
||||||
|
6.5,
|
||||||
|
10.501,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"uv": [
|
||||||
|
9.75,
|
||||||
|
6.5,
|
||||||
|
10.001,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"uv": [
|
||||||
|
5.999,
|
||||||
|
6.5,
|
||||||
|
6.25,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box6855",
|
||||||
|
"from": [
|
||||||
|
10.25,
|
||||||
|
7.5,
|
||||||
|
25.375
|
||||||
|
],
|
||||||
|
"to": [
|
||||||
|
10.501,
|
||||||
|
9.875,
|
||||||
|
25.626
|
||||||
|
],
|
||||||
|
"rotation": {
|
||||||
|
"origin": [
|
||||||
|
10.25,
|
||||||
|
7.5,
|
||||||
|
25.375
|
||||||
|
],
|
||||||
|
"axis": "x",
|
||||||
|
"angle": 22.5
|
||||||
|
},
|
||||||
|
"faces": {
|
||||||
|
"down": {
|
||||||
|
"uv": [
|
||||||
|
10.5,
|
||||||
|
5.999001,
|
||||||
|
10.501,
|
||||||
|
6.25
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
"uv": [
|
||||||
|
10.5,
|
||||||
|
9.75,
|
||||||
|
10.501,
|
||||||
|
10.001
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"north": {
|
||||||
|
"uv": [
|
||||||
|
5.499,
|
||||||
|
6.5,
|
||||||
|
5.5,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"uv": [
|
||||||
|
10.5,
|
||||||
|
6.5,
|
||||||
|
10.501,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"uv": [
|
||||||
|
9.75,
|
||||||
|
6.5,
|
||||||
|
10.001,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"uv": [
|
||||||
|
5.999,
|
||||||
|
6.5,
|
||||||
|
6.25,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box6855",
|
||||||
|
"from": [
|
||||||
|
5.5,
|
||||||
|
7.5,
|
||||||
|
25.375
|
||||||
|
],
|
||||||
|
"to": [
|
||||||
|
5.751,
|
||||||
|
9.875,
|
||||||
|
25.626
|
||||||
|
],
|
||||||
|
"rotation": {
|
||||||
|
"origin": [
|
||||||
|
5.5,
|
||||||
|
7.5,
|
||||||
|
25.375
|
||||||
|
],
|
||||||
|
"axis": "x",
|
||||||
|
"angle": 22.5
|
||||||
|
},
|
||||||
|
"faces": {
|
||||||
|
"down": {
|
||||||
|
"uv": [
|
||||||
|
10.5,
|
||||||
|
5.999001,
|
||||||
|
10.501,
|
||||||
|
6.25
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
"uv": [
|
||||||
|
10.5,
|
||||||
|
9.75,
|
||||||
|
10.501,
|
||||||
|
10.001
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"north": {
|
||||||
|
"uv": [
|
||||||
|
5.499,
|
||||||
|
6.5,
|
||||||
|
5.5,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"uv": [
|
||||||
|
10.5,
|
||||||
|
6.5,
|
||||||
|
10.501,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"uv": [
|
||||||
|
9.75,
|
||||||
|
6.5,
|
||||||
|
10.001,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"uv": [
|
||||||
|
5.999,
|
||||||
|
6.5,
|
||||||
|
6.25,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box6855",
|
||||||
|
"from": [
|
||||||
|
5.5,
|
||||||
|
7.5,
|
||||||
|
24.625
|
||||||
|
],
|
||||||
|
"to": [
|
||||||
|
5.751,
|
||||||
|
9.875,
|
||||||
|
24.876
|
||||||
|
],
|
||||||
|
"rotation": {
|
||||||
|
"origin": [
|
||||||
|
5.5,
|
||||||
|
7.5,
|
||||||
|
24.625
|
||||||
|
],
|
||||||
|
"axis": "x",
|
||||||
|
"angle": 22.5
|
||||||
|
},
|
||||||
|
"faces": {
|
||||||
|
"down": {
|
||||||
|
"uv": [
|
||||||
|
10.5,
|
||||||
|
5.999001,
|
||||||
|
10.501,
|
||||||
|
6.25
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
"uv": [
|
||||||
|
10.5,
|
||||||
|
9.75,
|
||||||
|
10.501,
|
||||||
|
10.001
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"north": {
|
||||||
|
"uv": [
|
||||||
|
5.499,
|
||||||
|
6.5,
|
||||||
|
5.5,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"uv": [
|
||||||
|
10.5,
|
||||||
|
6.5,
|
||||||
|
10.501,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"uv": [
|
||||||
|
9.75,
|
||||||
|
6.5,
|
||||||
|
10.001,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"uv": [
|
||||||
|
5.999,
|
||||||
|
6.5,
|
||||||
|
6.25,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"display": {
|
||||||
|
"gui": {
|
||||||
|
"rotation": [
|
||||||
|
30,
|
||||||
|
225,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"translation": [
|
||||||
|
25.042,
|
||||||
|
-15.29,
|
||||||
|
-2.773
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
2,
|
||||||
|
2,
|
||||||
|
2
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"head": {
|
||||||
|
"translation": [
|
||||||
|
0,
|
||||||
|
-11,
|
||||||
|
-5
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
4,
|
||||||
|
4,
|
||||||
|
4
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"textures": {
|
||||||
|
"particle": "block/particle",
|
||||||
|
"texture": "block/texture",
|
||||||
|
"R8_14blend_palette": "block/r8_14blend_palette",
|
||||||
|
"voxels_palette": "block/voxels_palette",
|
||||||
|
"interiour": "block/gray_concrete",
|
||||||
|
"detail": "block/black_concrete",
|
||||||
|
"engine": "block/light_blue_concrete",
|
||||||
|
"body": "block/white_concrete",
|
||||||
|
"details2": "block/anvil",
|
||||||
|
"headlights": "block/white_concrete_powder",
|
||||||
|
"taillights": "block/red_concrete",
|
||||||
|
"skyline_GTR_palette": "item/skyline_gtr_palette",
|
||||||
|
"seat": "block/light_gray_concrete"
|
||||||
|
}
|
||||||
|
}
|
930
Resource Packs/Tutorial/assets/vp/models/item/spoiler2.json
Normal file
930
Resource Packs/Tutorial/assets/vp/models/item/spoiler2.json
Normal file
|
@ -0,0 +1,930 @@
|
||||||
|
{
|
||||||
|
"__comment": "Designed_by_Legofreak107_with_Cubik_Studio_-_https://cubik.studio",
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"__comment": "Box6852",
|
||||||
|
"from": [
|
||||||
|
3,
|
||||||
|
9.5,
|
||||||
|
25.25
|
||||||
|
],
|
||||||
|
"to": [
|
||||||
|
13,
|
||||||
|
9.75,
|
||||||
|
26.75
|
||||||
|
],
|
||||||
|
"faces": {
|
||||||
|
"down": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
7,
|
||||||
|
7,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
8,
|
||||||
|
7,
|
||||||
|
9
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"north": {
|
||||||
|
"uv": [
|
||||||
|
9,
|
||||||
|
5.999,
|
||||||
|
13,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
5.999,
|
||||||
|
7,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"uv": [
|
||||||
|
8,
|
||||||
|
5.999,
|
||||||
|
9,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"uv": [
|
||||||
|
7,
|
||||||
|
5.999,
|
||||||
|
8,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box6855",
|
||||||
|
"from": [
|
||||||
|
10.25,
|
||||||
|
7.5,
|
||||||
|
24.625
|
||||||
|
],
|
||||||
|
"to": [
|
||||||
|
10.501,
|
||||||
|
9.875,
|
||||||
|
24.876
|
||||||
|
],
|
||||||
|
"rotation": {
|
||||||
|
"origin": [
|
||||||
|
10.25,
|
||||||
|
7.5,
|
||||||
|
24.625
|
||||||
|
],
|
||||||
|
"axis": "x",
|
||||||
|
"angle": 22.5
|
||||||
|
},
|
||||||
|
"faces": {
|
||||||
|
"down": {
|
||||||
|
"uv": [
|
||||||
|
10.5,
|
||||||
|
5.999001,
|
||||||
|
10.501,
|
||||||
|
6.25
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
"uv": [
|
||||||
|
10.5,
|
||||||
|
9.75,
|
||||||
|
10.501,
|
||||||
|
10.001
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"north": {
|
||||||
|
"uv": [
|
||||||
|
5.499,
|
||||||
|
6.5,
|
||||||
|
5.5,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"uv": [
|
||||||
|
10.5,
|
||||||
|
6.5,
|
||||||
|
10.501,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"uv": [
|
||||||
|
9.75,
|
||||||
|
6.5,
|
||||||
|
10.001,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"uv": [
|
||||||
|
5.999,
|
||||||
|
6.5,
|
||||||
|
6.25,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box6855",
|
||||||
|
"from": [
|
||||||
|
10.25,
|
||||||
|
7.5,
|
||||||
|
25.375
|
||||||
|
],
|
||||||
|
"to": [
|
||||||
|
10.501,
|
||||||
|
9.875,
|
||||||
|
25.626
|
||||||
|
],
|
||||||
|
"rotation": {
|
||||||
|
"origin": [
|
||||||
|
10.25,
|
||||||
|
7.5,
|
||||||
|
25.375
|
||||||
|
],
|
||||||
|
"axis": "x",
|
||||||
|
"angle": 22.5
|
||||||
|
},
|
||||||
|
"faces": {
|
||||||
|
"down": {
|
||||||
|
"uv": [
|
||||||
|
10.5,
|
||||||
|
5.999001,
|
||||||
|
10.501,
|
||||||
|
6.25
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
"uv": [
|
||||||
|
10.5,
|
||||||
|
9.75,
|
||||||
|
10.501,
|
||||||
|
10.001
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"north": {
|
||||||
|
"uv": [
|
||||||
|
5.499,
|
||||||
|
6.5,
|
||||||
|
5.5,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"uv": [
|
||||||
|
10.5,
|
||||||
|
6.5,
|
||||||
|
10.501,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"uv": [
|
||||||
|
9.75,
|
||||||
|
6.5,
|
||||||
|
10.001,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"uv": [
|
||||||
|
5.999,
|
||||||
|
6.5,
|
||||||
|
6.25,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box6855",
|
||||||
|
"from": [
|
||||||
|
5.5,
|
||||||
|
7.5,
|
||||||
|
25.375
|
||||||
|
],
|
||||||
|
"to": [
|
||||||
|
5.751,
|
||||||
|
9.875,
|
||||||
|
25.626
|
||||||
|
],
|
||||||
|
"rotation": {
|
||||||
|
"origin": [
|
||||||
|
5.5,
|
||||||
|
7.5,
|
||||||
|
25.375
|
||||||
|
],
|
||||||
|
"axis": "x",
|
||||||
|
"angle": 22.5
|
||||||
|
},
|
||||||
|
"faces": {
|
||||||
|
"down": {
|
||||||
|
"uv": [
|
||||||
|
10.5,
|
||||||
|
5.999001,
|
||||||
|
10.501,
|
||||||
|
6.25
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
"uv": [
|
||||||
|
10.5,
|
||||||
|
9.75,
|
||||||
|
10.501,
|
||||||
|
10.001
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"north": {
|
||||||
|
"uv": [
|
||||||
|
5.499,
|
||||||
|
6.5,
|
||||||
|
5.5,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"uv": [
|
||||||
|
10.5,
|
||||||
|
6.5,
|
||||||
|
10.501,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"uv": [
|
||||||
|
9.75,
|
||||||
|
6.5,
|
||||||
|
10.001,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"uv": [
|
||||||
|
5.999,
|
||||||
|
6.5,
|
||||||
|
6.25,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box6855",
|
||||||
|
"from": [
|
||||||
|
5.5,
|
||||||
|
7.5,
|
||||||
|
24.625
|
||||||
|
],
|
||||||
|
"to": [
|
||||||
|
5.751,
|
||||||
|
9.875,
|
||||||
|
24.876
|
||||||
|
],
|
||||||
|
"rotation": {
|
||||||
|
"origin": [
|
||||||
|
5.5,
|
||||||
|
7.5,
|
||||||
|
24.625
|
||||||
|
],
|
||||||
|
"axis": "x",
|
||||||
|
"angle": 22.5
|
||||||
|
},
|
||||||
|
"faces": {
|
||||||
|
"down": {
|
||||||
|
"uv": [
|
||||||
|
10.5,
|
||||||
|
5.999001,
|
||||||
|
10.501,
|
||||||
|
6.25
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
"uv": [
|
||||||
|
10.5,
|
||||||
|
9.75,
|
||||||
|
10.501,
|
||||||
|
10.001
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"north": {
|
||||||
|
"uv": [
|
||||||
|
5.499,
|
||||||
|
6.5,
|
||||||
|
5.5,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"uv": [
|
||||||
|
10.5,
|
||||||
|
6.5,
|
||||||
|
10.501,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"uv": [
|
||||||
|
9.75,
|
||||||
|
6.5,
|
||||||
|
10.001,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"uv": [
|
||||||
|
5.999,
|
||||||
|
6.5,
|
||||||
|
6.25,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box6852",
|
||||||
|
"from": [
|
||||||
|
2.75,
|
||||||
|
9.25,
|
||||||
|
25.75
|
||||||
|
],
|
||||||
|
"to": [
|
||||||
|
3,
|
||||||
|
10.5,
|
||||||
|
26.75
|
||||||
|
],
|
||||||
|
"faces": {
|
||||||
|
"down": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
7,
|
||||||
|
7,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
8,
|
||||||
|
7,
|
||||||
|
9
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"north": {
|
||||||
|
"uv": [
|
||||||
|
9,
|
||||||
|
5.999,
|
||||||
|
13,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
5.999,
|
||||||
|
7,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"uv": [
|
||||||
|
8,
|
||||||
|
5.999,
|
||||||
|
9,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"uv": [
|
||||||
|
7,
|
||||||
|
5.999,
|
||||||
|
8,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box6852",
|
||||||
|
"from": [
|
||||||
|
13,
|
||||||
|
9.25,
|
||||||
|
25.75
|
||||||
|
],
|
||||||
|
"to": [
|
||||||
|
13.25,
|
||||||
|
10.5,
|
||||||
|
26.75
|
||||||
|
],
|
||||||
|
"faces": {
|
||||||
|
"down": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
7,
|
||||||
|
7,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
8,
|
||||||
|
7,
|
||||||
|
9
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"north": {
|
||||||
|
"uv": [
|
||||||
|
9,
|
||||||
|
5.999,
|
||||||
|
13,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
5.999,
|
||||||
|
7,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"uv": [
|
||||||
|
8,
|
||||||
|
5.999,
|
||||||
|
9,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"uv": [
|
||||||
|
7,
|
||||||
|
5.999,
|
||||||
|
8,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box6852",
|
||||||
|
"from": [
|
||||||
|
13,
|
||||||
|
9.25,
|
||||||
|
24.75
|
||||||
|
],
|
||||||
|
"to": [
|
||||||
|
13.25,
|
||||||
|
10,
|
||||||
|
25.75
|
||||||
|
],
|
||||||
|
"faces": {
|
||||||
|
"down": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
7,
|
||||||
|
7,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
8,
|
||||||
|
7,
|
||||||
|
9
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"north": {
|
||||||
|
"uv": [
|
||||||
|
9,
|
||||||
|
5.999,
|
||||||
|
13,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
5.999,
|
||||||
|
7,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"uv": [
|
||||||
|
8,
|
||||||
|
5.999,
|
||||||
|
9,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"uv": [
|
||||||
|
7,
|
||||||
|
5.999,
|
||||||
|
8,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box6852",
|
||||||
|
"from": [
|
||||||
|
2.75,
|
||||||
|
9.625,
|
||||||
|
25
|
||||||
|
],
|
||||||
|
"to": [
|
||||||
|
3,
|
||||||
|
10.125,
|
||||||
|
26
|
||||||
|
],
|
||||||
|
"rotation": {
|
||||||
|
"origin": [
|
||||||
|
2.75,
|
||||||
|
9.625,
|
||||||
|
25
|
||||||
|
],
|
||||||
|
"axis": "x",
|
||||||
|
"angle": -22.5
|
||||||
|
},
|
||||||
|
"faces": {
|
||||||
|
"down": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
7,
|
||||||
|
7,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
8,
|
||||||
|
7,
|
||||||
|
9
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"north": {
|
||||||
|
"uv": [
|
||||||
|
9,
|
||||||
|
5.999,
|
||||||
|
13,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
5.999,
|
||||||
|
7,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"uv": [
|
||||||
|
8,
|
||||||
|
5.999,
|
||||||
|
9,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"uv": [
|
||||||
|
7,
|
||||||
|
5.999,
|
||||||
|
8,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box6852",
|
||||||
|
"from": [
|
||||||
|
13,
|
||||||
|
9.625,
|
||||||
|
25
|
||||||
|
],
|
||||||
|
"to": [
|
||||||
|
13.25,
|
||||||
|
10.125,
|
||||||
|
26
|
||||||
|
],
|
||||||
|
"rotation": {
|
||||||
|
"origin": [
|
||||||
|
13,
|
||||||
|
9.625,
|
||||||
|
25
|
||||||
|
],
|
||||||
|
"axis": "x",
|
||||||
|
"angle": -22.5
|
||||||
|
},
|
||||||
|
"faces": {
|
||||||
|
"down": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
7,
|
||||||
|
7,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
8,
|
||||||
|
7,
|
||||||
|
9
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"north": {
|
||||||
|
"uv": [
|
||||||
|
9,
|
||||||
|
5.999,
|
||||||
|
13,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
5.999,
|
||||||
|
7,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"uv": [
|
||||||
|
8,
|
||||||
|
5.999,
|
||||||
|
9,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"uv": [
|
||||||
|
7,
|
||||||
|
5.999,
|
||||||
|
8,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box6852",
|
||||||
|
"from": [
|
||||||
|
2.75,
|
||||||
|
9.25,
|
||||||
|
24.75
|
||||||
|
],
|
||||||
|
"to": [
|
||||||
|
3,
|
||||||
|
10,
|
||||||
|
25.75
|
||||||
|
],
|
||||||
|
"faces": {
|
||||||
|
"down": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
7,
|
||||||
|
7,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
8,
|
||||||
|
7,
|
||||||
|
9
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"north": {
|
||||||
|
"uv": [
|
||||||
|
9,
|
||||||
|
5.999,
|
||||||
|
13,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
5.999,
|
||||||
|
7,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"uv": [
|
||||||
|
8,
|
||||||
|
5.999,
|
||||||
|
9,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"uv": [
|
||||||
|
7,
|
||||||
|
5.999,
|
||||||
|
8,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"display": {
|
||||||
|
"gui": {
|
||||||
|
"rotation": [
|
||||||
|
30,
|
||||||
|
225,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"translation": [
|
||||||
|
25.042,
|
||||||
|
-15.29,
|
||||||
|
-2.773
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
2,
|
||||||
|
2,
|
||||||
|
2
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"head": {
|
||||||
|
"translation": [
|
||||||
|
0,
|
||||||
|
-11,
|
||||||
|
-5
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
4,
|
||||||
|
4,
|
||||||
|
4
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"textures": {
|
||||||
|
"particle": "block/particle",
|
||||||
|
"texture": "block/texture",
|
||||||
|
"R8_14blend_palette": "block/r8_14blend_palette",
|
||||||
|
"voxels_palette": "block/voxels_palette",
|
||||||
|
"interiour": "block/gray_concrete",
|
||||||
|
"detail": "block/black_concrete",
|
||||||
|
"engine": "block/light_blue_concrete",
|
||||||
|
"body": "block/white_concrete",
|
||||||
|
"details2": "block/anvil",
|
||||||
|
"headlights": "block/white_concrete_powder",
|
||||||
|
"taillights": "block/red_concrete",
|
||||||
|
"skyline_GTR_palette": "item/skyline_gtr_palette",
|
||||||
|
"seat": "block/light_gray_concrete"
|
||||||
|
}
|
||||||
|
}
|
1194
Resource Packs/Tutorial/assets/vp/models/item/spoiler3.json
Normal file
1194
Resource Packs/Tutorial/assets/vp/models/item/spoiler3.json
Normal file
File diff suppressed because it is too large
Load diff
594
Resource Packs/Tutorial/assets/vp/models/item/spoiler4.json
Normal file
594
Resource Packs/Tutorial/assets/vp/models/item/spoiler4.json
Normal file
|
@ -0,0 +1,594 @@
|
||||||
|
{
|
||||||
|
"__comment": "Designed_by_Legofreak107_with_Cubik_Studio_-_https://cubik.studio",
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"__comment": "Box6852",
|
||||||
|
"from": [
|
||||||
|
2,
|
||||||
|
10.5,
|
||||||
|
23.75
|
||||||
|
],
|
||||||
|
"to": [
|
||||||
|
14.25,
|
||||||
|
10.751,
|
||||||
|
25.125
|
||||||
|
],
|
||||||
|
"faces": {
|
||||||
|
"down": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
7,
|
||||||
|
7,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
8,
|
||||||
|
7,
|
||||||
|
9
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"north": {
|
||||||
|
"uv": [
|
||||||
|
9,
|
||||||
|
5.999,
|
||||||
|
13,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
5.999,
|
||||||
|
7,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"uv": [
|
||||||
|
8,
|
||||||
|
5.999,
|
||||||
|
9,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"uv": [
|
||||||
|
7,
|
||||||
|
5.999,
|
||||||
|
8,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box6852",
|
||||||
|
"from": [
|
||||||
|
2,
|
||||||
|
9.25,
|
||||||
|
23.75
|
||||||
|
],
|
||||||
|
"to": [
|
||||||
|
2.25,
|
||||||
|
10.5,
|
||||||
|
25.125
|
||||||
|
],
|
||||||
|
"faces": {
|
||||||
|
"down": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
7,
|
||||||
|
7,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
8,
|
||||||
|
7,
|
||||||
|
9
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"north": {
|
||||||
|
"uv": [
|
||||||
|
9,
|
||||||
|
5.999,
|
||||||
|
13,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
5.999,
|
||||||
|
7,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"uv": [
|
||||||
|
8,
|
||||||
|
5.999,
|
||||||
|
9,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"uv": [
|
||||||
|
7,
|
||||||
|
5.999,
|
||||||
|
8,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box6852",
|
||||||
|
"from": [
|
||||||
|
14,
|
||||||
|
9.25,
|
||||||
|
23.75
|
||||||
|
],
|
||||||
|
"to": [
|
||||||
|
14.25,
|
||||||
|
10.5,
|
||||||
|
25.125
|
||||||
|
],
|
||||||
|
"faces": {
|
||||||
|
"down": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
7,
|
||||||
|
7,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
8,
|
||||||
|
7,
|
||||||
|
9
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"north": {
|
||||||
|
"uv": [
|
||||||
|
9,
|
||||||
|
5.999,
|
||||||
|
13,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
5.999,
|
||||||
|
7,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"uv": [
|
||||||
|
8,
|
||||||
|
5.999,
|
||||||
|
9,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"uv": [
|
||||||
|
7,
|
||||||
|
5.999,
|
||||||
|
8,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box6852",
|
||||||
|
"from": [
|
||||||
|
3,
|
||||||
|
7.75,
|
||||||
|
23.75
|
||||||
|
],
|
||||||
|
"to": [
|
||||||
|
3.25,
|
||||||
|
9,
|
||||||
|
25.125
|
||||||
|
],
|
||||||
|
"faces": {
|
||||||
|
"down": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
7,
|
||||||
|
7,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
8,
|
||||||
|
7,
|
||||||
|
9
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"north": {
|
||||||
|
"uv": [
|
||||||
|
9,
|
||||||
|
5.999,
|
||||||
|
13,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
5.999,
|
||||||
|
7,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"uv": [
|
||||||
|
8,
|
||||||
|
5.999,
|
||||||
|
9,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"uv": [
|
||||||
|
7,
|
||||||
|
5.999,
|
||||||
|
8,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box6852",
|
||||||
|
"from": [
|
||||||
|
13,
|
||||||
|
7.75,
|
||||||
|
23.75
|
||||||
|
],
|
||||||
|
"to": [
|
||||||
|
13.25,
|
||||||
|
9,
|
||||||
|
25.125
|
||||||
|
],
|
||||||
|
"faces": {
|
||||||
|
"down": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
7,
|
||||||
|
7,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
8,
|
||||||
|
7,
|
||||||
|
9
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"north": {
|
||||||
|
"uv": [
|
||||||
|
9,
|
||||||
|
5.999,
|
||||||
|
13,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
5.999,
|
||||||
|
7,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"uv": [
|
||||||
|
8,
|
||||||
|
5.999,
|
||||||
|
9,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"uv": [
|
||||||
|
7,
|
||||||
|
5.999,
|
||||||
|
8,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box6852",
|
||||||
|
"from": [
|
||||||
|
13.125,
|
||||||
|
8.75,
|
||||||
|
23.75
|
||||||
|
],
|
||||||
|
"to": [
|
||||||
|
14.375,
|
||||||
|
9,
|
||||||
|
25.125
|
||||||
|
],
|
||||||
|
"rotation": {
|
||||||
|
"origin": [
|
||||||
|
13.125,
|
||||||
|
8.75,
|
||||||
|
23.75
|
||||||
|
],
|
||||||
|
"axis": "z",
|
||||||
|
"angle": 22.5
|
||||||
|
},
|
||||||
|
"faces": {
|
||||||
|
"down": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
7,
|
||||||
|
7,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
8,
|
||||||
|
7,
|
||||||
|
9
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"north": {
|
||||||
|
"uv": [
|
||||||
|
9,
|
||||||
|
5.999,
|
||||||
|
13,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
5.999,
|
||||||
|
7,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"uv": [
|
||||||
|
8,
|
||||||
|
5.999,
|
||||||
|
9,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"uv": [
|
||||||
|
7,
|
||||||
|
5.999,
|
||||||
|
8,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box6852",
|
||||||
|
"from": [
|
||||||
|
2,
|
||||||
|
9.25,
|
||||||
|
23.75
|
||||||
|
],
|
||||||
|
"to": [
|
||||||
|
3.25,
|
||||||
|
9.5,
|
||||||
|
25.125
|
||||||
|
],
|
||||||
|
"rotation": {
|
||||||
|
"origin": [
|
||||||
|
2,
|
||||||
|
9.25,
|
||||||
|
23.75
|
||||||
|
],
|
||||||
|
"axis": "z",
|
||||||
|
"angle": -22.5
|
||||||
|
},
|
||||||
|
"faces": {
|
||||||
|
"down": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
7,
|
||||||
|
7,
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"up": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
8,
|
||||||
|
7,
|
||||||
|
9
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"north": {
|
||||||
|
"uv": [
|
||||||
|
9,
|
||||||
|
5.999,
|
||||||
|
13,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"uv": [
|
||||||
|
3,
|
||||||
|
5.999,
|
||||||
|
7,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"west": {
|
||||||
|
"uv": [
|
||||||
|
8,
|
||||||
|
5.999,
|
||||||
|
9,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
},
|
||||||
|
"east": {
|
||||||
|
"uv": [
|
||||||
|
7,
|
||||||
|
5.999,
|
||||||
|
8,
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"texture": "#body",
|
||||||
|
"tintindex": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"display": {
|
||||||
|
"gui": {
|
||||||
|
"rotation": [
|
||||||
|
30,
|
||||||
|
225,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"translation": [
|
||||||
|
22.258,
|
||||||
|
-13.2,
|
||||||
|
-2.773
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
1.9,
|
||||||
|
1.9,
|
||||||
|
1.9
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"head": {
|
||||||
|
"translation": [
|
||||||
|
0,
|
||||||
|
-11,
|
||||||
|
-5
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
4,
|
||||||
|
4,
|
||||||
|
4
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"textures": {
|
||||||
|
"particle": "block/particle",
|
||||||
|
"texture": "block/texture",
|
||||||
|
"R8_14blend_palette": "block/r8_14blend_palette",
|
||||||
|
"voxels_palette": "block/voxels_palette",
|
||||||
|
"interiour": "block/gray_concrete",
|
||||||
|
"detail": "block/black_concrete",
|
||||||
|
"engine": "block/light_blue_concrete",
|
||||||
|
"body": "block/white_concrete",
|
||||||
|
"details2": "block/anvil",
|
||||||
|
"headlights": "block/white_concrete_powder",
|
||||||
|
"taillights": "block/red_concrete",
|
||||||
|
"skyline_GTR_palette": "item/skyline_gtr_palette",
|
||||||
|
"seat": "block/light_gray_concrete"
|
||||||
|
}
|
||||||
|
}
|
4939
Resource Packs/Tutorial/assets/vp/models/item/wheel1r.json
Normal file
4939
Resource Packs/Tutorial/assets/vp/models/item/wheel1r.json
Normal file
File diff suppressed because it is too large
Load diff
5953
Resource Packs/Tutorial/assets/vp/models/item/wheel2r.json
Normal file
5953
Resource Packs/Tutorial/assets/vp/models/item/wheel2r.json
Normal file
File diff suppressed because it is too large
Load diff
7492
Resource Packs/Tutorial/assets/vp/models/item/wheel3r.json
Normal file
7492
Resource Packs/Tutorial/assets/vp/models/item/wheel3r.json
Normal file
File diff suppressed because it is too large
Load diff
9508
Resource Packs/Tutorial/assets/vp/models/item/wheel4r.json
Normal file
9508
Resource Packs/Tutorial/assets/vp/models/item/wheel4r.json
Normal file
File diff suppressed because it is too large
Load diff
5074
Resource Packs/Tutorial/assets/vp/models/item/wheel5r.json
Normal file
5074
Resource Packs/Tutorial/assets/vp/models/item/wheel5r.json
Normal file
File diff suppressed because it is too large
Load diff
BIN
Resource Packs/Tutorial/assets/vp/sounds/vehicles/accelerate.ogg
Normal file
BIN
Resource Packs/Tutorial/assets/vp/sounds/vehicles/accelerate.ogg
Normal file
Binary file not shown.
BIN
Resource Packs/Tutorial/assets/vp/sounds/vehicles/driving.ogg
Normal file
BIN
Resource Packs/Tutorial/assets/vp/sounds/vehicles/driving.ogg
Normal file
Binary file not shown.
BIN
Resource Packs/Tutorial/assets/vp/sounds/vehicles/idle.ogg
Normal file
BIN
Resource Packs/Tutorial/assets/vp/sounds/vehicles/idle.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
Resource Packs/Tutorial/assets/vp/sounds/vehicles/start.ogg
Normal file
BIN
Resource Packs/Tutorial/assets/vp/sounds/vehicles/start.ogg
Normal file
Binary file not shown.
9
Resource Packs/Tutorial/pack.mcmeta
Normal file
9
Resource Packs/Tutorial/pack.mcmeta
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"pack": {
|
||||||
|
"pack_format": 18,
|
||||||
|
"description": "VehiclesPlus Resourcepack"
|
||||||
|
},
|
||||||
|
"meta": {
|
||||||
|
"game_version": "1.20.4"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue