diff --git a/.github/README.md b/.github/README.md
index 4feb753..bd4d1d3 100644
--- a/.github/README.md
+++ b/.github/README.md
@@ -57,7 +57,7 @@ Adding to a Maven Project:
de.articdive
articdata
- 1.18.1-77b86bc4
+ 1.18.1-cb27856f
```
@@ -69,7 +69,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation("de.articdive:articdata:1.18.1-77b86bc4")
+ implementation("de.articdive:articdata:1.18.1-cb27856f")
}
```
diff --git a/1_18_1_loot_tables/1_18_1_chest_loot_tables.json b/1_18_1_loot_tables/1_18_1_chest_loot_tables.json
index 83b7a8c..f651c69 100644
--- a/1_18_1_loot_tables/1_18_1_chest_loot_tables.json
+++ b/1_18_1_loot_tables/1_18_1_chest_loot_tables.json
@@ -3734,6 +3734,14 @@
{
"function": "minecraft:set_stew_effect",
"effects": [
+ {
+ "type": "minecraft:poison",
+ "duration": {
+ "type": "minecraft:uniform",
+ "min": 10.0,
+ "max": 20.0
+ }
+ },
{
"type": "minecraft:saturation",
"duration": {
@@ -3751,15 +3759,7 @@
}
},
{
- "type": "minecraft:weakness",
- "duration": {
- "type": "minecraft:uniform",
- "min": 6.0,
- "max": 8.0
- }
- },
- {
- "type": "minecraft:night_vision",
+ "type": "minecraft:jump_boost",
"duration": {
"type": "minecraft:uniform",
"min": 7.0,
@@ -3767,7 +3767,7 @@
}
},
{
- "type": "minecraft:jump_boost",
+ "type": "minecraft:night_vision",
"duration": {
"type": "minecraft:uniform",
"min": 7.0,
@@ -3775,11 +3775,11 @@
}
},
{
- "type": "minecraft:poison",
+ "type": "minecraft:weakness",
"duration": {
"type": "minecraft:uniform",
- "min": 10.0,
- "max": 20.0
+ "min": 6.0,
+ "max": 8.0
}
}
]
diff --git a/build.gradle.kts b/build.gradle.kts
index 6378c56..554c89d 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
tasks {
register("packageVersion") {
archiveBaseName.set("articdata")
- archiveVersion.set("1.18.1-77b86bc4")
+ archiveVersion.set("1.18.1-cb27856f")
destinationDirectory.set(layout.buildDirectory.dir("dist"))
from(project.rootProject.rootDir)
@@ -20,7 +20,7 @@ publishing {
create("maven") {
groupId = "de.articdive"
artifactId = "articdata"
- version = "1.18.1-77b86bc4"
+ version = "1.18.1-cb27856f"
pom {
name.set("ArticData")