Tags
Creators
Details
2.0.0-alpha.4
Compatibility
Required content
Changes
HEAD NOTE: You can use your previous configurations.json and persistentValues.json but don't use your old petCache.json. Entity Culling by tr7zw is not SBA compliant as entity ticks are canceled when they are not visible.
2.0.0-alpha.4 release
- fix: NPE, closes #113
- fix: update license on fabric.mod.json
- fix: Ender Chest Backpack Preview
- fix: container label is not visible
2.0.0-alpha.3 release
- fix(hotfix): mistake from previous release
- Totally my mistake sorry.
2.0.0-alpha.2 release
- fix(hotfix): Firmament compatibility
2.0.0-alpha.1 release
Since the code base has been moved, it would be more accurate to make a statement.
The project will now continue with fabricmc mojmap + parchmentsmc mappings. 1.8.9 will now be partially supported. The move is not yet complete. Most features have been migrated, but the Dungeon Map is missing and there may be a few small details that have been overlooked. Neoforge support may be added in the future.
An early alpha version for you to enjoy the Foraging update. GGs
Please let me know if you crash.
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:F35D4vTL:cnSi9SOD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:F35D4vTL:cnSi9SOD"
}

