perf(recipe): 将永久魔镜配方中烈焰棒替换为回响碎片,提升配方稀有度;版本号升至1.0.2
All checks were successful
Build / build (push) Successful in 8m20s

This commit is contained in:
LiuEnder
2026-04-27 18:58:17 +08:00
parent 6b558f34b4
commit a3f3a23c42
4 changed files with 5 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ mod包名为com.le.teleportmirror 。
### 永久回城魔镜
潜影壳 紫颂果 潜影壳
末影珍珠 高级回城魔镜 末影珍珠
潜影壳 烈焰棒 潜影壳
潜影壳 回响碎片 潜影壳
## 传送魔镜
### 初级传送魔镜
@@ -64,7 +64,7 @@ mod包名为com.le.teleportmirror 。
### 永久传送魔镜
潜影壳 紫颂果 潜影壳
末影珍珠 高级传送魔镜 末影珍珠
潜影壳 烈焰棒 潜影壳
潜影壳 回响碎片 潜影壳
# 五、特殊机制
待定(保留接口,暂时不实装):一次性魔镜:低成本、低副作用(例如红石+青金石合成),用后即毁。

View File

@@ -32,7 +32,7 @@ mod_name=Teleport Mirror
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=MIT
# The mod version. See https://semver.org/
mod_version=1.0.1
mod_version=1.0.2
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
# This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html

View File

@@ -10,7 +10,7 @@
"C": { "item": "minecraft:chorus_fruit" },
"E": { "item": "minecraft:ender_pearl" },
"R": { "item": "teleportmirror:advanced_return_mirror" },
"B": { "item": "minecraft:blaze_rod" }
"B": { "item": "minecraft:echo_shard" }
},
"result": {
"id": "teleportmirror:permanent_return_mirror",

View File

@@ -10,7 +10,7 @@
"C": { "item": "minecraft:chorus_fruit" },
"E": { "item": "minecraft:ender_pearl" },
"R": { "item": "teleportmirror:advanced_teleport_mirror" },
"B": { "item": "minecraft:blaze_rod" }
"B": { "item": "minecraft:echo_shard" }
},
"result": {
"id": "teleportmirror:permanent_teleport_mirror",