Installation
Install Minecraft, NeoForge, and FoundryEngine to start building bundles.
Prerequisites
Java 25+
FoundryEngine needs Java 25 or later. Download it from Adoptium Temurin.
Check your Java version:
bash
java -versionThe version number should start with 25. If the command is not found, install Java and restart your terminal.
NeoForge 26.1.x
FoundryEngine runs on NeoForge 26.1.x for Minecraft 26.1.x.
Using a custom launcher (Prism, MultiMC, ATLauncher, etc.):
- Create a new instance
- Pick the right Minecraft version for your NeoForge release
- Select NeoForge as the mod loader (latest 26.1.x.x version)
Using the official Minecraft launcher:
Follow the NeoForge client installation guide.
Installing FoundryEngine
- Download the latest FoundryEngine
.jarfrom the releases page - Place the
.jarinto your instance'smods/folder - Launch Minecraft with the NeoForge profile
Verifying installation
When you first launch, FoundryEngine creates a folder inside your Minecraft directory:
.minecraft/
└── FoundryEngine/
├── bundles/ # Your bundles go here
├── config/ # Per-bundle configuration
└── .cache/ # Internal cacheIf you see this folder, the mod loaded. You can also check the Mods menu — FoundryEngine should appear.
What's next
Now that FoundryEngine is installed:
- Your First Bundle — step-by-step tutorial
- Core Concepts — understand bundles, scripts, events
- Examples — see working code
