Tags
Creators
Details
All versions
3.1.0+1.20.1-forge
Release
DeepIn - Deepslate Instaminable 3.1.0+1.20.12 weeks ago 6
Compatibility
Minecraft: Java Edition
1.20.1–1.20.4
Platform
Forge
Supported environments
Server-side
Singleplayer
Changes
Presets
- New instamine presets. They allow you to quickly and without touching the config file add instaminable blocks. Use the command
/deepin presetto manage it.
Syntax
/deepin preset list all presets (on/off)
/deepin preset list same as above
/deepin preset <name> detailed status of a preset
/deepin preset <name> on|off enable/disable
/deepin preset all on|off|reset apply to all presets
/deepin preset <name> reset drop that preset's overrides
/deepin preset <name> set <key> <num> hasteDuration / hasteAmplifier /
efficiencyRequirement / hasteRequirement
/deepin preset <name> add <kind> <id> add an id (kind: block|tool)
/deepin preset <name> remove <kind> <id>remove an id (kind: block|tool)
Note
- If you update this plugin from a previous version it's recommended to remove the deepslate instamine config on "tools" on the config file
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:6aUxvoDr:inlcW0u2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6aUxvoDr:inlcW0u2"
}

