Releases: HappyRespawnanchor/No-Blocked-Servers
1.2.0
- Add Forge Support
1.1.1
What's Changed
更新日志
-
The language of the mod menu description for Fabric and NeoForge now changes according to the user's language (currently supports en_us and zh_cn).
现在 Fabric 与 NeoForge 模组菜单简介的语言会根据用户语言更改。(仅包含 en_us 与 zh_cn) -
Added more links in the Fabric mod menu.
在 Fabric 模组菜单中添加更多链接。 -
Added a unique icon for the NeoForge mod menu that does not include a gray background, distinguishing it from the Fabric version.
在 NeoForge 模组菜单中添加不包含灰色背景,有别于 Fabric 的图标。 -
Removed all metadata from mod icons to minimize mod size (reduced from 4KiB to 221B).
剔除模组图标的所有元数据以在最大程度上缩减模组体积。(4KiB 图标缩减至 221B) -
Adjusted the package name to avoid potential conflicts.
调整包名以避免潜在的包名冲突问题。 -
Corrected the
neoforge.mods.toml
for NeoForge to properly mark the mod as "client-only".
修正 NeoForge 的neoforge.mods.toml
以将模组正确地标记为“仅客户端”。 -
Removed unnecessary keys from
fabric.mod.json
.
删除fabric.mod.json
中的无用键值。
1.1
What's Changed
更新日志
-
Used the Architectury to enable sharing of project and code between Fabric and (Neo)Forge versions.
使用 Architectury 使 Fabric与 (Neo)Forge 版本共用工程与代码。 -
Updated the description in the mod menu.
更改模组菜单中的描述简介。 -
Modified Mixin injection points to ensure compatibility with both Fabric and (Neo)Forge using Mixin.
更改 Mixin 注入点以同时兼容Fabric与 (Neo)Forge 使用 Mixin。