Skip to content

Commit

Permalink
update files
Browse files Browse the repository at this point in the history
  • Loading branch information
StaticFX authored and actions-user committed May 28, 2024
1 parent 80fbefa commit 2cf1152
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>de.staticred.kia</groupId>
<artifactId>kia</artifactId>
<version>1.1.9</version>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
```
Expand All @@ -28,7 +28,7 @@
<summary>Gradle Groovy:</summary>

- ```groovy
compileOnly "de.staticred.kia:kia:1.1.9"
compileOnly "de.staticred.kia:kia:1.0.0"
```

</details>
Expand All @@ -37,7 +37,7 @@
<summary>Gradle kts</summary>

- ```kotlin
api("de.staticred.kia:kia:1.1.9")
api("de.staticred.kia:kia:1.0.0")
```
</details>

Expand All @@ -60,7 +60,6 @@ val inventory = kInventory(sender, 5.rows, InventoryType.CHEST) {
})
}
```
![some cool item](https://github.com/StaticFX/KIA/blob/master/galery/default_inventory.png?raw=true)
### Easier to use listeners
```kotlin
setItem(1, 4, kItem(Material.DIAMOND_PICKAXE) {
Expand Down

0 comments on commit 2cf1152

Please sign in to comment.