
Arda's Sculks (Ancient City Portal / Deep Dark Dimension)
Arda's Sculks mod is a mod that improves the ancient city in the game and offers the ability to open the ancient portal in the ancient city. This mod adds many deep dark biomes to the game and many boss creatures found in these biomes.
Tags
Creators
Details
1.4.3.5_1
Compatibility
Required content
Changes
Language System Changelog
Update Details:
- Turkish (TR): Perfected.
- Azerbaijani Turkish (AZ): Added.
- Kazakh (KZ): Added.
- Kyrgyz (KG): Added.
- Yakut (Sakha): Added.
- Turkmen (TM): Added.
- Uzbek (UZ): Added.
- Tatar (Tatarstan): Added.
- Bashkir (Bashkortostan): Added.
- Russian (RU): Added.
- German (DE): Added.
- Arabic (SA): Added.
- Chinese (ZH): Added.
- French (FR): Added.
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:LfM2UVYA:G91RCfpN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LfM2UVYA:G91RCfpN"
}

