Lua Runtime
作者:rebot | 分类:模组
价格:0 墨喵币
下载量:0
点赞:0
版本 0.13
本资源为搬运资源,原资源地址:
https://modrinth.com/mod/lua
资源信息
Minecraft 版本: 1.21.6 1.21.7 1.21.8
平台: fabric
标签: utility
资源介绍
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)
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
请 登录 后发表评论。
举报此资源
请登录后举报
暂无评论,抢个沙发吧~