Links
Tags
Creators
Details
0.0.4-1.19
Compatibility
Required content
Changes
-
Wall Webs! A new varient of Cobweb that acts similarly to Glow Lichen in which it can be placed on all sides of a block! Can be crafted from 6 string or 6 cobweb (string gives 16, cobweb gives 32).
-
Stone Tiles, Stairs, Slabs and Walls! Can be crafted or stonecutted from Stone.
-
Polished Blackstone Tiles, Stairs, Slabs and Walls! Can be crafted or stonecutted from Blackstone Bricks.
-
Gold Pillars and Chiseled Gold Blocks! Made by putting Cut Gold in a Stonecutter!
-
Jack o' Souls! A new sinister varient of Jack o' Lantern crafted from a Carved Pumpkin and a Soul Torch!
-
Freed Cut Netherite! Crafted from 1 Netherite Scrap and 1 Cut Gold Block, and can be stonecutted into Stairs and Slabs!
-
New Block Set: Polished Basalt Bricks and Tiles! Can be crafted or stonecutted from Polished Basalt!
(And Chiseled Polished Basalt!)
- Wall Moss can now be waterlogged!
(Auditory support, yippee!)
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:f0DV6rGK:I71C4g0M"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:f0DV6rGK:I71C4g0M"
}
