Tags
Creators
Details
Licensed LGPL-3.0-only
Published 10 months ago
Updated yesterday
All versions
5.0-snapshot-2
Beta
5.0 Snapshot 2last month 85
Uploaded by
Compatibility
Minecraft: Java Edition
26.3-snapshot-2
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
[5.0 Snapshot 2] - 7/1/26
New Features
Wind Charge Buff
- Wind Charges now disperse Area Effect Clouds
Atmospherics
- Added ambient fog to Bamboo Jungle biomes
Advancements
- Added I Am Bush advancement
- Is awarded for performing a stealth attack from within a tall plant
Changes
World Generation
Birch Trees
- Changed Super Birch Trees to have Shelf Mushrooms generate on their trunks
Enchantments
- Changed Enervation to induce up to 4 seconds of Weakness
- Changed Enervation to only ever induce Weakness I
- Changed Mace to accept Knockback and Looting
Items
- Changed Quiver use action to equip it, rather than empty its contents
- Changed Dagger to be able to parry swords in blade clashes
- Changed Trident animation to use the Stab animation
- Changed Wheat to be a Llama tempting item
Blocks
- Changed Iron Grates to have the
dragon_immuneblock tag
Textures
- Changed
blade_clashparticle texture - Changed Illusioner texture to match Minecraft Dungeons
- Changed Dagger texture
Sounds
- Increased the chance of cold wind sounds playing
- Increased the volume of ambient leaf block sounds
Technical Changes
Data Tags
- Added
tall_plantsblock tag
Bug Fixes
- Fixed bug allowing the Ender Dragon to destroy Iron Grates
- Fixed bug causing a client/server de-sync when lighting a campfire with sticks
- Fixed bug where unknown_server.png (commonly known as pack.png) was stretched when there's an issue with a world thumbnail
- Fixed bug causing arrows to disappear if a stack was added onto them
- Fixed bug preventing daggers from attacking through foliage
- Fixed bug preventing the Max Snow Accumulation Height GameRule from affecting snowlogged blocks
- Fixed bug causing Piglins to not be distracted by Golden Daggers
- Fixed bug causing Quivers to only allow the top item to be removed
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:c65QHwL5:PDYJW5Po"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:c65QHwL5:PDYJW5Po"
}

