An open API service indexing awesome lists of open source software.

https://github.com/groupez-dev/zitemstacker

Allows you to stack your items to reduce the number of items on the floor
https://github.com/groupez-dev/zitemstacker

items java minecraft

Last synced: 9 months ago
JSON representation

Allows you to stack your items to reduce the number of items on the floor

Awesome Lists containing this project

README

          

# zItemStacker

Allows you to stack your items

Download here: https://modrinth.com/plugin/zitemstacker

## Maven
````xml

groupez-releases
GroupeZ Repository
https://repo.groupez.dev/releases

````
````xml

fr.maxlego08.itemstacker
zitemstacker-api
{version}

````

## Gradle
````gradle
maven {
name = "groupezReleases"
url = uri("https://repo.groupez.dev/releases")
}
````
````gradle
compileOnly("fr.maxlego08.itemstacker:zitemstacker-api:{version}")
````