Skip to content

Commit

Permalink
fixed speed & knockback
Browse files Browse the repository at this point in the history
  • Loading branch information
xR4YM0ND committed Dec 31, 2023
1 parent df7523a commit a6ba6d7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"generic.knockback_resistance": {
"operation": "ADDITION",
"value": 1.0
"value": 0.1
}
},
"negative": {
Expand All @@ -64,7 +64,7 @@
},
"generic.knockback_resistance": {
"operation": "ADDITION",
"value": -1.0
"value": -0.1
}
}
},
Expand All @@ -77,7 +77,7 @@
},
"generic.movement_speed": {
"operation": "ADDITION",
"value": 1.0
"value": 0.03
}
},
"negative": {
Expand All @@ -87,7 +87,7 @@
},
"generic.movement_speed": {
"operation": "ADDITION",
"value": -1.0
"value": -0.03
}
}
},
Expand Down

0 comments on commit a6ba6d7

Please sign in to comment.