Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mistorvadysha authored Jan 14, 2022
1 parent bba2617 commit b10a627
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# BlockMixer • Fabric Mod • Progress **~85%**
# BlockMixer • Fabric Mod

**Description**
This mod is designed to ease the building process.
Expand All @@ -18,13 +18,23 @@ After you put the block, the mod chooses a random slot from BlockMixer's binded
## Features
- Different mixing modes:
**Default**: random selection of slots, **Non-repeating**: slot cannot be repeated twice in a row, **Non-repeating [2]**: the slot cannot be repeated three times in a row.
- Ability to adjust slot ratio:
The slot ratio setting allows you to select the priority slot that BlockMixer will select. Thus, by setting the ratio to 10 for one slot and 1 for the other, the first slot will randomize more often at 10.

## How to use

**Basic usage**
To bind and unbind a slot to BlockMixer click `B`. The binded slot will be highlighted with a green indicator.

**Different mixing modes**
To select mixing mode go to mod settings (Mod Menu required).

**"Toggle Mod" option**
This option is for stopping mod without cleaning BlockMixer's binded slots. To toggle mod press "Sneak" button (`Shift` by default) + "Toggle hotbar slot" button (`B` by default), `Shift+B`. All binded slots will be highlighted with a red indicator.

<img src="./media/indguide.png" width="512">
<img src="./media/indguide.png" width="512">

**"Slot ratio" option**
To increase slot ratio press `]` (by default). To decrease slot ratio press `[` (by default).

<img src="./media/ratioguide.png" width="512">

0 comments on commit b10a627

Please sign in to comment.