diff --git a/README.md b/README.md index 1aa6588..5820819 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 `. 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. @@ -57,7 +57,7 @@ The Minecraft version is specified with `-m `. 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 ` and it has to be the same string as shown in the Minecraft launcher (like `1.13.2` or `19w34a`). The `-t ` argument specifies the world type (`default`, `flat`, `largeBiomes`, `amplified`, `customized`). The generator options can be set with the argument `-g `, 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 `.