Example Project

In this chapter, we will cover how to create a world template which includes a behavior pack as well as an resource pack.

Step 1: Initialize the project

mkdir lost-sword
cd lost-sword
allay init
New-Item -Path . -Name "lost-sword" -ItemType "directory"
Set-Location -Path '.\lost-sword'
allay init

Step 2: Configure the World Template

First we move a Minecraft world into the src/WT/ directory.

TODO