🌐 You are reading the हिन्दी translation of this article
Available languages for this article:

Attribute Setter Mod आपको datapacks का उपयोग करके mobs और items के डिफ़ॉल्ट स्टैट्स (stats) बदलने की सुविधा देता है। आप आसानी से health, damage, और एक mob कितनी दूर तक आपका पीछा करेगा, जैसे attributes को एडजस्ट कर सकते हैं। यह मोड उन modpack बनाने वालों और सर्वर मालिकों के लिए डिज़ाइन किया गया है जो गेम को बैलेंस करना चाहते हैं। इसे केवल सर्वर पर होना ज़रूरी है, इसलिए खिलाड़ियों को इसमें शामिल होने के लिए इसे इंस्टॉल करने की ज़रूरत नहीं है।

Features:

  • किसी भी जीवित mob या item के डिफ़ॉल्ट attributes बदलें, जैसे कि health, damage, और follow range।
  • बदलाव लागू करने के लिए सरल datapack फ़ाइलों का उपयोग करता है, इसलिए किसी जटिल कोडिंग की आवश्यकता नहीं है।
  • यह केवल सर्वर-साइड पर काम करता है, जिसका अर्थ है कि खिलाड़ी मोड इंस्टॉल किए बिना भी जुड़ सकते हैं।
  • Mobs और items की आसान बैलेंसिंग की अनुमति देता है, जो कस्टम modpacks या मल्टीप्लेयर सर्वर के लिए एकदम सही है।

Configuration:

आप एक datapack के अंदर attributes.json फ़ाइल बनाकर स्टैट्स बदल सकते हैं। उदाहरण के लिए, निम्नलिखित कोड एक creeper की health को सामान्य 20 के बजाय 100 में बदल देता है।

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

Screenshots:

The Minecraft mod list interface showing Attribute Setter mod details
The Minecraft mod list interface showing Attribute Setter mod details
Testing modified entity health on a creeper in the world
Testing modified entity health on a creeper in the world
A player uses a command to modify a creeper health attribute
A player uses a command to modify a creeper health attribute
A creeper with a health bar display using Attribute Setter Mod
A creeper with a health bar display using Attribute Setter Mod
A creeper with health modified by the Attribute Setter Mod
A creeper with health modified by the Attribute Setter Mod
Editing a configuration file to customize various entity attributes
Editing a configuration file to customize various entity attributes

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]