🌐 您正在以中文阅读本文。想切换吗?
📖 阅读英文原文
或选择您喜欢的语言:

Attribute Setter Mod 允许你通过数据包(datapacks)修改生物和物品的默认属性。你可以轻松调整诸如生命值、伤害以及生物追踪距离等各项数值。该模组专为想要平衡游戏体验的模组包作者和服务器主设计。它仅需安装在服务端,因此玩家无需在本地安装即可加入游戏。

功能特点:

  • 修改任何生物或物品的默认属性,如生命值、攻击伤害和跟随范围。
  • 使用简单的 JSON 数据包文件应用更改,无需复杂的编程。
  • 仅服务端运行,玩家无需安装模组即可连接服务器。
  • 轻松平衡生物和物品强度,是自定义模组包或多人服务器的理想选择。

配置方法:

你可以通过在数据包中创建一个 attributes.json 文件来更改数值。例如,以下代码将苦力怕的生命值从默认的 20 点修改为 100 点。

{
    "minecraft:creeper": [
        {
            "attribute": "minecraft:generic.max_health",
            "value": 100,
            "operation": "BASE"
        }
    ]
}

相关截图:

The Minecraft mod list interface showing Attribute Setter mod details
Minecraft 模组列表界面显示的 Attribute Setter 详细信息
Testing modified entity health on a creeper in the world
在世界中测试修改后的苦力怕生命值
A player uses a command to modify a creeper health attribute
玩家使用命令修改苦力怕的生命属性
A creeper with a health bar display using Attribute Setter Mod
使用 Attribute Setter Mod 后带有血条显示的苦力怕
A creeper with health modified by the Attribute Setter Mod
生命值已被 Attribute Setter Mod 修改的苦力怕
Editing a configuration file to customize various entity attributes
编辑配置文件以自定义各种实体属性

Attribute Setter Mod 下载链接

适用于 Minecraft 1.21.8, 1.21.7, 1.21.6, 1.21.5, 1.21.4, 1.21.3, 1.21.2, 1.21.1, 1.21

NeoForge 版本:从服务器 1 下载从服务器 2 下载

适用于 Minecraft 1.20.6, 1.20.5, 1.20.4, 1.20.3, 1.20.2

Forge/NeoForge 版本:从服务器 1 下载从服务器 2 下载

适用于 Minecraft 1.20.1, 1.20

Forge 版本:从服务器 1 下载从服务器 2 下载

Fabric/Quilt 版本:从服务器 1 下载从服务器 2 下载

点击为这篇文章评分!
[Total: 2 Average: 5]