2024-05-27 15:54:42 +02:00
|
|
|
# realweather
|
|
|
|
|
2024-11-01 18:56:03 +01:00
|
|
|
For MC 1.19.4+ and Java 21+
|
2024-06-08 10:43:25 +02:00
|
|
|
|
|
|
|
### Building
|
|
|
|
To compile, clone this repo and `mvn clean package`. \
|
2024-06-13 18:17:00 +02:00
|
|
|
JAR will be in `target/`. Use the one without `original-`. \
|
|
|
|
By default, it's signed with the test key.
|
2024-05-27 16:11:43 +02:00
|
|
|
|
2024-06-13 18:17:00 +02:00
|
|
|
#### Signing
|
|
|
|
A test (and default) keystore is provided:
|
|
|
|
- keystore: `testkeystore`
|
|
|
|
- storepass: `123456`
|
|
|
|
- alias: `testkey`
|
2024-11-01 18:56:03 +01:00
|
|
|
Override with `-Djarsigner.`
|