1.修复上个版本的发包异常
2.新增终极附魔台。现在可配置经验消耗,可配置本模组的附魔能否通过箱子/村民交易获取
-
Fix the packet sending exception in the previous version
-
Added Ultimate Enchanting Table. Now, experience consumption can be configured, and whether enchantments from this module can be obtained through chests/villager trades can also be configured
尝试修复与服务器的不兼容问题
Attempt to fix the incompatibility issue with the server
1.修复:万能附魔书的配方无效bug,药水附魔台的换页功能失效bug
2.优化:tooltip渲染,物品模型粒子特效渲染/玩家特效渲染(参考了hyperlink的实现方式)
-
Fix: The bug where the recipe for the universal enchanting book is invalid and the page switching function of the potion enchanting table is not working
-
Optimization: Tooltip rendering, item model particle effect rendering/player effect rendering (referenced the implementation method of hyperlink)
GUI缩放持久化(会保存缩放设置),修XBlock有概率卡死游戏(因为之前闪电会攻击经验球)
GUI zoom persistence (saves zoom settings), fixing XBlock may cause the game to freeze (because lightning previously attacked experience orbs)
再次修复药水给予逻辑,防止生命提升/飞行等效果中断
优化mixin的兼容性,优化星空渲染
Repair the logic of potion granting to prevent interruptions of effects such as health increase/flight
Optimize the compatibility of mixins and enhance the starry sky rendering
星空渲染现在兼容光影,恩怨药水的效果触发现在不被无敌帧影响。
The starry sky rendering now supports lighting and shadows, and the effect triggering of the Grudge Potion is now unaffected by the invincibility frames.
这是一个相对稳定的版本,已删除所有Mixin除外的ASM操作。
添加恩怨药水
修复各种崩溃BUG
激进代码将会放到一个可选依赖的CoreMod,而不是放到正式版内
This is a relatively stable version, with all ASM operations except for Mixin removed.
Add the Enmity Potion
Fix various crash bugs
The radical code will be placed in an optional dependency CoreMod, rather than in the official version
修复BUG:agent拦截可能会引起类加载方面的BUG(已修复与车万女仆的冲突);GUI缩放功能(已修复点击判定);坚定药水无法作用于非玩家实体(已尝试修复,暂未测试);通过万能药水附魔瓶给予的药水附魔无法作用于非玩家实体(已修复);ASM修改实体数据导致在创造模式标签页时翻页有概率崩溃(已修复);药水效果例如飞行,会在刷新倒计时时失效(已修复,不再直接使用会中断药水效果的add方式)
新增物品:X系列武器/护甲,万能附魔书,药水附魔台
新增附魔:高级经验修补;高级力量;高级保护;高级锋利;烬灭;自动冶炼;万箭齐发;烈焰附加;连招;致命一击;伤害储存;元素亲和;生命链接;吸血;魔力聚焦;药水克星;重铸;追踪箭;凋零附加
新增配置项:本模组附魔是否可从原版附魔台获取;附魔等级是否能突破255
X护甲新功能:毁灭模式,通过字段回溯拉回生命数据。被ASM级改血攻击后,关闭毁灭模式时玩家可能死亡,请提前转移物品。毁灭模式时的远程攻击会直接删除实体和数据。在毁灭模式时,玩家会获得防缴械效果,未封装的清包手段几乎无效。
XSword:常规模式:右键格挡锁定当前血量。[潜行+左键] 可切换为搂4搂模式,可修改大部分生物的生命值,计划加入毁灭模式,但不会在常规版本出现。搂4搂模式右键蓄力可冲刺。
Fix BUGs: The agent interception may cause BUGs related to class loading (the conflict with Che Wan's maid has been fixed); GUI zoom function (the click determination has been fixed); the Fortify Potion cannot affect non-player entities (attempted to fix, but not tested yet); the Potion Enchantment given through the Universal Potion Enchanting Bottle cannot affect non-player entities (fixed); ASM modification of entity data causes a crash when paging in the Creative Mode tab (fixed); Potion effects such as Flight will expire when the refresh countdown starts (fixed, no longer using the add method that directly interrupts the Potion effect)
New items: X-series weapons/armor, universal enchanting book, potion enchanting table
New enchantments: Advanced Experience Repair; Advanced Strength; Advanced Protection; Advanced Sharpness; Ember Elimination; Automatic Smelting; Arrow Volley; Flame Attachment; Combination Attack; Critical Strike; Damage Storage; Elemental Affinity; Life Link; Bloodsucking; Mana Focus; Potion Buster; Recasting; Tracking Arrow; Withering Attachment
New configuration items: Whether enchanting from this module can be obtained from the original enchanting table; whether the enchanting level can exceed 255
New feature of X armor: Destruction mode, which pulls back health data through field tracing. After being attacked by ASM-level blood modification, players may die when the destruction mode is turned off. Please transfer items in advance. Remote attacks during destruction mode will directly delete entities and data. During destruction mode, players will gain a disarming effect, making unpacked inventory clearing methods almost ineffective.
XSword: Regular mode: Right-click to block and lock the current health. [Stealth + Left-click] to switch to the "Ludong" mode, which allows you to modify the health values of most creatures. A "Destruction" mode is planned to be added, but it will not appear in the regular version. In the "Ludong" mode, right-click to charge up and sprint.
LivingEntityHealthDataMixin写了extends Entity加构造函数super(entityType, level)。会扰乱LivingEntity的字段初始化顺序,导致activeEffects(f_20945_)在构造函数中为 null。创造模式翻页时会缓存创建EntityMaid,走到 LivingEntity.<init> 就崩溃。
已修复:调用getEntityData();
The LivingEntityHealthDataMixin class extends Entity and includes a constructor super(entityType, level). This can disrupt the initialization order of LivingEntity's fields, causing activeEffects (f_20945_) to be null in the constructor. When flipping pages in creative mode, the EntityMaid is cached, and the crash occurs when it reaches LivingEntity.<init>.
Fixed: Called getEntityData();
1.修复coremod共存问题,因为我直接把coremod删了,暂时
2.修复GUI错位问题,添加缩放滚动条
计划整理混乱的语言文件(也许不影响游玩)
-
Fix the coexistence issue with coremod, as I temporarily deleted it
-
Fix the GUI misalignment issue and add a zoom scroll bar
Plan to organize the messy language files (which may not affect gameplay)
这是一个测试版,修复一些BUG:
1.万能药水附魔瓶在奇怪的时候无法用于降低等级。
2.通过万能药水附魔瓶给予护甲的负面效果/武器的正面效果,无法应用。
3.星空cosmic纹理有些时候会丢失,因为没有注册。
添加了许多新东西,我暂时先不介绍,如果有BUG请你们跟我反馈,谢谢!
This is a beta version with some bugs fixed:
The Enchanted Potion of Universal Remedy cannot be used to downgrade levels in strange circumstances.
-
The negative effects of armor or positive effects of weapons granted by the Potion of the Universal Elixir cannot be applied.
-
The cosmic texture of the starry sky sometimes disappears due to lack of registration.
Many new features have been added, which I won't introduce for now. If you encounter any bugs, please report them to me. Thank you!
修复:1.触发重生效果后负面效果无法移除
2.金色盔甲值显示无范围限制
优化:刷新药水效果时从add改用update直接延长持续时间
Fix: 1. Negative effects cannot be removed after triggering the rebirth effect
- The golden armor value display shows no range limit
Optimization: When refreshing the potion effect, switch from "add" to "update" to directly extend the duration
1.再次尝试修复1.7版本以来药水显示HUD与地图模组在相同位置的兼容性
2.修复药水附魔tooltip显示错乱的BUG,现在独立tooltip可以通过滚动条来选择显示范围 (shift+鼠标滚轮)
3.复刻药水核心(PotionCore)的盔甲值HUD的渲染,你可以选择开关
-
Attempt to fix the compatibility issue where the potion HUD and map mod display at the same location since version 1.7
-
Fixed the bug where the tooltip for the Potion of Healing enchantment displayed incorrectly; now independent tooltips can be scrolled to select the display range (Shift + mouse wheel)
-
Replicates the rendering of armor value HUD in PotionCore, which you can toggle on or off
修复1.7以来,自定义药水效果HUD显示会导致地图类模组以及MC原版严重偏移的BUG
药水效果从药水附魔给予时不再先remove原效果,而是直接add
破坏实体药水免疫的配置项实装,非必要请勿滥用!
Fixed the bug that caused severe offset in map-type mods and vanilla Minecraft due to the HUD display of custom potion effects since version 1.7
The potion effect no longer removes existing effects when applied through potion enchantments but directly adds the new effect
Implement the configuration item to break the immunity of the Entity Potion, not necessary please do not abuse!
修复终极药水护符药水等级添加异常的BUG
Fixed the bug where the UltimatePotionAmulet Potion level addition was abnormal
尝试修了tooltip残留问题,药水等级叠加问题,药水附魔移除问题
Attempted to fix the tooltip residue issue, potion level stacking issue, and potion enchantment removal issue
修复BUG:
倒计时上限被冻结到12秒
修复万能药水附魔瓶的GUI只能提高药水附魔等级的BUG,现在可以自由操作
修复我的两个GUI的滚动条操控问题
X护甲目前仅实装 1.远程攻击 2.飞行模式 这两个功能
Fix BUG:
The countdown limit has been frozen at 12 seconds
Fixed the bug where the GUI for the Universal Potion Enchantment Bottle could only increase potion enchantment levels, now allowing free operation
Fix the scrolling bar control issues in my two GUIs
The X Armor currently only implements two functions: 1. Ranged Attack and 2. Flight Mode
功能性BUG修复完毕,我自己写的药水功能有很多还是存在问题的,但是已经不影响使用药水附魔功能游玩了。
The functional bugs have been fixed. Many issues still exist with the potion features I wrote myself, but they no longer affect the usability of the potion enchantment functionality.
修复大量BUG: X护甲堆叠 远程攻击右键检测 药水附魔瓶的批量操作(+ -/移除 药水等级逻辑已经尝试修复) 适配多个界面尺寸
Fixed a large number of bugs: X Armor Stack Remote Attack Right-Click Detection Batch operation for Potion Enchanting Bottles (+ -/Remove Potion Level Logic has been attempted to be fixed) Adapt to multiple interface sizes
移植1.20.1Forge-1.7.8的大部分内容到1.21.1NeoForge,目前还在测试中,也许有很多BUG
Most of the content from 1.20.1 Forge-1.7.8 has been ported to 1.21.1 NeoForge, but it is still under testing and may contain many bugs

