All versions
1.4.1-mod
Release
1.4.1 Hotfix3 months ago 241
Compatibility
Minecraft: Java Edition
26.1.x
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Changes
#1.4.1 - Hotfix
A quick update allowing for support of Minecraft version 26.1 and 26.1.1, along with a few new updates to existing features.
26.1 Update
- Vanillabean now runs on Minecraft version 26.1 and 26.1.1, and no longer supports version 1.21.11
- Added baby models for Ducks and Asher Wolves
- Updated the custom Stripped Spruce Log texture
Fishing
- Custom fish with rarity weights of 10 or lower now have yellow item names (uncommon)
- Catching epic fish (Mahi-Mahi) is now twice as rare
- Fish Traps now catch half as many fish
- Fish Traps now give rare fish with a 1/50 chance
- Fish Traps can no longer give epic fish (Mahi-Mahi)
- Removed some unused code regarding fishing
Misc. Changes
- Updated the Citadel Painting. It's now a Valheim reference, instead of showing an End City
- Pitcher Slabs can no longer have Bamboo or dry vegetation placed on them
- The durability of all Tungsten items has been decreased by 100
- Ancient enchantments no longer exist. Instead, Tungsten is found with regular enchantments, but one level above their supposed maximum
Bug Fixes
- Quartz Scythes can till Moss Blocks, Pale Moss Blocks, Mud, and Muddy Mangrove Roots
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:LEcw1HH7:4YQpfwFv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LEcw1HH7:4YQpfwFv"
}

