zifeng_s_custom_skill_tree-1.20.1-Forge-1.3.0.jar
Curse Maven Snippet
What's new
==================================================
Zifeng Skill Tree (Forge 1.20.1) — CurseForge 更新报告(双语精简版)
Zifeng Skill Tree (Forge 1.20.1) — CurseForge Changelog (Bilingual)
Minecraft 1.20.1 · Forge 47.3.0+ · v1.3.0
==================================================
【版本 Version】v1.3.0 (Forge 1.20.1)
【首次发布 First Release】
这是 1.20.1 Forge 版首次发布,功能与 1.21.1 NeoForge 版 v1.3.0 完全一致。
This is the first release of the 1.20.1 Forge version, fully feature-aligned with the 1.21.1 NeoForge v1.3.0.
--------------------------------------------------
English Version:
--------------------------------------------------
v1.3.0 (Forge 1.20.1):
- ✨ 13 NEW skills:
- 🔮 Anvil Enchant trio: Random Enchant (100 pts — 4 lapis + 1 lv XP, random positive enchant, no curses, Fortune/Silk Touch exclusive), Enchant Breakthrough (1000 pts — all enchants +1 lv, cap 20), Enchant Overlimit (10000 pts — all enchants +2 lv, cap 100)
- 🧊 Survival Assist: No-Fly Inertia, Fly Mining (ignore airborne 5x penalty), Fire Immunity, Water Breathing, Dark Vision, Clear Water Vision (underwater/lava), AE Infinite Circuit (1000 pts — infinite AE2 channels, soft-integrated, reverts on disable)
- 🧑🌾 Villager: Unlimited Trades (never sells out), Villager Master (jump to max level + all trades)
- 🗺 Treasure Hunter (500 pts) — glowing outlines on loot containers / archaeology / spawners (gold/cyan/magenta, 64-block range, shader aware)
- 🔧 Gift amplifier cap 100 → 5
- 🐛 1.20.1 port-specific FIXES:
- Enchant Breakthrough/Overlimit no longer duplicate a higher-level enchant (now overwrites in place — 1.20.1 ItemStack.enchant appends duplicates)
- Auto-smelt blacklist now also matches by smelted result (adding charcoal now blocks logs; adding gold_ore blocks raw_gold)
- Drop-boost/Fortune detection fixed for 1.20.1 (runtime uses SRG field names + array fields — reflection now type-matched, drop multipliers actually work)
- Break All (bedrock mining) no longer spawns ghost blocks: vanilla getDrops returns an immutable list for bedrock — now wrapped in a mutable list, block drops correctly
- Villager Master now actually unlocks all trade tiers (protected updateTrades accessed via Mixin @Invoker — runtime SRG name broke reflection)
- Treasure Hunter outlines: x-ray see-through + solid colors (unaffected by block tint) + no flicker
- 🚀 PERFORMANCE (multiplayer/server): converter C2S packets now verify machine owner (anti-tamper); aura weapon-enchant list parsed once per tick (was per-target); Draconic class checks cached by Class; treasure scan skips unloaded chunks + slower interval; converter threshold cached 20 ticks; magnet large-radius scan throttled; gift toggle check throttled; key-bind views cached; skill-type lookup O(1); time/weather locks checked every 5 ticks; attribute panel cached 1s; per-frame debug log removed
- 📝 Credits: + Tweakeroo (unlimited trades)
Requirements: Forge 47.3.0+ (1.20.1), Java 17. No other dependencies.
Note: The 1.20.1 port uses a custom mining-efficiency attribute (vanilla 1.20.1 has no MINING_EFFICIENCY; behavior identical to 1.21.1).
--------------------------------------------------
中文版:
--------------------------------------------------
v1.3.0(Forge 1.20.1):
- ✨ 新增 13 个技能:
- 🔮 铁砧附魔三件套:随机附魔(100点 — 4青金石+1级经验,随机正面附魔,不含诅咒,时运/精准互斥)、附魔突破(1000点 — 所有附魔+1级,上限20)、超限附魔(10000点 — 所有附魔+2级,上限100)
- 🧊 生存辅助:御风止步(飞行无惯性)、凌空采掘(无视空中5倍惩罚)、烈焰不侵(火焰完全免疫)、鲛人之息(水下无限呼吸)、破暗之瞳(免疫黑暗)、碧波清眸(水下/岩浆清晰视野)、无限回路(1000点 — AE2 无限频道,软集成,关闭恢复)
- 🧑🌾 村民:无限交易(永不售罄)、村民大师(直接满级+全部交易)
- 🗺 寻宝大师(500点)— 64 格内容器/考古点/刷怪笼发光轮廓(金/青/品红三色,兼容光影)
- 🔧 馈赠增幅上限 100 → 5 级
- 🐛 1.20.1 移植版专属修复:
- 附魔突破/超限不再复制出一份更高等级附魔(改为原位覆盖升级 — 1.20.1 的 enchant() 会追加重复条目)
- 自动熔炼黑名单支持按熔炼产物匹配(加木炭可拦住原木;加金矿石可拦粗金)
- 修复 1.20.1 掉落增幅/时运判定失效(运行时字段是 SRG 名 + 数组类型 — 反射改为类型匹配,掉落倍率真正生效)
- 万物挖掘不再产生幽灵方块:原版基岩掉落列表不可变导致崩溃 — 已改为可变列表包装,方块正确掉落
- 村民大师真正解锁全部交易层级(updateTrades 是 protected 且运行时为 SRG 名 — 改用 Mixin @Invoker 访问)
- 寻宝大师轮廓:穿墙透视 + 纯色不受方块染色 + 不频闪
- 🚀 性能(多人/服务器):转换机网络包增加 owner 校验(防改他人机器);光环武器附魔每 tick 解析一次(原每目标解析);龙之研究类名判断按 Class 缓存;寻宝扫描跳过未加载区块+降频;转换机阈值 20 tick 缓存;磁铁大半径扫描降频;馈赠开关检测节流;按键绑定视图缓存;技能类型查询 O(1);时之环/晴空环每 5 tick 检查;属性面板 1 秒缓存;删除每帧调试日志
- 📝 致谢:+ Tweakeroo(无限交易)
环境要求:Forge 47.3.0+(1.20.1)、Java 17,无其他依赖。
说明:1.20.1 移植版用自定义挖掘效率属性(1.20.1 原版无 MINING_EFFICIENCY,行为与 1.21.1 完全一致)。
==================================================
All Relations
- All Relations
- Embedded Library
- Optional Dependency
- Required Dependency
- Tool
- Incompatible
- Include
This mod has no related projects

