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

1.4 KiB

title, category, mentions, tags
title category mentions tags
Setting Up the Pack General
TheDoctor15
MedicalJewel105
TheItsNameless
SmokeyStack
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!

:::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

  • Setup Minecraft VR
  • Setup the pack
  • Edit the models