ruvaldak / BedrockIfy

A Minecraft mod that implements some Minecraft Bedrock features into Java edition.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BedrockIfy

BedrockIfy is a fabric Minecraft Mod that implements some useful Minecraft Bedrock Edition features into Minecraft Java Edition.

Features

  • Bedrock-like loading screens with helpful tips.
  • Third person eating animations.
  • Position and "paper doll" overlay.
  • Saving status overlay.
  • Bedrock Crafting Recipes (Toggleable).
  • Bedrock-like chat.
  • Idle hand animations.
  • Held item descriptions (enchantments, books and potions).
  • Reach-around block placement.
  • Quick armour swap.

Bedrockify 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.

ScreenShots:

HUD Loading Screen Reach-around block placement Rotating background on all screens

Installation:

This mod requires Fabric and Fabric API. You can download BedrockIfy from the releases tab in github or through the CurseForge page. Drop BedrockIfy and Fabric API JARs inside the mods folder.

Building from source:

Under Linux / Mac OS

git clone https://github.com/juancarloscp52/BedrockIfy/
cd BedrockIfy
./gradlew build

Under Windows

git clone https://github.com/juancarloscp52/BedrockIfy/
cd BedrockIfy
gradlew build

You can find the built JARs inside BedrockIfy/build/libs

Enhancing your Bedrock-like experience

Here is a list of other Fabric Mods that can improve your BedrockLike Experience:

  • LambdaControls - Enables Controller/touchscreen support and other useful tweaks.
  • BedrockWaters - Ports all Bedrock Edition biome specific water color.
  • Snowy Leaves - Leaves will turn white while snowing.
  • TelePistons - This mod adds the telescopic piston arm animation from Bedrock Edition.
  • Fade In Chunks Adds a Bedrock Edition style fading in animation for newly loaded chunks.
  • Sheep Consistency Let's you see the color of sheared sheep.

License

Bedrockify is released under the free and open-source GPL-3.0 License.

About

A Minecraft mod that implements some Minecraft Bedrock features into Java edition.

License:GNU General Public License v3.0


Languages

Language:Java 99.9%Language:Shell 0.1%