Skip to content

Commit

Permalink
Scale amount of damage blocked
Browse files Browse the repository at this point in the history
  • Loading branch information
TheClassic36 committed Feb 3, 2025
1 parent 8bcdbc0 commit f1fb73f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion data/minecraft/recipe/golden_sword.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"damage_reductions": [
{
"base": 0.0,
"factor": 0.5
"factor": 0.4
}
],
"block_sound": "block.iron.place"
Expand Down
2 changes: 1 addition & 1 deletion data/minecraft/recipe/iron_sword.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"damage_reductions": [
{
"base": 0.0,
"factor": 0.5
"factor": 0.3
}
],
"block_sound": "block.iron.place"
Expand Down
2 changes: 1 addition & 1 deletion data/minecraft/recipe/netherite_sword_smithing.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"damage_reductions": [
{
"base": 0.0,
"factor": 0.5
"factor": 0.6
}
],
"block_sound": "block.iron.place"
Expand Down
2 changes: 1 addition & 1 deletion data/minecraft/recipe/stone_sword.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"damage_reductions": [
{
"base": 0.0,
"factor": 0.5
"factor": 0.25
}
],
"block_sound": "block.stone.place"
Expand Down
2 changes: 1 addition & 1 deletion data/minecraft/recipe/wooden_sword.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"damage_reductions": [
{
"base": 0.0,
"factor": 0.5
"factor": 0.2
}
],
"block_sound": "item.shield.block"
Expand Down
2 changes: 1 addition & 1 deletion pack.mcmeta
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"pack":{
"pack_format": 64,
"supported_formats": {"min_inclusive": 64, "max_inclusive": 65},
"description": "§cNew Sword Blocking\n§7v0.1.1 §8/ §f25w04a-25w05a"
"description": "§cNew Sword Blocking\n§7v0.2.0 §8/ §f25w04a-25w05a"
}
}

0 comments on commit f1fb73f

Please sign in to comment.