🌐 You are reading the Bahasa Indonesia translation of this article
Available languages for this article:

Attribute Setter Mod memungkinkan kamu mengubah statistik default mob dan item menggunakan datapack. Kamu bisa dengan mudah menyesuaikan atribut seperti darah (health), damage, dan seberapa jauh mob akan mengejarmu. Mod ini dirancang untuk pembuat modpack dan pemilik server yang ingin menyeimbangkan gameplay. Mod ini hanya perlu dipasang di sisi server, jadi pemain tidak perlu menginstalnya untuk bisa bergabung.

Fitur:

  • Ubah atribut default dari mob hidup atau item apa pun, seperti health, damage, dan follow range.
  • Menggunakan file datapack sederhana untuk menerapkan perubahan, jadi tidak perlu coding yang rumit.
  • Bekerja di sisi server saja (server-side), artinya pemain bisa connect tanpa harus menginstal mod ini.
  • Memudahkan balancing mob dan item, sangat cocok untuk custom modpack atau server multiplayer.

Konfigurasi:

Kamu bisa mengubah statistik dengan membuat file attributes.json di dalam sebuah datapack. Sebagai contoh, kode berikut mengubah darah creeper menjadi 100, bukan 20 seperti biasanya.

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

Screenshots:

The Minecraft mod list interface showing Attribute Setter mod details
Antarmuka daftar mod Minecraft yang menampilkan detail mod Attribute Setter
Testing modified entity health on a creeper in the world
Mengetes darah entitas yang telah dimodifikasi pada creeper di dalam game
A player uses a command to modify a creeper health attribute
Pemain menggunakan command untuk memodifikasi atribut darah creeper
A creeper with a health bar display using Attribute Setter Mod
Creeper dengan tampilan health bar menggunakan Attribute Setter Mod
A creeper with health modified by the Attribute Setter Mod
Creeper dengan darah yang telah dimodifikasi oleh Attribute Setter Mod
Editing a configuration file to customize various entity attributes
Mengedit file konfigurasi untuk kustomisasi berbagai atribut entitas

Attribute Setter Mod Download Links

For 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 version: Download from Server 1Download from Server 2

For Minecraft 1.20.6, 1.20.5, 1.20.4, 1.20.3, 1.20.2

Forge/NeoForge version: Download from Server 1Download from Server 2

For Minecraft 1.20.1, 1.20

Forge version: Download from Server 1Download from Server 2

Fabric/Quilt version: Download from Server 1Download from Server 2

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