{"id":15014820,"url":"https://github.com/juancarloscp52/bedrockify","last_synced_at":"2025-04-12T20:45:56.231Z","repository":{"id":37423052,"uuid":"289312208","full_name":"juancarloscp52/BedrockIfy","owner":"juancarloscp52","description":"A Minecraft mod that implements some Minecraft Bedrock features into Java edition.","archived":false,"fork":false,"pushed_at":"2025-03-31T20:57:26.000Z","size":65472,"stargazers_count":182,"open_issues_count":88,"forks_count":40,"subscribers_count":7,"default_branch":"1.21.5","last_synced_at":"2025-04-04T00:09:52.424Z","etag":null,"topics":["fabric","fabricmc","minecraft","minecraft-mod"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juancarloscp52.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-21T16:11:15.000Z","updated_at":"2025-03-31T21:19:08.000Z","dependencies_parsed_at":"2023-02-18T23:45:36.810Z","dependency_job_id":"2aebd9f7-cb63-49a3-9d66-4e38b2d84313","html_url":"https://github.com/juancarloscp52/BedrockIfy","commit_stats":{"total_commits":426,"total_committers":32,"mean_commits":13.3125,"dds":"0.29107981220657275","last_synced_commit":"2275b18c14bb9b63f5d04becffca0c398e24fd7e"},"previous_names":[],"tags_count":53,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juancarloscp52%2FBedrockIfy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juancarloscp52%2FBedrockIfy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juancarloscp52%2FBedrockIfy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juancarloscp52%2FBedrockIfy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juancarloscp52","download_url":"https://codeload.github.com/juancarloscp52/BedrockIfy/tar.gz/refs/heads/1.21.5","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248631692,"owners_count":21136559,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fabric","fabricmc","minecraft","minecraft-mod"],"created_at":"2024-09-24T19:46:08.375Z","updated_at":"2025-04-12T20:45:56.195Z","avatar_url":"https://github.com/juancarloscp52.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BedrockIfy\nBedrockIfy is a fabric Minecraft Mod that implements some useful Minecraft Bedrock Edition features into Minecraft Java Edition.\n\n## Features\n- Bedrock-like loading screens with helpful tips.\n- Third person eating animations.\n- Position and \"paper doll\" overlay.\n- Dynamic Inactive Hud Opacity.\n- Saving status overlay.\n- 3D fishing hook\n- Bedrock Cauldrons that hold dyed water and potions\n- Bedrock Sun Glare\n- Bedrock Crafting Recipes (Toggleable).\n- Bedrock-like chat.\n- Bedrock Edition world color noise for grass and water.\n- Idle hand animations.\n- Held item descriptions (enchantments, books and potions).\n- Reach-around block placement.\n- Quick armor swap.\n- Dying Trees!\n- Bedrock Light block shading.\n- Disable flying momentum (Drift) in creative mode.\n- Stop elytra flying by pressing space on air.\n- Bedrock bonemeal functionality for flowers and sugar cane.\n- Bigger baby villager heads.\n\nBedrockify also includes \"eye-candy\" features like the ability use the rotating title screen background in all option screens instead of the boring vanilla dirt background.\nAll Features are customizable through the In-Game BedrockIfy Settings Menu!\n#### ScreenShots:\n![HUD](https://github.com/juancarloscp52/BedrockIfy/blob/master/readme%20images/HUD.png)\n![Bedrock Cauldrons](https://github.com/juancarloscp52/BedrockIfy/blob/1.19.4/readme%20images/cauldrons.png)\n![Loading Screen](https://github.com/juancarloscp52/BedrockIfy/blob/master/readme%20images/loading%20screen.png)\n![Reach-around block placement](https://github.com/juancarloscp52/BedrockIfy/blob/master/readme%20images/reacharound.gif)\n![Rotating background on all screens](https://github.com/juancarloscp52/BedrockIfy/blob/master/readme%20images/menu.gif)\n![Bedrock Sun Glare example](https://github.com/juancarloscp52/BedrockIfy/blob/1.19.4/readme%20images/darksky.gif)\n\n## Installation:\nThis mod requires [Fabric](https://fabricmc.net/use/) and [Fabric API](https://www.curseforge.com/minecraft/mc-mods/fabric-api), or [Quilt](https://quiltmc.org/install/) with the [Quilted Fabric API](https://modrinth.com/mod/qsl) \nYou can download BedrockIfy from the _[releases](https://github.com/juancarloscp52/BedrockIfy/releases)_ tab in GitHub, through the [CurseForge](https://www.curseforge.com/minecraft/mc-mods/bedrockify) page or [Modrinth](https://modrinth.com/mod/bedrockify).\nDrop BedrockIfy and Fabric API JARs inside the mods folder.\n## Building from source:\nUnder Linux / Mac OS\n```shell script\ngit clone https://github.com/juancarloscp52/BedrockIfy/\ncd BedrockIfy\n./gradlew build\n```\nUnder Windows\n```shell script\ngit clone https://github.com/juancarloscp52/BedrockIfy/\ncd BedrockIfy\ngradlew build\n```\nYou can find the built JARs inside BedrockIfy/build/libs\n\n## Enhancing your Bedrock-like experience\n\nHere is a list of other Fabric Mods that can improve your BedrockLike Experience: (Note: some of these might not be updated to the latest version.)\n- [MidnightControls](https://github.com/TeamMidnightDust/MidnightControls) - Enables Controller support and other useful tweaks.\n- [BedrockWaters](https://github.com/2Retr0/BedrockWaters) - Ports all Bedrock Edition biome specific water color.\n- [Snowy Leaves](https://github.com/Ashley1227/snowy-leaves) - Leaves will turn white while snowing.\n- [Fade In Chunks](https://github.com/johni0702/fade-in-chunks) Adds a Bedrock Edition style fading in animation for newly loaded chunks.\n\nIf you wish to have bedrock's unique textures/models you can check out the Parity section of [VanillaTweaks](https://vanillatweaks.net/picker/resource-packs/)\n\n## License\nBedrockify is released under the free and open-source [GPL-3.0 License](https://github.com/juancarloscp52/BedrockIfy/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuancarloscp52%2Fbedrockify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuancarloscp52%2Fbedrockify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuancarloscp52%2Fbedrockify/lists"}