Tags
Creators
Details
All versions
1.10.1+mc1.21
Release
[1.21] Bedrockify 1.10.12 years ago 1.24M
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client-side
Client and server
Required content
Changes
[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.10.1+mc1.21-sources.jar | Unknown | 323.68 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:3nHbIP4m"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ox3rDp1B:3nHbIP4m"
}
