feat: 传送并自动秘境添加荒废砌造坞 (#526)

This commit is contained in:
bling-yshs
2025-04-05 13:07:02 +08:00
committed by GitHub
parent f43a6b25c6
commit acb70fba13
3 changed files with 9 additions and 3 deletions

View File

@@ -256,6 +256,11 @@
"description": "Domain", "description": "Domain",
"name": "昏识塔", "name": "昏识塔",
"position": [-93.67, 0, 3015.46] "position": [-93.67, 0, 3015.46]
},
{
"description": "Domain",
"name": "荒废砌造坞",
"position": [-3378.5, 0, 10535.5]
} }
] ]

View File

@@ -1,7 +1,7 @@
{ {
"manifest_version": 1, "manifest_version": 1,
"name": "传送并自动秘境", "name": "传送并自动秘境",
"version": "1.5", "version": "1.6",
"description": "BetterGI自带脚本用于传送后并执行自动秘境。秘境中角色死亡复活后继续回去战斗。", "description": "BetterGI自带脚本用于传送后并执行自动秘境。秘境中角色死亡复活后继续回去战斗。",
"authors": [ "authors": [
{ {

View File

@@ -32,7 +32,8 @@
"蕴火的幽墟", "蕴火的幽墟",
"深古瞭望所", "深古瞭望所",
"虹灵的净土", "虹灵的净土",
"昏识塔" "昏识塔",
"荒废砌造坞"
] ]
} }
] ]