Files
bettergi-scripts-list/repo/js/AutoHoeingOneDragon/manifest.json
mno cb5b6e6d02 js:锄地一条龙 (#3055)
1.新增两个小怪传奇
2.将大部分按f改为按x,以防误拾取
3.移除部分无用策略
4.回调镇压沙暴
2026-03-31 12:40:32 +08:00

31 lines
852 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"manifest_version": 1,
"name": "锄地一条龙",
"version": "2.6.13",
"description": "一站式解决自动化锄地支持只拾取狗粮请仔细阅读README.md后使用",
"authors": [
{
"name": "mno",
"links": "https://github.com/Bedrockx"
},
{
"name": "汐",
"links": "https://github.com/jiegedabaobei"
}
],
"settings_ui": "settings.json",
"main": "main.js",
"saved_files": [
"records/*.json",
"blacklists/*.json",
"settings/*.json",
"assets/targetItems/其他/保留/*.png",
"assets/targetItems/其他/保留/*/*.png",
"assets/targetItems/其他/保留/*/*/*.png",
"assets/targetItems/其他/保留/*/*/*/*.png",
"pathing/0-保留/*.json",
"pathing/0-保留/*/*.json",
"pathing/0-保留/*/*/*.json",
"pathing/0-保留/*/*/*/*.json"
]
}