feat: 标准化占位符, 增加模板
This commit is contained in:
@@ -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"
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user