
Foundry Engine
A NeoForge Minecraft mod that turns Minecraft into a development-ready game engine.
FoundryEngine
An in-game development platform and scripting engine built as a NeoForge Minecraft mod.
Summary
FoundryEngine is a NeoForge mod that lets creators build custom gameplay systems, items, cutscenes, and dialogues using Groovy scripts and an in-game editor. With modular bundles and live reloading, you can develop and test content directly inside Minecraft without restarting the game.
What is FoundryEngine?
FoundryEngine provides an in-game development environment for Minecraft. It lets mapmakers, server owners, and modpack creators build standalone games, custom mechanics, and interactive story systems without compiling separate mod JARs.
Content is authored in Groovy scripts and organized into self-contained bundles. With the integrated Dear ImGui editor suite and runtime reloading (/engine reload), script edits and asset updates apply immediately while the game is running.
Note: Registry changes (such as registering new items, blocks, or sounds) require a game restart and cannot be hot reloaded at this time.
Key Features
Bundles and Scripting
- Self-contained packages: Group scripts, models, textures, and sounds into isolated folders inside
.minecraft/FoundryEngine/bundles/ - Live reloading: Test script logic and asset changes live with
/engine reload. (Registry changes require a game restart and cannot be hot reloaded yet.) - Clear structure: Organize your code across dedicated
common,server, andcliententrypoints.
In-Game ImGui Editor
- Script and JSON editor: Edit Groovy scripts directly inside Minecraft with syntax highlighting and diagnostic checks.
- Dialogue editor: Build branching conversations with player options, custom requirements, and script triggers.
- Visual cutscene timeline: Position cameras along splines with keyframes, focal points, and easing transitions.
- Spatial area tools: Place 3D bounding boxes in the world to configure trigger zones visually.
- Development utilities: Inspect textures, browse files, test recipes, monitor console logs, and commit changes to Git.
Gameplay Subsystems
- Builder APIs: Register items, blocks, block entities, recipes, sounds, particles, and tags directly from scripts.
- Event bus: Hook into game ticks, block clicks, player interactions, combat, and custom engine lifecycle events.
- Stage progression: Lock items, blocks, mobs, recipes, and dimensions behind unlockable progression stages.
- Instanced dimensions: Spawn temporary dimension copies for custom game sessions, dungeons, or minigames without touching base world saves.
- Screen shaders: Apply post-processing effects including vignette, depth blur, color fades, and custom skyboxes.
Getting Started
For Players and Server Hosts
- Install NeoForge on Minecraft 26.1.2 or 26.2
- Place
FoundryEngineand its required dependencies into yourmods/directory. - Put downloaded content packages into the
/FoundryEngine/bundles/folder. - Start the game or server.
For Creators and Pack Authors
- Check the FoundryEngine Wiki for guides, builder tutorials, and API documentation.
- Open the in-game editor using the configured shortcut or menu.
- Create a new bundle in your
/FoundryEngine/bundles/directory or start from the ExampleBundle template. - Write your registration and gameplay logic in Groovy scripts.
- Run
/engine reloadto test script and asset changes in real time. (Registry changes require a game restart.)
Requirements and Compatibility
- Mod loader: NeoForge
- Java version: Java 25
- Supported versions: Minecraft 26.1.2 and Minecraft 26.2
- Environment: Client, Dedicated Server, and Singleplayer
Links
- Documentation Wiki: luckymcdev.github.io/FoundryEngine
- Source code: GitHub Repository
- Starter template: Example Bundle Repository
- Issues: GitHub Issues
Credits
- LuckyMcDev: Creator and lead developer
- Auseawesome: Feature design and logo artwork
- G_cat: Alpha testing
- Built using NeoForge, Apache Groovy, ImGuiMc, and Stonecutter.
Как поиграть с друзьями с модом Foundry Engine?
Мод Foundry Engine куда интереснее в компании: поднимите сервер Майнкрафт с уже установленным модом, позовите друзей и играйте по своим правилам. Хостинг Майнкрафт для мода Foundry Engine будет готов за пару минут - BungeeHost сделает всё за вас.
