realweather/README.md

15 lines
373 B
Markdown
Raw Permalink Normal View History

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+
### 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:
2024-11-01 19:09:12 +01:00
- keystore: `testkeystore.jks`
2024-06-13 18:17:00 +02:00
- storepass: `123456`
- alias: `testkey`
2024-11-01 18:56:03 +01:00
Override with `-Djarsigner.`