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.
- Host: GitHub
- URL: https://github.com/whynotmax/itembuilder-1.20
- Owner: whynotmax
- Created: 2024-01-02T17:05:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-14T12:57:03.000Z (over 2 years ago)
- Last Synced: 2025-02-05T05:38:53.101Z (over 1 year ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```