Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Articdive committed Jul 12, 2023
1 parent 0f38cac commit c5f2819
Show file tree
Hide file tree
Showing 4 changed files with 9,745 additions and 1,463 deletions.
15 changes: 8 additions & 7 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Adding to a Maven Project:
<dependency>
<groupId>de.articdive</groupId>
<artifactId>articdata</artifactId>
<version>1.18.1-d451cb01</version>
<version>1.18.1-77b86bc4</version>
</dependency>
</dependencies>
```
Expand All @@ -69,7 +69,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation("de.articdive:articdata:1.18.1-d451cb01")
implementation("de.articdive:articdata:1.18.1-77b86bc4")
}
```

Expand Down Expand Up @@ -357,11 +357,12 @@ WARNING: There is no guarantee that the format of the data will stay the same.

### Potions

| Data Type | Supported? |
|:------------:|:-------------------:|
| Protocol ID | :heavy_check_mark: |
| Namespace ID | :heavy_check_mark: |
| Mojang Name | :heavy_check_mark: |
| Data Type | Supported? |
|:--------------:|:-------------------:|
| Protocol ID | :heavy_check_mark: |
| Namespace ID | :heavy_check_mark: |
| Mojang Name | :heavy_check_mark: |
| Potion Effects | :heavy_check_mark: |

### Recipes

Expand Down
Loading

0 comments on commit c5f2819

Please sign in to comment.