Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Articdive committed Feb 4, 2024
1 parent 0ac1826 commit 195818d
Show file tree
Hide file tree
Showing 48 changed files with 24,466 additions and 17,533 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.20.1-77b86bc4</version>
<version>1.20.2-cb27856f</version>
</dependency>
</dependencies>
```
Expand All @@ -69,7 +69,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation("de.articdive:articdata:1.20.1-77b86bc4")
implementation("de.articdive:articdata:1.20.2-cb27856f")
}
```

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish
on:
push:
branches:
- 1.20.1
- 1.20.2

jobs:
publish:
Expand Down
15 changes: 13 additions & 2 deletions 1_20_1_attributes.json → 1_20_2_attributes.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,17 @@
"minValue": -1024.0
}
},
"minecraft:generic.max_absorption": {
"id": 11,
"mojangName": "MAX_ABSORPTION",
"translationKey": "attribute.name.generic.max_absorption",
"defaultValue": 0.0,
"clientSync": true,
"range": {
"maxValue": 2048.0,
"minValue": 0.0
}
},
"minecraft:generic.max_health": {
"id": 0,
"mojangName": "MAX_HEALTH",
Expand All @@ -121,7 +132,7 @@
}
},
"minecraft:horse.jump_strength": {
"id": 12,
"id": 13,
"mojangName": "JUMP_STRENGTH",
"translationKey": "attribute.name.horse.jump_strength",
"defaultValue": 0.7,
Expand All @@ -132,7 +143,7 @@
}
},
"minecraft:zombie.spawn_reinforcements": {
"id": 11,
"id": 12,
"mojangName": "SPAWN_REINFORCEMENTS_CHANCE",
"translationKey": "attribute.name.zombie.spawn_reinforcements",
"defaultValue": 0.0,
Expand Down
Loading

0 comments on commit 195818d

Please sign in to comment.