Skip to content

Commit eb6fbd5

Browse files
committed
Update README
1 parent 37379ac commit eb6fbd5

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,15 @@ If you run into issues, contact your launcher's support.
2828
Before using any of these commands, make sure the seed has been configured using `/sm:config Seed set <seed>`.
2929

3030
### Seed map
31-
Usage: `/sm:seedmap`
31+
Usage: `/sm:seedmap`.
3232

3333
Opens an explorable seed map based on the configured seed. You can move the map by dragging the mouse, and zoom in or out by using the scroll wheel. You can toggle what features are visible by clicking the feature toggles at the top of the screen. This command is especially useful in combination with the `/sm:source` command!
3434

35+
### Seed minimap
36+
Usage: `/sm:minimap [show|hide]`.
37+
38+
Displays a minimap based on configured seed in the heads-up display (HUD). Depending on whether the `RotateMinimap` config is enabled, the minimap will rotate with the player. The minimap displays the same features as the seed map (see above). Changing dimension will automatically update the minimap. The configs `MinimapOffsetX`, `MinimapOffsetY`, `MinimapWidth` and `MinimapHeight` can be used to further customise the minimap.
39+
3540
### Biome locating
3641
Usage: `/sm:locate biome <biome>`.
3742

@@ -45,20 +50,20 @@ Locates a given structure closest to the player. All structures in all dimension
4550
### Ore vein locating
4651
Usage: `/sm:locate orevein (copper|iron)`.
4752

48-
Locates an [ore vein](https://minecraft.wiki/w/Ore_vein) closest to the player. The coordinates of the first ore vein block found will be returned. After this, you can use [`/sm:highlight orevein [chunks]`](#ore-vein-highlighting) to highlight the other ores.
53+
Locates an [ore vein](https://minecraft.wiki/w/Ore_vein) closest to the player. The coordinates of the first ore vein block found will be returned. After this, you can use [`/sm:highlight orevein [<chunks>]`](#ore-vein-highlighting) to highlight the other ores.
4954

5055
### Loot locating
5156
Usage: `/sm:locate loot <amount> <item> [<enchantment conditions>]`.
5257

5358
Locates chest loot closest to the player. All versions from 1.13 onwards are supported. SeedMapper will search through the chest loot of structures to find loot that matches the item and enchantment conditions. Note that queries for unobtainable loot and illegal enchantment combinations are not prevented by the command. If a search is taking too long, you should probably cancel it using `/sm:stoptask`.
5459

5560
### Ore highlighting
56-
Usage: `/sm:highlight block <block> [chunks]`.
61+
Usage: `/sm:highlight block <block> [<chunks>]`.
5762

5863
Highlights the specified block in the world. All versions from 1.13 onwards are supported. Due to high dependence on the [`OCEAN_FLOOR_WG`](https://minecraft.wiki/w/Heightmap#OCEAN_FLOOR_WG) heightmap, coal, copper and emerald ore locations may be off.
5964

6065
### Ore vein highlighting
61-
Usage: `/sm:highlight orevein [chunks]`.
66+
Usage: `/sm:highlight orevein [<chunks>]`.
6267

6368
Highlights ore veins in the world. Raw ore blocks that generate as part of the ore vein are highlighted distinctly. Filler blocks are ignored.
6469

0 commit comments

Comments
 (0)