1.7.2
Compatibility
Required content
Changes
Added -
New nest spawns for Archipelago Additions / need to be enabled in the config and using the mod/datapack/resourcepack.
New nest spawns for Stego Dragons / need to be enabled in the config and using the datapack/resourcepack.
Notes -
Once again DM me on discord RedgitReds if you find any bugs etc.
The nest spawns for stego was made some time ago so any missing dragons nests will be added in time if any was at all.
The nest spawns for archipelago was made some time ago with the datapack/resourcepack in mind but from what ive tested works flawlessly with the mod aswell minus any missing dragons nests that i'll add at a later date.
I plan to push the bug fixes for 1.7.1 at a later date due to the fact I've found more bugs with them being fixed so I thought I'd push the compatibility nests for stego & archipelago first.
Optional dependencies
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:s8ArL8v9:aTkAkEVQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:s8ArL8v9:aTkAkEVQ"
}




