mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-01-11 09:00:18 +01:00
5 lines
76 B
Lua
5 lines
76 B
Lua
|
|
local name = "foo:bar"
|
|
local modname = name:gsub(":.*", "")
|
|
print(modname)
|