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

https://github.com/whynotmax/itembuilder-1.20

A new, clean ItemBuilder for MC Java 1.20.X.
https://github.com/whynotmax/itembuilder-1.20

Last synced: about 1 year ago
JSON representation

A new, clean ItemBuilder for MC Java 1.20.X.

Awesome Lists containing this project

README

          

# ItemBuilder 1.20
> A new, clean ItemBuilder for MC Java 1.20.X.

# Implementation
> To implement the ItemBuilder, you have to add the following code in Maven/Gradle:
## Gradle
```
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.KeineSecrets:ItemBuilder-1.20:1.0.0'
}
```
## Maven
```


jitpack.io
https://jitpack.io

com.github.KeineSecrets
ItemBuilder-1.20
1.0.0

```