Compare commits
2 commits
8ee32e8b32
...
5f15fb39bd
Author | SHA1 | Date | |
---|---|---|---|
5f15fb39bd | |||
94ee8461f2 |
1 changed files with 4 additions and 15 deletions
|
@ -2,7 +2,7 @@
|
||||||
title: Vehicle Configuration
|
title: Vehicle Configuration
|
||||||
description: Configure the base vehicles.
|
description: Configure the base vehicles.
|
||||||
published: true
|
published: true
|
||||||
date: 2024-04-07T10:35:05.067Z
|
date: 2024-04-07T10:40:00.643Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2023-07-22T14:07:37.924Z
|
dateCreated: 2023-07-22T14:07:37.924Z
|
||||||
|
@ -30,20 +30,9 @@ You can easily find VehiclesPlus-compatible models [on Polymart](https://vehicle
|
||||||
##### Step 3: Changing the supported version
|
##### Step 3: 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.
|
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 | 1.13 - 1.14.4 | 1.15 - 1.16.1 | 1.16.2 - 1.16.5 | 1.17 - 1.17.1 | 1.18 - 1.18.2 | 1.19 - 1.19.2 | 1.19.3 | 1.19.4 | 1.20 - 1.20.2 | 1.20.2 - 1.20.4 |
|
||||||
|-----------------|--------------------|
|
|:-------------:|:-------------:|:-------------:|:---------------:|:-------------:|:-------------:|:-------------:|:------:|:------:|:-------------:|:---------------:|
|
||||||
| 1.12 - 1.12.2 | `3` |
|
| `3` | `4` | `5` | `6` | `7` | `8` | `9` | `12` | `13` | `15` | `18` |
|
||||||
| 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.1 | `15` |
|
|
||||||
| 1.20.2 | `18` |
|
|
||||||
| 1.20.3 - 1.20.4 | `22` |
|
|
||||||
|
|
||||||
###### Step 4: Install the model files
|
###### Step 4: Install the model files
|
||||||
Now its time to install the model's files inside the resourcepack. Most of the time, a `.json` file is included with your model. You can direclty put this file in the `assets/vp/models/item` folder.
|
Now its time to install the model's files inside the resourcepack. Most of the time, a `.json` file is included with your model. You can direclty put this file in the `assets/vp/models/item` folder.
|
||||||
|
|
Reference in a new issue