🌐 You are reading the 日本語 translation of this article
Available languages for this article:

Attribute Setter Modは、データパックを使用してMobやアイテムのデフォルトステータスを変更できるようにするModです。体力、攻撃力、Mobの追跡範囲などの属性を簡単に調整できます。このModは、ゲームバランスを整えたいModパック製作者やサーバー運営者向けに設計されています。サーバー側にのみ導入すればよいため、プレイヤーが参加する際に個別にインストールする必要はありません。

主な機能:

  • あらゆるMobやアイテムのデフォルト属性(体力、ダメージ、追跡範囲など)を変更可能。
  • シンプルなデータパックファイルで変更を適用できるため、複雑なコーディングは不要。
  • サーバーサイド専用Modとして動作。プレイヤーはModをインストールせずに接続可能。
  • Mobやアイテムのバランス調整が容易。カスタムModパックやマルチプレイヤーサーバーに最適。

設定方法:

データパック内の 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
Attribute Setter modの詳細を表示するMinecraftのModリスト画面
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からダウンロード

Click to rate this post!
[Total: 2 Average: 5]