本模组是基于采用 GPL-3.0-only 许可证的 TaCZ 1.1.8 的衍生作品;由于 CC-BY-NC-ND-4.0,本模组不包含原资产。
该模组需要安装在服务端和客户端
本模组在 TaCZ 的基础上进行了深度的重构:
本模组从零开始重构,整体架构引入平台抽象层,从而:
- 降低了模组移植到 Minecraft 新版本的复杂度
- 模组更新会同步支持多版本
由于 TaCZ 1.1.4 起的枪包基于 Minecraft 原版资源体系,因此可以充分利用原版资源管理机制:
- 数据包和资源包遵循原版规范路径安装,移除了合并安装在指定目录的限制
- 枪包作为 Minecraft Mod 的扩展内容,其分发和使用受 Mojang 相关规则约束,因此所有枪包都必须免费分发
- 原版资源包上架平台(如 CurseForge / Modrinth)后即可支持启动器自动下载与管理
- 支持以
.jar格式便捷分发,也支持资源包在客户端独立安装、数据包按存档单独安装
本模组针对枪包进行了优化:
- 统一使用流式解析代替基于树状的反序列化,大幅提升读取性能
- 对枪包进行了几乎全字段重命名,使其名称更对应实际用途
- 兼容旧字段名称读取
- TaCZ:本模组是基于采用 GPL-3.0-only 许可证的 TaCZ 1.1.8 的衍生作品;由于 CC-BY-NC-ND-4.0,本模组不包含原资产
- 自定义大逃杀:本模组大量复用了采用 GPL-3.0-or-later 许可证的自定义大逃杀代码
- LuaJ:本模组包含采用 MIT 许可证的 LuaJ
- Apache Commons Math 3.6.1:本模组包含采用 Apache-2.0 许可证的 Apache Commons Math 3.6.1
- 代码:GPL-3.0-only
- 资产:CC-BY-SA-4.0
- Wiki 文档:CC-BY-SA-4.0
- Agent Skill:MIT
Wiki 文档:
- 除非另有明确说明,本 Wiki 中由本项目作者创作的文档内容采用 CC-BY-SA-4.0 许可证
- 本许可证不适用于第三方内容或衍生自其他项目的内容,包括受 TaCZ 或其他上游项目许可证约束的内容。此类内容仍受其各自许可证及使用条件的约束
- 除非另有明确说明,代码、图片及其他材料也不属于本许可证的适用范围
Agent Skill:
- Agent Skill 与本模组代码的许可证相互独立
- 除非另有明确说明,Agent Skill 中由本项目作者创作的代码、提示词、配置及相关内容均采用 MIT 许可证
This mod is a derivative work based on TaCZ 1.1.8, licensed under GPL-3.0-only. Due to the original art assets being licensed under CC-BY-NC-ND-4.0, this mod does not include any original assets.
This mod needs to be installed on both the server and the client.
This mod performs a deep refactor on top of TaCZ:
This mod is rebuilt from scratch, introducing a platform abstraction layer into the overall architecture, thereby:
- Reducing the complexity of porting the mod to new Minecraft versions
- Allowing mod updates to support multiple Minecraft versions simultaneously
Since gunpacks in TaCZ 1.1.4 and later are based on the vanilla Minecraft resource system, they can make full use of Minecraft's native resource management mechanisms:
- Data packs and resource packs follow the standard vanilla directory structure, removing the requirement to bundle them together in a designated directory
- As extensions to a Minecraft Mod, gunpacks are subject to Mojang's rules regarding their distribution and use; therefore, all gunpacks must be distributed for free
- Once vanilla resource packs are published on platforms (such as CurseForge / Modrinth), launchers can support automatic downloading and management
- Supports convenient distribution via
.jarformat, as well as standalone client-side installation of resource packs and per-world installation of data packs
This mod features targeted optimizations for gunpacks:
- Consistently using streaming parsing instead of tree-based deserialization, significantly improving parsing performance
- Renaming almost all fields in gunpacks to better reflect their actual purposes
- Maintaining compatibility with legacy field names when reading
- TaCZ: This mod is a derivative work based on TaCZ 1.1.8, licensed under GPL-3.0-only. Due to the original art assets being licensed under CC-BY-NC-ND-4.0, this mod does not include any original assets
- Custom BattleRoyale: This mod reuses substantial amounts of code from Custom BattleRoyale, licensed under GPL-3.0-or-later
- LuaJ: This mod includes LuaJ, licensed under MIT
- Apache Commons Math 3.6.1: This mod includes Apache Commons Math 3.6.1, licensed under Apache-2.0
- Code: GPL-3.0-only
- Assets: CC-BY-SA-4.0
- Wiki documents: CC-BY-SA-4.0
- Agent Skill: MIT
Wiki documents:
- Unless otherwise stated, documentation content in this Wiki created by the project authors is licensed under the CC-BY-SA-4.0 License.
- This license does not apply to third-party content or content derived from other projects, including content subject to the licenses of TaCZ or other upstream projects. Such content remains subject to its respective license and usage terms.
- Code, images, and other materials are also excluded from the scope of this license unless explicitly stated otherwise.
Agent Skill:
- The Agent Skill is licensed independently from the code of this mod.
- Unless otherwise stated, code, prompts, configuration, and related content in the Agent Skill created by the project authors are licensed under the MIT License.

