All versions
12.0
Release
More Features 12.0last year 109
Compatibility
Minecraft: Java Edition
b1.7.3
Platform
BTA (Babric)
Supported environments
Client and server
Required content
Changes
New:
- Added scythe, new tool that works like 3x3 hoe and has the same damage as a sword. Scythe textures by Doop.
- Added wooden mesh that can catch specific loot if surrounded by water (ink sacks, fish, leather boots, fishing rod, leather and sponges (+ algae if in the swamp or muddy swamp biomes))
Changed:
- Bomb quiver and golden bomb quiver are bomb bag and golden bomb bag now.
- Mining hammers can break "minable by shovel" types of blocks again and won't drop blocks if player is in creative.
Fixed:
- Fixed and rebalanced custom labyrinth content. Now cat helmet and golden bomb bag are actually treasure items instead of being just labyrinth loot, making them generate only one per labyrinth. Creeper and scorpion spawners are generating again. Golden bomb bag is now brick labyrinth' treasure instead of spawning everywhere.
- Fixed moonsteel paxel not having moonsteel fortune effect.
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:hACsYZ7e:XyXcmqeU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hACsYZ7e:XyXcmqeU"
}


