feat: 标准化占位符, 增加模板

This commit is contained in:
2025-11-29 23:38:03 +08:00
parent d647e84db0
commit 8da042ccd3
13 changed files with 402 additions and 103 deletions

View File

@@ -1,7 +1,7 @@
ProjectName = "Circus"
ProjectName = "{{mod_name}}"
ServerSystemName = "CircusServerSystem"
ServerSystemPath = "circusScripts.modServer.serverSystem.CircusServerSystem"
ServerSystemName = "{{mod_name}}ServerSystem"
ServerSystemPath = "{{mod_name_lower}}Scripts.modServer.serverSystem.{{mod_name}}ServerSystem"
ClientSystemName = "CircusClientSystem"
ClientSystemPath = "circusScripts.modClient.clientSystem.CircusClientSystem"
ClientSystemName = "{{mod_name}}ClientSystem"
ClientSystemPath = "{{mod_name_lower}}Scripts.modClient.clientSystem.{{mod_name}}ClientSystem"

View File

@@ -3,7 +3,7 @@
{
"description": "",
"type": "data",
"uuid": "{behavior_module_uuid}",
"uuid": "{{behavior_module_uuid}}",
"version": [
0,
0,
@@ -14,7 +14,7 @@
"header": {
"description": "",
"name": "behavior_pack",
"uuid": "{behavior_pack_uuid}",
"uuid": "{{behavior_pack_uuid}}",
"version": [
0,
0,