铁匠铺更正 (#900)

* Update settings.json

* Update main.js

* Update manifest.json

* Update readme(25.05.21).md

* Update main.js
This commit is contained in:
呱呱z
2025-05-22 02:13:23 +08:00
committed by GitHub
parent 8645b290bc
commit aad077588d
4 changed files with 8 additions and 7 deletions

View File

@@ -36,8 +36,9 @@
}; };
// 行列数的排列组合 // 行列数的排列组合
const rows = [1, 2, 3]; const rows = [1, 2, 3]; // 行数
const cols = [1, 2, 3, 4, 5]; const cols = [1, 2, 3, 4, 5]; // 列数
const gridCoordinates = []; const gridCoordinates = [];
for (const row of rows) { for (const row of rows) {
@@ -215,4 +216,4 @@
if (notice) { if (notice) {
notification.send("自动锻造矿石脚本结束"); notification.send("自动锻造矿石脚本结束");
} }
})(); })();

View File

@@ -3,7 +3,7 @@
"name": "自动锻造魔矿", "name": "自动锻造魔矿",
"version": "1.40521(2025.05.21版)", "version": "1.40521(2025.05.21版)",
"bgi_version": "0.44.0", "bgi_version": "0.44.0",
"description": "自动选择铁匠铺和使用矿物去锻造精锻矿。\n \n使用前请阅读“readme”文件。 \n---更新说明--- \n- 新增矿石不足时自动选择备用选矿", "description": "自动选择铁匠铺和使用矿物去锻造精锻矿。\n \n使用前请阅读“readme”文件。 \n---更新说明--- \n- 新增矿石未能识别时自动选择备用选矿",
"tags": ["铁匠铺", "锻造", "精锻用矿"], "tags": ["铁匠铺", "锻造", "精锻用矿"],
"authors": [ "authors": [
{ {

View File

@@ -57,7 +57,7 @@
### 1.405212025.05.21 ### 1.405212025.05.21
- 新增矿石不足时自动选择备用选矿 - 新增矿石未能识别时自动选择备用选矿
### 1.42025.05.20 ### 1.42025.05.20

View File

@@ -19,7 +19,7 @@
{ {
"name": "ore", "name": "ore",
"type": "select", "type": "select",
"label": "锻造用矿(默认:水晶块)\n当矿石不足时依次使用", "label": "当矿石未能识别时依次使用\n锻造用矿(默认:水晶块)",
"options": [ "options": [
"水晶块", "水晶块",
"萃凝晶", "萃凝晶",
@@ -55,4 +55,4 @@
"紫晶块" "紫晶块"
] ]
} }
] ]