Tags
Creators
Details
1.1.0-alpha3
Compatibility
Changes
-
Added luminophore lantern
-
Added teary fungus
-
Added lit warped nether bricks
-
Added shroomglight
-
Added custom model for warped nether wall
-
Added custom model for red nether wall
-
Added placement logic for magma nether bricks
-
Added logic and spawn for truncus
-
Added hoglin brute with basic ai (no features)
-
Added particles for sporeshroom
-
Added logic for lit chiseled warped nether bricks
-
Added particles for lit chiseled warped nether bricks
-
Changed texture of red nether bricks
-
Changed texture of warped nether bricks
-
Changed texture of magma nether bricks
-
Changed texture of magma
-
Changed texture of nether wart
-
Changed texture of warped nether wart
-
Changed texture of warped fungus
-
Changed texture of warped fungus
-
Changed texture of ginger door
-
Changed texture of ginger trapdoor
-
Changed texture of neofolia
-
Changed texture of isolepis
-
Changed texture of warped fungus
-
Changed texture of sporeshroom
-
Changed texture of magmacube lantern
-
Changed texture of artichoke
-
Changed texture of durability effect
-
Changed texture of vulnerability effect
-
Changed texture of truncus
-
Changed sporeshroom sounds
-
Removed cracked magma nether bricks
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:m9Ae6Puo:NADbeeci"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:m9Ae6Puo:NADbeeci"
}

