Tags
Creators
Details
1.3.0-BETA
Compatibility
Changes
This is a beta version. Make sure to create backups of your ItemsAdder files to avoid issues.
This update adds support for the new folder structure introduced in ItemsAdder 3.3.0 while preserving backwards compatability with older versions.
When you're now starting IAxPresenceFootsteps will it check for the contents folder followed by the data folder should the former not be found. If neither was found will the plugin disable itself.
With this update does this plugin also change where it stores the generated blockmap.json file:
- On 3.3.0 and newer will it be found under
plugins/ItemsAdder/contents/presencefootsteps/resourcepack/presencefootsteps/config/blockmap.json - On 3.2.5 and older will it be found under
plugins/ItemsAdder/data/resource_pack/assets/presencefootsteps/config/blockmap.json
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:AoyJXBFB:E5DzHrAl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AoyJXBFB:E5DzHrAl"
}

