Skip to content

Commit

Permalink
switched effects
Browse files Browse the repository at this point in the history
  • Loading branch information
xR4YM0ND committed Jan 3, 2024
1 parent 59c7007 commit 6575e53
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 14 deletions.
14 changes: 14 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# NutritionZ Changelog

## 1.0.1
### Fixed:
- Vanilla minerals best sources now (rotten flesh / spider eye / dried kelp)
### Changed:
- New nutrition buffs / debuffs
- Made compat as integrated datapacks
### Added:
- Tooltips via shift
- Dehydration compat

## 1.0.0
- Initial release
30 changes: 16 additions & 14 deletions src/main/resources/data/nutritionz/nutrition_manager/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,20 +52,22 @@
"operation": "ADDITION",
"value": 2.0
},
"minecraft:regeneration": {
"duration": 319,
"amplifier": 0
"generic.knockback_resistance": {
"operation": "ADDITION",
"value": 0.1
}

},
"negative": {
"generic.armor": {
"operation": "ADDITION",
"value": -2.0
},
"minecraft:weakness": {
"duration": 319,
"amplifier": 0
"generic.knockback_resistance": {
"operation": "ADDITION",
"value": -0.1
}

}
},
"vitamins": {
Expand All @@ -75,19 +77,19 @@
"operation": "ADDITION",
"value": 2.0
},
"generic.knockback_resistance": {
"operation": "ADDITION",
"value": 0.1
"minecraft:regeneration": {
"duration": 319,
"amplifier": 1
}
},
"negative": {
"generic.max_health": {
"operation": "ADDITION",
"value": -2.0
},
"generic.knockback_resistance": {
"operation": "ADDITION",
"value": -0.1
"minecraft:weakness": {
"duration": 319,
"amplifier": 0
}
}
},
Expand All @@ -98,7 +100,7 @@
"operation": "ADDITION",
"value": 1.0
},
"minecraft:wither": {
"minecraft:absorption": {
"duration": 319,
"amplifier": 0
}
Expand All @@ -108,7 +110,7 @@
"operation": "ADDITION",
"value": -1.0
},
"minecraft:saturation": {
"minecraft:weakness": {
"duration": 319,
"amplifier": 0
}
Expand Down

0 comments on commit 6575e53

Please sign in to comment.