Skip to content

Latest commit

 

History

History
179 lines (97 loc) · 5.46 KB

README_EN.md

File metadata and controls

179 lines (97 loc) · 5.46 KB

Oh My Minecraft Client

Make Minecraft Client Great Again!

Description

Oh My Minecraft Client is a client-side mod, which helps you manage your hands. The mod is written for the Fabric Loader.

NOTE: My Minecraft Client also requires the MaLiLib library mod by masady:

https://www.curseforge.com/minecraft/mc-mods/malilib

The default hotkey to open the in-game config GUI is O + C

Generic

Don't clear chat history.

Minecraft client will not to clear chat history and input history.

Highlight waypoint

Add command /highlightWaypoint to highlight waypoint.

Auto parse waypoint in chat with voxelmap's format (like [x:1, y:2, z:3](x:1, y:2, z:3), [1, 2, 3], (1, 2, 3)).

It looks like:

highlightWaypoint

Can delete it with hotkey.

Force Parse Waypoint From Chat

Force parse waypoint from chat (such it will override the clickevent of rtext).

Send Looking At Pos

A hotkey to send looking at pos.

Sort Inventory

Press hotkey to sort inventory.

Sort Inventory Shulker Box Last

Sort inventory shulker box last.

Sort Inventory Support Empty ShulkerBox Stack

Support empty shulker box stack when sort inventory.

Features

Auto Switch Elytra

Auto Switch elytra and chestplate.

It looks like:

autoSwitchElytra

Better Sneaking

Player can move down 1 height when sneaking.

Block Model No Offset

Render block model without random offset.

Disable Break Block

You can't break blocks in breakBlockBlackList.

Disable Break Scaffolding

You can break the scaffolding with the items in breakScaffoldingWhiteList.

Disable Move Down In Scaffolding

You can move down in scaffolding when the item of moveDownInScaffoldingWhiteList in your hand.

Disable Piston Push Entity

Prevent piston push entities (except the player) to reduce piston lag (such as the carpet duper), it will cause entities pos error when entity push by piston.

Forced Break Cooling

Players will have a 5GT cooldown after breaking the block instantaneously, which will prevent you from accidentally destroying components with the Haste 2 effect.

Highlight Lava Sources

Any lava source will be highlighted with a special texture.

We have also provided some optional resource packs for this purpose.

It looks like:

highlightLavaSourceOff

highlightLavaSourceOn

Wandering Trader Glow

The Wandering Trader will have the glowing affect, so it in Invisibility.

highlightLavaSourceOn

Prevent Intentional Game Design

Prevent Intentional Game Design (Bed and Respawn Anchor).

High Light Persistent Mob

Highlight persistent mobs (Mob have item in hand or mob have custom name).

Flat Digger

Which allowed you mine a flat road while digging stone by preventing digging of blocks under your feet while standing,sneak to dig blocks under you.

Real Sneaking

Players cannot ascend or descend when sneaking.

Remove Breaking Cooldown

Remove cooldown after break block (default is 5gt), it will not work when enable forceBreakingCooldown§r.

World Eater And Mine Helper

When the blocks in worldEaterMineHelperWhitelist are exposed to the air, the game will render their own mirror image above them, which is convenient for world eater maintenance and mining.

worldEaterMineHelper

Lists

Fallback Language List

Fallback language list.

Advanced Integrated Server

Now allow user to change some integrated server setting.

Online Mode

Integrated server use online mode.

pvp

Integrated server enable pvp.

flight

Integrated server enable flight.

port

Integrated server lan port, 0 to use default port.

Acknowledgements