Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 months ago
All versions
0.2+mod
Release
Data API 1.20_v0.2+mod3 years ago 184.9K
Compatibility
Minecraft: Java Edition
1.20–1.20.2
1.19.x
1.18.x
1.17.x
1.16.x
Platforms
Fabric
Forge
Quilt
Supported environments
Server-side
Singleplayer
Required content
Changes
Misc:
- Renamed to "Data API"
- Moved settings command
Blocks:
- added customizable GUIs
- converted [#campfires|#cauldrons|crafting_table|composter|fletching_table|#furnaces|smithing_table] into targetable entities (execute as @e[nbt={data:{BlockID:"minecraft:..."}}] (1.17+)
Functions:
- added copy/name_to_customname
- added copy/entity_data
- added copy/entity_data_from_tag
- added drop_item/...
Items & Modifiers:
- added nbt tag CustomHatData
- added nbt tag delete:1b
- added nbt tag inv_drop:1b
- renamed nbt tag NoBurn:1b to no_burn:1b
- added nbt tag no_equip:1b
- added nbt tag summon
- added modifier dev:set_nbt/display/color/...
Objectives:
- added dev.DsplLight
- removed dev.Effect
Predicates:
- added dev:location_check/is_lit
- added dev:entity_properties/attributes/...
- added dev:entity_properties/flags/has_been_bred
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:ZS3lIxKu:7o31lWj2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZS3lIxKu:7o31lWj2"
}

