2.0.0
Compatibility
Changes
Minable Things 2.0.0
Added
Recoverable Glass Panes (normal + all 16 stained colors), no Silk Touch required. Recoverable Ice, Packed Ice, and Blue Ice, no Silk Touch required. Recoverable Sea Lantern — now drops itself instead of Prismarine Crystals. New /minablethings icewater command to control whether breaking ice leaves water behind (on / off / toggle / info). Setting persists per world. Translations for English (en_us), Spanish (es_es), and Latin American Spanish (es_419).
Changes
Modified block drops for the new ice and glass pane variants to make them recoverable in survival, following the same approach used in v1.0 for cakes, glass, and Ender Chests.
Notes
Requires Fabric API. For the full list of features, check the project description.
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:LNNfNsjd:PHU94260"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LNNfNsjd:PHU94260"
}

