-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from Protonull/update-readme
Update README
- Loading branch information
Showing
3 changed files
with
34 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# CivModern | ||
|
||
## Features | ||
|
||
- Compacted items will have a configurably-coloured stack count. | ||
|
||
- Combat radar that displays players displays nearby players, boats, minecarts, and items. | ||
|
||
- Ice-road macro (bound to `BACKSPACE` by default). | ||
|
||
- Auto-attack macro (bound to `0` by default). | ||
|
||
- Hold-key macro for the left mouse button (bound to `-` by default). | ||
|
||
- Hold-key macro for the right mouse button (bound to `=` by default). | ||
|
||
You may open CivModern's configuration screen in-game with the `R` binding. Or you can modify the config file directly, | ||
which is located at `.minecraft/config/civmodern.properties`. | ||
|
||
![The radar configuration screen](./assets/screenshot.png) | ||
|
||
## Requirements | ||
|
||
| Fabric | Forge | | ||
|--------------------------------------------------------------------------------|------------------------------------------| | ||
| Fabric Loader: `0.15.11` (or newer) | Forge Loader: `1.20.6-50.1.0` (or newer) | | ||
| [Fabric API](https://modrinth.com/mod/fabric-api): `0.100.8+1.20.6` (or newer) | | | ||
|
||
|
||
## Recommendations | ||
|
||
| Fabric | | ||
|------------------------------------------------------------------| | ||
| [ModMenu](https://modrinth.com/mod/modmenu): `10.0.0` (or newer) | |
File renamed without changes