Files
netease-modsdk-wiki/docs/wiki/vr/pack_setup.md
2025-03-20 00:13:44 +08:00

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.
![](/assets/images/vr/setup/vr-template-contents.png)
## Holograms
This folder contains all the models the VR version of Minecraft uses, for example the VR hands.
![](/assets/images/vr/setup/vr-template-holograms.png)
## Textures
This folder stores all textures for the models.
![](/assets/images/vr/setup/vr-template-textures.png)
## 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>