# 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` |