
Accessorify
ArchivedMakes some vanilla items more useful using the Accessories API
Tags
Creators
Details
2.4.0-beta.5+1.20.1-fabric
Compatibility
Required content
Changes
Please read the changelog for 2.4.0-beta.1 first
These changes apply to Minecraft 1.21.1 and below:
- Vanilla lanterns now display correctly on the player without a resource pack reload.
- Added client option "Modded lantern workaround". When enabled, forces a resource pack reload on first world load to align modded lanterns to correctly display on the player when equipped. Disabled by default, only needed if you want to wear lanterns added by mods.
This change applies to all Fabric versions:
- Added support for Spyglass Astronomy. Features from the mod can now be used when using the spyglass from the accessory slot.
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| accessorify-2.4.0-beta.5+1.20.1-fabric-sources.jar | Unknown | 340.26 KiB |
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:CVRzrXGP:rVGx9E0W"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CVRzrXGP:rVGx9E0W"
}
