
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.
Обновлён 29 января 2025 г. · опубликован 30 декабря 2023 г.
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?
- Please make an entry to the Issue Tracker.
• Wiki
For more detailed documentation, please see the wiki.
Use code "bareminimum" to get 25% off your first month!
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 2.0.4+1.21.1-neoforge | Релиз | 1.21.1 | neoforge | 29 января 2025 г. | Скачать (362 КБ) |
| 2.0.4+1.21.1-fabric | Релиз | 1.21.1 | fabric, quilt | 29 января 2025 г. | Скачать (377 КБ) |
| 2.0.4+1.21.1-beta.1-neoforge | Бета | 1.21.1 | neoforge | 28 января 2025 г. | Скачать (362 КБ) |
| 2.0.4+1.21.1-beta.1-fabric | Бета | 1.21.1 | fabric, quilt | 28 января 2025 г. | Скачать (377 КБ) |
| 2.0.3+1.20.1-fabric | Релиз | 1.20.1 | fabric, quilt | 20 декабря 2024 г. | Скачать (1.1 МБ) |
| 2.0.3+1.20.1-beta.1-fabric | Бета | 1.20.1 | fabric, quilt | 25 ноября 2024 г. | Скачать (1.1 МБ) |
| 2.0.2+1.20.1-fabric | Релиз | 1.20.1 | fabric, quilt | 14 октября 2024 г. | Скачать (1.0 МБ) |
| 2.0.1+1.20.1-fabric | Релиз | 1.20.1 | fabric, quilt | 12 октября 2024 г. | Скачать (1.0 МБ) |
| 2.0.0+1.20.1-fabric | Релиз | 1.20.1 | fabric, quilt | 11 октября 2024 г. | Скачать (1.0 МБ) |
| 2.0.0+1.20.1-beta.13-fabric | Бета | 1.20.1 | fabric, quilt | 12 августа 2024 г. | Скачать (1.0 МБ) |
| 2.0.0+1.20.1-beta.12-fabric | Бета | 1.20.1 | fabric, quilt | 12 августа 2024 г. | Скачать (1.0 МБ) |
| 2.0.0+1.20.1-beta.11-fabric | Бета | 1.20.1 | fabric, quilt | 9 августа 2024 г. | Скачать (1.0 МБ) |
| 2.0.0+1.20.1-beta.10-fabric | Бета | 1.20.1 | fabric, quilt | 9 августа 2024 г. | Скачать (1.0 МБ) |
| 2.0.0+1.20.1-beta.9-fabric | Бета | 1.20.1 | fabric, quilt | 6 августа 2024 г. | Скачать (982 КБ) |
| 2.0.0+1.21-alpha.1-fabric | Альфа | 1.21 | fabric, quilt | 3 августа 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.
EventSourcesare used in replacement of fabric api events to be more compatible with multi-loader. Event classes have been renamed.AttributeEventsAttributeModifiedEvents
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.
EventSourcesare used in replacement of fabric api events to be more compatible with multi-loader. Event classes have been renamed.AttributeEventsAttributeModifiedEvents
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 🌽
EventSourcesare used in replacement of fabric api events to be more compatible with multi-loader. Event classes have been renamed.AttributeEventsAttributeModifiedEventsThis 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 🌽
EventSourcesare used in replacement of fabric api events to be more compatible with multi-loader. Event classes have been renamed.AttributeEventsAttributeModifiedEventsThis 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
Комментарии
Загружаем…

