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 0964840 commit ffc980f
Show file tree
Hide file tree
Showing 4 changed files with 465 additions and 56 deletions.
4 changes: 2 additions & 2 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.19-6e644906</version>
<version>1.19-d451cb01</version>
</dependency>
</dependencies>
```
Expand All @@ -69,7 +69,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation("de.articdive:articdata:1.19-6e644906")
implementation("de.articdive:articdata:1.19-d451cb01")
}
```

Expand Down
18 changes: 9 additions & 9 deletions 1_19_potion_effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"instantaneous": false,
"modifiers": [
{
"attribute": "attribute.name.generic.attack_speed",
"attribute": "minecraft:generic.attack_speed",
"uuid": "af8b6e3f-3328-4c0a-aa36-5ba2bb9dbef3",
"value": 0.10000000149011612,
"operation": "MULTIPLY_TOTAL"
Expand All @@ -86,7 +86,7 @@
"instantaneous": false,
"modifiers": [
{
"attribute": "attribute.name.generic.max_health",
"attribute": "minecraft:generic.max_health",
"uuid": "5d6f0ba2-1186-46ac-b896-c61c5cee99cc",
"value": 4.0,
"operation": "ADDITION"
Expand Down Expand Up @@ -157,7 +157,7 @@
"instantaneous": false,
"modifiers": [
{
"attribute": "attribute.name.generic.luck",
"attribute": "minecraft:generic.luck",
"uuid": "03c3c89d-7037-4b42-869f-b146bcb64d2e",
"value": 1.0,
"operation": "ADDITION"
Expand All @@ -172,7 +172,7 @@
"instantaneous": false,
"modifiers": [
{
"attribute": "attribute.name.generic.attack_speed",
"attribute": "minecraft:generic.attack_speed",
"uuid": "55fced67-e92a-486e-9800-b47f202c4386",
"value": -0.10000000149011612,
"operation": "MULTIPLY_TOTAL"
Expand Down Expand Up @@ -243,7 +243,7 @@
"instantaneous": false,
"modifiers": [
{
"attribute": "attribute.name.generic.movement_speed",
"attribute": "minecraft:generic.movement_speed",
"uuid": "7107de5e-7ce8-4030-940e-514c1f160890",
"value": -0.15000000596046448,
"operation": "MULTIPLY_TOTAL"
Expand All @@ -258,7 +258,7 @@
"instantaneous": false,
"modifiers": [
{
"attribute": "attribute.name.generic.movement_speed",
"attribute": "minecraft:generic.movement_speed",
"uuid": "91aeaa56-376b-4498-935b-2f7f68070635",
"value": 0.20000000298023224,
"operation": "MULTIPLY_TOTAL"
Expand All @@ -273,7 +273,7 @@
"instantaneous": false,
"modifiers": [
{
"attribute": "attribute.name.generic.attack_damage",
"attribute": "minecraft:generic.attack_damage",
"uuid": "648d7064-6a60-4f59-8abe-c2c23a6dd7a9",
"value": 0.0,
"operation": "ADDITION"
Expand All @@ -288,7 +288,7 @@
"instantaneous": false,
"modifiers": [
{
"attribute": "attribute.name.generic.luck",
"attribute": "minecraft:generic.luck",
"uuid": "cc5af142-2bd2-4215-b636-2605aed11727",
"value": -1.0,
"operation": "ADDITION"
Expand All @@ -311,7 +311,7 @@
"instantaneous": false,
"modifiers": [
{
"attribute": "attribute.name.generic.attack_damage",
"attribute": "minecraft:generic.attack_damage",
"uuid": "22653b89-116e-49dc-9b6b-9971489b5be5",
"value": 0.0,
"operation": "ADDITION"
Expand Down
Loading

0 comments on commit ffc980f

Please sign in to comment.