AMPTemplates/minetestmetaconfig.json

10 lines
210 B
JSON
Raw Permalink Normal View History

2023-10-26 08:25:07 +02:00
[
{
"ConfigFile":"minetest.conf",
"AutoMap":true,
"ConfigType":"kvp",
"ConfigFormat":"{0} = {1}",
"ConfigFormatRegex":"^(?:# )?(?<key>.+?) = ?(?<value>.*?)$"
}
]