58 lines
1.4 KiB
Markdown
58 lines
1.4 KiB
Markdown
---
|
|
title: Setting Up the Pack
|
|
category: General
|
|
mentions:
|
|
- TheDoctor15
|
|
- MedicalJewel105
|
|
- TheItsNameless
|
|
- SmokeyStack
|
|
tags:
|
|
- expert
|
|
---
|
|
|
|
To start making your addon you should download this template.
|
|
This template contains all the required assets for a start on making the VR pack.
|
|
|
|
<BButton
|
|
link="https://github.com/Bedrock-OSS/wiki-addon/releases/download/download/vr_template.mcpack"
|
|
color=blue
|
|
>Get the template!</BButton>
|
|
|
|
:::warning
|
|
Dont delete `contents.json` and `textures_list.json` from the template.
|
|
:::
|
|
|
|
## What does the template contain?
|
|
|
|
The template contains 2 editable folders; `holograms` and `textures`,
|
|
these folders contain the models and textures for the vr objects.
|
|
|
|

|
|
|
|
## Holograms
|
|
|
|
This folder contains all the models the VR version of Minecraft uses, for example the VR hands.
|
|
|
|

|
|
|
|
## Textures
|
|
|
|
This folder stores all textures for the models.
|
|
|
|

|
|
|
|
## Merging the VR template with your own pack
|
|
|
|
This pack depends on the `contents.json` and `textures_list.json` to work. All assets from your pack, that the game will use, need to be defined in there.
|
|
If you have 2 of the same files you are ought to combine them.
|
|
|
|
## Your progress so far
|
|
|
|
<Checklist>
|
|
|
|
- [x] Setup Minecraft VR
|
|
- [x] Setup the pack
|
|
- [ ] Edit the models
|
|
|
|
</Checklist>
|