Getting started
These lessons each take you through a small project, step by step, and end with something that works. They teach you FoundryEngine by building with it. They assume no Java or Groovy experience.
Start here
- Your first bundle: set up your minecraft folder, copy a bundle, and load it in the game.
- Your first item: register an item, give it a texture, and find it in the creative tab.
Keep going
- Your first block and recipe: a block that glows, plus a crafting recipe.
- Sounds and particles: a sound and a particle effect your bundle registers.
- A branching dialogue: a conversation with choices.
- Areas and waypoints: zones that react to players, and markers you can place.
- A cutscene: a camera path with easing.
- Stages and game sessions: gate content behind progression and run a session.
Each lesson builds on the one before it. Do them in order the first time through.