Skip to content

Commit

Permalink
[ci skip] chore: update domain
Browse files Browse the repository at this point in the history
  • Loading branch information
zlataovce authored Jun 30, 2024
1 parent 0df384c commit 302a0e2
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 @@ -89,7 +89,7 @@ accessors {
// there are many more options, like mapping for clients, IntelliJ's source JAR view and auto-complete are your friends (Ctrl+Click)

// now, let's define what we want to access
mapClass("net.minecraft.network.Connection") { // basically any name on mappings.cephx.dev apart from the obfuscated one, applies to other definitions as well
mapClass("net.minecraft.network.Connection") { // basically any name on mappings.dev apart from the obfuscated one, applies to other definitions as well
// NOTE: in one member declaration, the field type, method or constructor argument types and the method return type MUST all be from the same namespace (you CAN'T mix e.g. Mojang and Searge names in one declaration)
// the generation WILL fail if you do this!

Expand All @@ -114,7 +114,7 @@ accessors {

### generator-web-cli

A CLI to generate your own mapping documentation site ([mappings.cephx.dev](https://mappings.cephx.dev)).
A CLI to generate your own mapping documentation site ([mappings.dev](https://mappings.dev)).

The CLI artifact can be acquired either from [the ScreamingSandals Maven repository](https://repo.screamingsandals.org/#/releases/me/kcra/takenaka/generator-web-cli)
(be sure to select the artifact with the `-all` classifier, else you're going to run into errors) or built and executed from source using the `runShadow` task:
Expand All @@ -140,7 +140,7 @@ Options:
--help, -h -> Usage info
```

The command-line to build a [mappings.cephx.dev](https://mappings.cephx.dev) clone would look something like this:
The command-line to build a [mappings.dev](https://mappings.dev) clone would look something like this:
`java -jar generator-web-cli-<latest version here>.jar --client --server -v 1.20.2 -v 1.20.1 ... (more versions follow)`

#### `--javadoc` option
Expand Down

0 comments on commit 302a0e2

Please sign in to comment.