Tags
Creators
Details
1.0.2
Compatibility
Changes
v1.0.2 Changes:
-> Updated to 1.20.1 -> Added a new Creative Tab -> Removed all tools -> Removed some blocks -> Sandy Ore must now be smelted to receive Sandy Gems -> Volconic Ore can now replace Magma blocks making it easier to find -> Sandy Ore now only generates in Ancient Ocean Biome -> Added new blocks(Ancient Log, Ancient Leaves, Ancient Planks) -> Added new block tags(trees/foliage can now spawn on sand) -> Ancient Trees now generate in the Ancient Ocean Biome -> Added a new Crafting Table(Ocean Table) -> Added a new torch(Super Torch) -> If you right-click a Super Torch, it will give you 5 regular torches if you do not have torches in your inventory -> Ancient Planks now give vanilla wood items -> Added a custom enchantment(Sandy) -> Added a "Sculk Meter" while in the Ancient Ocean Dimension -> When the Sculk Meter is empty it will give you a darkness effect(the Sculk is taking over) -> The only way to refill the Sculk Meter is to hold a specific item called Sculk Diffuser -> You can get a Sculk Diffuser by finding a farmer villager
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:Y5LViaWi:lZtXTu9Y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Y5LViaWi:lZtXTu9Y"
}

