Skip to content

Releases: HappyRespawnanchor/No-Blocked-Servers

1.2.0

01 Nov 14:07
53e710f
Compare
Choose a tag to compare
  1. Add Forge Support

1.1.1

17 Aug 13:30
Compare
Choose a tag to compare

What's Changed

更新日志

  1. 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)

  2. Added more links in the Fabric mod menu.
    在 Fabric 模组菜单中添加更多链接。

  3. Added a unique icon for the NeoForge mod menu that does not include a gray background, distinguishing it from the Fabric version.
    在 NeoForge 模组菜单中添加不包含灰色背景,有别于 Fabric 的图标。

  4. Removed all metadata from mod icons to minimize mod size (reduced from 4KiB to 221B).
    剔除模组图标的所有元数据以在最大程度上缩减模组体积。(4KiB 图标缩减至 221B)

  5. Adjusted the package name to avoid potential conflicts.
    调整包名以避免潜在的包名冲突问题。

  6. Corrected the neoforge.mods.toml for NeoForge to properly mark the mod as "client-only".
    修正 NeoForge 的 neoforge.mods.toml 以将模组正确地标记为“仅客户端”。

  7. Removed unnecessary keys from fabric.mod.json.
    删除 fabric.mod.json 中的无用键值。

1.1

05 Aug 12:11
Compare
Choose a tag to compare
1.1

What's Changed

更新日志

  1. Used the Architectury to enable sharing of project and code between Fabric and (Neo)Forge versions.
    使用 Architectury 使 Fabric与 (Neo)Forge 版本共用工程与代码。

  2. Updated the description in the mod menu.
    更改模组菜单中的描述简介。

  3. Modified Mixin injection points to ensure compatibility with both Fabric and (Neo)Forge using Mixin.
    更改 Mixin 注入点以同时兼容Fabric与 (Neo)Forge 使用 Mixin。