
ModsJava
Lua Runtime
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

Add Lua scripting to Minecraft! Still in development.
Some notes to start with
- Don't forget to check the source code of scripts as it could be malicious. We're not responsible for any bans or damages caused by scripts.
- If the game crashes due to this mod, then its probably not caused by this mod, rather caused by scripts.
- If the game crashes after updating the mod, then try deleting the config at
[Minecraft folder]/config/lua_runtime_config.json
Benefits of using the mod
- Backwards compatibility: All scripts made for older versions of Minecraft will work on newer versions of Minecraft. (breaking changes are in alpha versions)
Using the mod
Adding mods
Drag and drop Lua scripts into the lua folder in your Minecraft instance folder.
Example script
print("Hello World!")
Minecraft.AddClientLoadedListener(function()
local gui = Minecraft.CreateNewGUI("Lua Screen")
gui.Display()
end)
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.21.6, 1.21.7, 1.21.8
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as lua_runtime_mod-0.13.jar — drop this file into the mods folder
- Download size: 1016 KB
- Download link checked 31 Aug 2026 — working
These come from our own check of the pack file, not from the source page.