2.0-Forge_1.20.1
Compatibility
Changes
-You can now put Corals inside Flower Pots! Currently works only for Vanilla Corals
-Added Shellium, crafted out of Green Shell Fragments! Surround 1 Green Shell Fragment with 8 Stone in a Crafting Table to recieve 8 Shellium Blocks!
-Added Shellium Bricks and Chiseled Shellium! Craft 2x2 Shellium together to get Shellium Bricks, and craft 2x2 Shellium Bricks to get Chiseled Shellium!
-Planning to add blocks craftable out of Purple Shell Fragments and Nautilus Shell Fragments in the future, this is very much a passion project so it's not gonna get constant updates :b
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:Aw21NLwC:SlPVhSmP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Aw21NLwC:SlPVhSmP"
}

