All versions
1.4.0
Release
DEEP 1.4.0last year 357
Compatibility
Minecraft: Java Edition
b1.7.3
Platform
BTA (Babric)
Supported environments
Singleplayer only
Changes
big water update
New Blocks
- Coarse Dirt : Does not grow grass.
- Glowing Mushrooms : Glows and can be turned into cyan dye.
- Coral : Pretty randomly colored corals.
- Cattails : Cattails that generate on the coast that can be turned into wool.
- Lilypads : Can be placed on water similar to algae. Can also be turned into magenta dye. New Items
- Steel Fishing Rod : Durability upgrade.
- Steel Bow : Durability upgrade.
- Silver Apple : Golden Apple Sidegrade. Heals less but can be stacked to two.
- Silver Throwing Knife : Can be thrown to do about as much damage as a diamond sword. Entity Spawn Mechanics.
- Deepers now spawn underground
- Shades now spawn underground New Fishing Mechanic
- Depending on how fast you catch a fish the better it will be.
- Sardines are obtained by doing poorly.
- Trouts are obtained by doing decently.
- Bass are obtained by doing great.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| deep-1.4.0-sources.jar | Unknown | 260.38 KiB |
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:QFQWfUi3:7ejZoQlY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QFQWfUi3:7ejZoQlY"
}

