Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
pisto committed Nov 14, 2019
1 parent f3e042e commit 7bda159
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ make

# Crack a seed

First collect around 18 slime chunk coordinates (chunk coordinates are world coordinates divided by 16 and rounded towards 0, the coordinates can be obtained from the debug screen). Then invoke `minecraft-slime` and append the chunk coordinates in `X:Z` format:
First collect around 18 slime chunk coordinates (chunk coordinates are world coordinates divided by 16 and rounded towards 0, the coordinates can be obtained from the debug screen). Then invoke `minecrack-slime` and append the chunk coordinates in `X:Z` format:

```
minecrack-slime -- 0:-96 0:-93 0:-77 0:-74 0:-73 0:-64 0:-55 0:-51 0:-50 0:-49 0:-46 0:-25 0:-4 0:11 0:30 0:37 0:44 > 48bit
Expand All @@ -46,7 +46,7 @@ These results are then passed to either `minecrack-biome` or `minecrack-biome-ja
Format the biome samplings as `X:Z:biome_name`, and append them to the invokation:

```
minecraft-biome -m 1.14 -- -212:-8:mushroom_fields 1044:-776:mountains -1208:-1004:swamp -2408:-796:desert_hills -5622:-1596:river -4608:4267:frozen_ocean < 48bit
minecrack-biome -m 1.14 -- -212:-8:mushroom_fields 1044:-776:mountains -1208:-1004:swamp -2408:-796:desert_hills -5622:-1596:river -4608:4267:frozen_ocean < 48bit
```

The Minecraft version is specified with `-m <version>`. Only use the major version number (e.g. `1.14` even if the server runs 1.14.4). The supported versions are from `1.7` through `1.14`, and `BE` for the Bedrock Edition.
Expand All @@ -57,7 +57,7 @@ The Minecraft version is specified with `-m <version>`. Only use the major versi
First make sure that you have the desired specific version of Minecraft installed. You can do so by creating a new Minecraft profile in the Minecraft launcher, and start the game once. Then, format the biome samplings just as for `minecrack-biome`, and invoke `minecrack-biome-java.jar`:

```
java -jar minecraft-biome-java.jar -m 1.14.4 -- -212:-8:mushroom_fields 1044:-776:mountains -1208:-1004:swamp -2408:-796:desert_hills -5622:-1596:river -4608:4267:frozen_ocean < 48bit
java -jar minecrack-biome-java.jar -m 1.14.4 -- -212:-8:mushroom_fields 1044:-776:mountains -1208:-1004:swamp -2408:-796:desert_hills -5622:-1596:river -4608:4267:frozen_ocean < 48bit
```

The Minecraft version is specified with `-m <version>` and it has to be the same string as shown in the Minecraft launcher (like `1.13.2` or `19w34a`). The `-t <type>` argument specifies the world type (`default`, `flat`, `largeBiomes`, `amplified`, `customized`). The generator options can be set with the argument `-g <string>`, but use this parameter only if you know what you are doing. The Java version will use [Amidst](https://github.com/toolbox4minecraft/amidst) internally to locate your Minecraft installation (`.minecraft`), attach to it and run the tests. If your Minecraft installation is in a non-standard path, pass the argument `--mcpath <path_to_.minecraft>`.
Expand Down

0 comments on commit 7bda159

Please sign in to comment.