Перейти к содержимому
Mineforgian

Data Attributes: Directors Cut

Overhauls Minecraft's entity attribute system to be more dynamic and to include follow-on attributes (something found in many other games); and exposes entity attributes to manipulation.

49K загрузок26 подписчиковMITfabricneoforgequilt

Обновлён 29 января 2025 г. · опубликован 30 декабря 2023 г.

  • Data Attributes Config Screen

Data Attributes Banner GitHub license GitHub stars GitHub forks GitHub issues

docs mkdocs java17 curseforge modrinth

Preamble

Data Attributes: Directors Cut is a Minecraft mod that has been ported from 1.19.2 from the original.

It serves two functions:

  • Overhauling Minecraft's Entity Attribute system to be more dynamic
  • Allowing attributes to be exposed to datapack manipulation so it's easy for pack developers to customize everything about the attribute system

Usage

Data Attributes has a Curseforge and Modrinth page. For developers, add the following to your build.gradle.

repositories {
    maven {
        name = "Modrinth"
        url = "https://api.modrinth.com/maven"
        content {
            includeGroup "maven.modrinth"
        }
    }
}

dependencies {
    modImplementation "maven.modrinth:data-attributes-directors-cut:<version>"
}
Alternatively, if you are using cursemaven:
repositories {
    maven {
        name = "Cursemaven"
        url = "https://cursemaven.com"
    }
}

dependencies {
    modImplementation "curse.maven:data-attributes-directors-cut-955929:<version-file-id>"
}

Note that Data Attributes: Directors Cut depends on Fabric API, so you will need to consider this as well.

It also does not support Attributefix, as they have the same capabilities.

• F.A.Q

  • Will you make a Forge version?
    • We shall not as the original mod author did not, but the license allows you to do so yourself.
  • I think that I've found a bug/crash, where can I report it?

• Wiki

For more detailed documentation, please see the wiki.

Sponsor Banner

Use code "bareminimum" to get 25% off your first month!

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
2.0.4+1.21.1-neoforgeРелиз1.21.1neoforge29 января 2025 г.Скачать (362 КБ)
2.0.4+1.21.1-fabricРелиз1.21.1fabric, quilt29 января 2025 г.Скачать (377 КБ)
2.0.4+1.21.1-beta.1-neoforgeБета1.21.1neoforge28 января 2025 г.Скачать (362 КБ)
2.0.4+1.21.1-beta.1-fabricБета1.21.1fabric, quilt28 января 2025 г.Скачать (377 КБ)
2.0.3+1.20.1-fabricРелиз1.20.1fabric, quilt20 декабря 2024 г.Скачать (1.1 МБ)
2.0.3+1.20.1-beta.1-fabricБета1.20.1fabric, quilt25 ноября 2024 г.Скачать (1.1 МБ)
2.0.2+1.20.1-fabricРелиз1.20.1fabric, quilt14 октября 2024 г.Скачать (1.0 МБ)
2.0.1+1.20.1-fabricРелиз1.20.1fabric, quilt12 октября 2024 г.Скачать (1.0 МБ)
2.0.0+1.20.1-fabricРелиз1.20.1fabric, quilt11 октября 2024 г.Скачать (1.0 МБ)
2.0.0+1.20.1-beta.13-fabricБета1.20.1fabric, quilt12 августа 2024 г.Скачать (1.0 МБ)
2.0.0+1.20.1-beta.12-fabricБета1.20.1fabric, quilt12 августа 2024 г.Скачать (1.0 МБ)
2.0.0+1.20.1-beta.11-fabricБета1.20.1fabric, quilt9 августа 2024 г.Скачать (1.0 МБ)
2.0.0+1.20.1-beta.10-fabricБета1.20.1fabric, quilt9 августа 2024 г.Скачать (1.0 МБ)
2.0.0+1.20.1-beta.9-fabricБета1.20.1fabric, quilt6 августа 2024 г.Скачать (982 КБ)
2.0.0+1.21-alpha.1-fabricАльфа1.21fabric, quilt3 августа 2024 г.Скачать (999 КБ)

Показаны последние 15 из 34 версий.

Ченджлог

2.0.4+1.21.1-neoforgeРелиз1.21.1 · 29 января 2025 г.

Additions 🍎

  • Data Attributes is now on 1.21.1 for fabric & neoforge!
  • Add button for Entity Types (will downstream this to 1.20.1 momentarily).

Changes 🌽

  • Resolved source identifier on jars.
  • EventSources are used in replacement of fabric api events to be more compatible with multi-loader. Event classes have been renamed.
    • AttributeEvents
    • AttributeModifiedEvents
2.0.4+1.21.1-fabricРелиз1.21.1 · 29 января 2025 г.

Additions 🍎

  • Data Attributes is now on 1.21.1 for fabric & neoforge!
  • Add button for Entity Types (will downstream this to 1.20.1 momentarily).

Changes 🌽

  • Resolved source identifier on jars.
  • EventSources are used in replacement of fabric api events to be more compatible with multi-loader. Event classes have been renamed.
    • AttributeEvents
    • AttributeModifiedEvents
2.0.4+1.21.1-beta.1-neoforgeБета1.21.1 · 28 января 2025 г.

Additions 🍎

  • DataAttributes is now on 1.21.1 for fabric & neoforge!
  • Add button for Entity Types (will downstream this to 1.20.1 momentarily).
  • I cannot guarantee its stability (specifically in the areas of attribute modification). If there are no issues, I'll stabilize it later.

Changes 🌽

  • EventSources are used in replacement of fabric api events to be more compatible with multi-loader. Event classes have been renamed.
    • AttributeEvents
    • AttributeModifiedEvents This update affected a sector of mixins which I have redone, but I will keep it in beta until its stability is ensured along with PlayerEX.
2.0.4+1.21.1-beta.1-fabricБета1.21.1 · 28 января 2025 г.

Additions 🍎

  • DataAttributes is now on 1.21.1 for fabric & neoforge!
  • Add button for Entity Types (will downstream this to 1.20.1 momentarily).
  • I cannot guarantee its stability (specifically in the areas of attribute modification). If there are no issues, I'll stabilize it later.

Changes 🌽

  • EventSources are used in replacement of fabric api events to be more compatible with multi-loader. Event classes have been renamed.
    • AttributeEvents
    • AttributeModifiedEvents This update affected a sector of mixins which I have redone, but I will keep it in beta until its stability is ensured along with PlayerEX.
2.0.3+1.20.1-fabricРелиз1.20.1 · 20 декабря 2024 г.

Fixes 🍋

  • Remove null text in UI in favor of empty string to fix compatibility with other mods
2.0.3+1.20.1-beta.1-fabricБета1.20.1 · 25 ноября 2024 г.

Additions 🍎

  • Added saved state for collapsed entries (session based, saved until game relaunch)

Changes 🍐

  • Applied a different method to updating UI components.
  • Most entries sync, but there is still some work to do, so it will stay as beta until the rest of the issues are figured out.
2.0.2+1.20.1-fabricРелиз1.20.1 · 14 октября 2024 г.

Fixes 🍋

  • Fixed attribute functions not being able to be edited (and that were default).
2.0.1+1.20.1-fabricРелиз1.20.1 · 12 октября 2024 г.

Changes 🌽

  • Resolved an exception that happened with the DefaultAttributeRegistry.

Fixes 🍋

  • Resolved percentage formatting, should be more accurate now

Комментарии

Загружаем…