Tags
Creators
Details
1.11.6+mc26.1
Compatibility
Required content
Changes
[1.11.6] - 2026-04-18
Available versions:
- Fabric: 26.1
Changed/Fixed
Thanks to lonefelidae16 for this update :) Also to seriousfreezing for their help testing ;)
- Fixed hotbar item count opacity.
- Port to 26.1 update
[1.11.5] - 2025-12-25
Available versions:
- Fabric: 1.21.11
Changed/Fixed
Thanks to lonefelidae16 for this update :)
- Added option to spin the main screen panorama counter-clockwise like on bedrock.
- Improvements to idle hand animation functionality.
[1.11.4] - 2025-12-23
Available versions:
- Fabric: 1.21.11
Changed/Fixed
- Port to 1.21.11
- Updated uk_ua
[1.11.3] - 2025-10-17
Available versions:
- Fabric: 1.21.9, 1.21.10
Changed/Fixed
- Port to 1.21.9-1.21.10
- Updated vi_vn, zh_cn, uk_ua, pt_br
[1.11.2] - 2025-10-15
Available versions:
- Fabric: 1.21.6, 1.21.7, 1.21.8
Changed/Fixed
- Port to 1.21.6-1.21.8
[1.11.1] - 2025-03-31
Available versions:
- Fabric: 1.21.5
Changed/Fixed
- Fix PaperDoll Rendering (Fixes compatibility with ImmediatelyFast)(Closes #395)
[1.11.1] - 2025-03-31
Available versions:
- Fabric: 1.21.5
Changed/Fixed
- Fix PaperDoll Rendering (Fixes compatibility with ImmediatelyFast)(Closes #395)
[1.11] - 2025-03-31
Available versions:
- Fabric: 1.21.5
Changed/Fixed
- Port to 1.21.5
- Fixed HudOpacity
- Removed Fallen Trees since its been implemented in vanilla.
- Removed Sheep Colors since its been implemented in vanilla.
- Added Creative specific loading tips that will show when loading/creating creative worlds.
- External Loading tips now has the same probability to appear as any other Bedrockify loading tip.
[1.10.2] - 2025-02-26
Available versions:
- Fabric: 1.21.4
Changed/Fixed
- Ported to 1.21.4 by lonefelidae16
- Removed Shovel from boat/raft recipes.
- Updated zh_tw translation by notlin4
- Updated uk-ua by StarmanMine142.
[1.10.1] - 2024-08-11
Available versions:
- Fabric: 1.21
Changed/Fixed
- Fixed sodium compatibility.
- Do not load compat mixins when mod is not present.
[1.10] - 2024-08-10
Available versions:
- Fabric: 1.21
Added
- Added Big Baby villager heads (#354).
Changed/Fixed
- Added compatibility with "Detail Armor Bar" mod for Screen safe area and Hud opacity (Fix #279).
- Fixed compatibility with AppleSkin mod for Screen safe area and Hud opacity (Fix #278).
- Added option to hide hotbar selector overhang (black line below the selector that is visible with custom resource packs) (Fix #361).
- Improved Sun Glare fidelity to better match bedrock edition (Fix #359):
- Sun gets brighter.
- Sky darkens with a bluer tint.
- Clouds darkens a bit.
- Apply sheep color to sheep heads before shearing (Fix #264).
- Some features have been rewritten to use less invasive mixins, hopefully improving inter-mod compatibility.
[1.9.7] - 2024-08-04
Available versions:
- Fabric: 1.21
Changed
- Add container Tooltips to any item with Container or bundle components (Fix #326 Fix #356)
- Added Traditional Chinese translation (yichifauzi)
[1.9.6] - 2024-06-25
Available versions:
- Fabric: 1.21
Changed
- Updated to 1.21!
[1.9.5] - 2024-05-16
Available versions:
- Fabric: 1.20.6+
Changed
- Remove Cauldrons when mixin is disabled to allow compatibility with local multiplayer where conencting clients dont use bedrockify (by lonefelidae16)
- Third person eating animation is now more accurate to bedrock edition (by MidyGamy)
Fixed
- Fixed sun glare compatibility with Iris while shaders are disabled. (By lonefelidae16)
[1.9.4] - 2024-05-08
Available versions:
- Fabric: 1.20.6+
Changed
- Updated loading tooltips for most languages.
Fixed
- Fixed #342 - Idle hand animation speed no longer bound to framerate
[1.9.3] - 2024-05-08
Available versions:
- Fabric: 1.20.6+
Fixed
- Fixed #339 - Armor bars not rendering correctly with screen safe area enabled
[1.9.2] - 2024-05-07
Available versions:
- Fabric: 1.20.6+
Changed
- 1.20.6 Port by @lonefelidae16.
- Reach around block placement has been reworked and now uses ray-casting in order to be more accurate and close to Bedrock Edition implementation. (@axialeaa)
- Removed fastload compatibility since the mod is no longer maintained to current versions.
- Panorama-Screens is no longer bundled with bedrockIfy since its main functionality has been implemented in game by mojang.
Fixed
- Fixed IdleHandAnimations animation being accelerated when holding items in both hands. (@lonefelidae16)
- Fixed small bedrock chat mouse hover offset.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| bedrockify-1.11.6+mc26.1.1-sources.jar | Unknown | 335.1 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:ox3rDp1B:LyAZ5Yqf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ox3rDp1B:LyAZ5Yqf"
}
