Tags
Creators
Details
1.6.16-1.20.1-RELEASE
Compatibility
Changes
1.20.1-midrian-wimp-release-1.6.16
-
Bugfixes:
- Broken fragment_tnt texture has been fixed.
- Fragment_tnt particles have been fixed.
-
Added:
- Crafting:
- Fragment_tnt: Crafted with gunpowder, sand and bedrock_shard
1.20.1-midrian-wimp-release-1.6.15
-
Added:
- Items:
- Fragment_tnt
- When used, explodes in a 1x1 radius affecting all bedrocks in the explosion radius:
- Affected bedrocks will turn into breakable_bedrock.
- Fragment_tnt
- Items:
-
Changed:
- Breakable_bedrock can now be broken with any pickaxe.
- Contaminated_slate can now be mined with a bedsteel pickaxe and golden_bedsteel
1.20.1-midrian-wimp-release-1.5.15
-
Removed:
- Bedsteel_pickaxe interaction when right-clicking on a bedrock has been removed.
- Upgrading diamond items to golden_bedsteel items via the smithing table has been removed.
-
Added:
- Golden_bedsteel items are now crafted via the smithing table using a bedsteel smithing mould, a golden_bedsteel_ingot and a bedsteel item.
- Bedsteel items now have a 0.5F bonus to attack speed/damage for all categories (bedsteel/golden_bedsteel)
1.20.1-midrian-wimp-release-1.5.14
- Added:
- Items:
- bedsteel:
- raw_bedsteel
- bedsteel_ingot
- bedsteel_tools
- pickaxe
- axe
- shovel
- sword
- hoe
- bedsteel_armors
- helmet
- chestplate
- leggings
- boots
- bedsteel:
- Items:
NOTE: This version has not been tested yet.
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:U09S0PiD:KBF0SID5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:U09S0PiD:KBF0SID5"
}

