Skip to content

Prerequisites

SaphieNyako edited this page May 18, 2026 · 1 revision

This pages shows what knowledge you should have before starting to use Quest Giver.

Data/Resource Packs

You will need a basic understanding of data/resource packs. The vanilla minecraft pages concerning these topics should provide sufficient information.

Resource Packs

Data Packs

You should be able to recognise the structure of how data/resource packs are build up and under stand how minecraft uses namespace ID's as resource locations.

Resource Locations

JSON files

You should know the basic of using, creating and changing JSON files. Understanding the data types and syntax helps you recognise and avoid mistakes.

JSON files

Editing Program

For editing these files I recommend you use Visual Studio Code or other programs that support JSON editing. Event thou it works, I don't recommend using Notepad or any other text editing program.

Visual Studio Code

Clone this wiki locally