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

Ang Attribute Setter Mod ay hinahayaan kang baguhin ang default stats ng mga mob at item gamit ang mga datapack. Madali mong mai-adjust ang mga attribute gaya ng health, damage, at kung gaano kalayo ka susundan ng isang mob. Ang mod na ito ay ginawa para sa mga modpack creator at server owner na gustong i-balance ang laro. Kailangan lang itong ilagay sa server, kaya hindi na kailangan ng mga player na i-install ito para makasali.

Features:

  • Baguhin ang default attributes ng kahit anong living mob o item, gaya ng health, damage, at follow range.
  • Gumagamit ng simpleng datapack files para mag-apply ng changes, kaya hindi kailangan ng komplikadong coding.
  • Gumagana sa server side lang, ibig sabihin ay pwedeng kumonekta ang mga player kahit hindi naka-install ang mod sa kanila.
  • Nagbibigay-daan para sa madaling pag-balance ng mga mob at item, swak na swak para sa custom modpacks o multiplayer servers.

Configuration:

Pwede mong baguhin ang stats sa pamamagitan ng paggawa ng attributes.json file sa loob ng isang datapack. Halimbawa, ang code na ito ay babaguhin ang health ng creeper para maging 100 imbes na ang normal na 20.

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

Screenshots:

The Minecraft mod list interface showing Attribute Setter mod details
Ang interface ng Minecraft mod list na nagpapakita ng detalye ng Attribute Setter mod
Testing modified entity health on a creeper in the world
Pag-test ng binagong entity health sa isang creeper sa mundo
A player uses a command to modify a creeper health attribute
Isang player na gumagamit ng command para baguhin ang health attribute ng creeper
A creeper with a health bar display using Attribute Setter Mod
Isang creeper na may health bar display gamit ang Attribute Setter Mod
A creeper with health modified by the Attribute Setter Mod
Isang creeper na may health na binago ng Attribute Setter Mod
Editing a configuration file to customize various entity attributes
Pag-edit ng configuration file para i-customize ang iba’t ibang entity attributes

Attribute Setter Mod Download Links

Para sa 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 mula sa Server 1Download mula sa Server 2

Para sa Minecraft 1.20.6, 1.20.5, 1.20.4, 1.20.3, 1.20.2

Forge/NeoForge version: Download mula sa Server 1Download mula sa Server 2

Para sa Minecraft 1.20.1, 1.20

Forge version: Download mula sa Server 1Download mula sa Server 2

Fabric/Quilt version: Download mula sa Server 1Download mula sa Server 2

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