All versions
1.0.0-1.21.4
Release
Bedrock Feature to java 1.0.0-1.21.42 months ago 39
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Any compatible version
Changes
Changelog
v1.0.0 – 2026-05-31
Minecraft 1.21.1 – 1.21.11 (Fabric)
✨ Added Features
- No attack cooldown – Remove the vanilla attack cooldown; every hit deals full damage.
- Villagers never overcharge – Hitting a villager does not increase their trade prices.
- Random stronghold generation – Strongholds no longer spawn in fixed rings; ~30% chance per eligible chunk.
- Auto‑shield on sneak – Sneaking automatically raises the shield if held in off‑hand; optimized to prevent flickering.
⚙️ Configuration
- Mod Menu integration for easy toggling.
- All four features can be enabled/disabled independently.
- Config file:
.minecraft/config/bedrockfeaturetojava.json
🔧 Technical Details
- Single JAR works on 1.21.4
- Minimal injection – only Mixin usage, no invasive changes.
🚫 Known Limitations (planned for future updates)
- Axe damage adjustment (sword damage –1) and axe cannot disable shields (mapping issues).
- 80% accuracy for skeletons & pillagers (method signature mismatch).
- Piston‑movable containers – use Movable Block Entities as companion.
- Lever not breaking when pushed by piston (Java limitation).
📦 Requirements
- Fabric Loader ≥0.19.2
- Fabric API (automatically included)
First stable release. Enjoy your Bedrock‑flavored Java experience! 🧱☕
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:r5WTMa65:yOahPMyP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:r5WTMa65:yOahPMyP"
}

