All versions
2.0.0.6-forge
Release
Data_Anchor-forge-1.21.1last year 36
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Forge
Supported environments
Client and server
Changes
2.0.0.6
- Fixes.
2.0.0.5
- Fix a bad packet ID pertaining to syncing entity data.
- Mark ServerBlockEntityTrackedData as ServerTrackedData.
2.0.0.4
- Add ChunkBlockStateInterceptor interface for ChunkData.
2.0.0.3
- Fix invalid Neoforge mixin file.
2.0.0.2
- Fix marking dirty on level data when changed.
2.0.0.1
- Add mixins to neo mods.toml.
2.0.0.0
- Port to 1.21.1
1.0.0.12
- Fix method call for DirtyMarker.
1.0.0.11
- Fix lazily loading level data.
1.0.0.10
- Fix crashing with Create 6.0.2 by lazily creating tracked data.
1.0.0.9
- Remove Fabric Data gen from fabric.mod.json.
1.0.0.8
- Check if a tag exists before attempting to load from it. Mark fields transient where needed.
1.0.0.7
- Add Kotlin DSL support.
- Fix data get method in tracked data registry.
1.0.0.6
- Fix server side loading.
1.0.0.5
- Fix boolean serialization.
1.0.0.4
- Fix Tracked Data (de)serialization.
1.0.0.3
- Fix Access Widener.
1.0.0.2
- Use level field instead.
1.0.0.1
- Load/Save NBTs with reflection.
- Fix numerous Tracked Data issues.
1.0.0.0
- Release
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:z2XEADmE:kHzp8gY8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:z2XEADmE:kHzp8gY8"
}

