Update README.md

This commit is contained in:
bllry 2026-07-11 16:09:43 -04:00 committed by GitHub
parent abf67dd663
commit b876893eca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,26 @@ abstraction, and one screen stack.
- Commodore command DSL over Brigadier, fluent `Component` text builder - Commodore command DSL over Brigadier, fluent `Component` text builder
- Tick and wall-clock schedulers, client/input utilities - Tick and wall-clock schedulers, client/input utilities
## Install
```
maven { url = 'https://bllry.com/maven' }
```
```
### Version 1.0.0
### Gradle
```
implementation 'xyz.meowing:lattice-26.1.2-fabric:1.0.0'
```
Maven
```
<dependency>
<groupId>xyz.meowing</groupId>
<artifactId>lattice-26.1.2-fabric</artifactId>
<version>1.0.0</version>
</dependency>
```
## Documentation ## Documentation
Full docs live in [`docs/`](docs/README.md) — start with Full docs live in [`docs/`](docs/README.md) — start with