1.3
Compatibility
Required content
Changes
*change mod_id to relics_of_old to mitigate a loading crash with the other relics mod. *add migration for blocks, items & advancements *fixes for the rendering and position handling when riding on the star beam between star beam torches. *bump to forge 47.4.10 *add missing tags&lang entries
!IMPORTANT! make sure to make a world backup, and remove any sword you have placed down in a pedestal. because of the id name change, they will be gone otherwise.
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:nIS3DCHl:MIMknazK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nIS3DCHl:MIMknazK"
}

