1.0.0
Compatibility
Changes
The initial release introduces the signature flora of the Bitter Coast.
Bungler's Bane & Hypha Facia
Polypore mushrooms that grow in swamps and mangrove swamps. They can be cultivated on any wood and used in alchemy as key ingredients.
Luminous Russula & Violet Coprinus
Mushrooms that spawn in swamps and mangrove biomes. Alchemical components:
-
Luminous Russula grants the ability to breathe underwater.
-
Violet Coprinus allows you to walk on water.
Draggle Tail
A primitive swamp plant with glowing flowers. When immature, its flowers are used in alchemy to brew quality potions of Water Walking.
Salt Rice
One of the staple crops of Morrowind. Find its seeds in chests found in plains villages, then grow them on plantations.
Salt Rice requires a lot of water to thrive — create flooded farmlands by tilling ordinary soil with a hoe and then flooding it with water.
Water Walking Effect
A new status effect that allows you to walk on the surface of water without sinking. As the effect's potency increases, so does your movement speed on water.
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:ORc9o1HX:PHVtUzkc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ORc9o1HX:PHVtUzkc"
}

