Skip to content

Commit

Permalink
- CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartin-b committed Jan 21, 2024
1 parent e6c7eab commit e08f0b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## v1.5 (1.20.1)
- added more Craftingproperty keys for axes, pickaxes, shovels and hoes
- fixed gui scaling for key and omen skin
- added throwing axe
- added throwing axe
- rebalanced Pommels and Guards
- increased blocking on Large Guard
- made Katana Guard a Slim Guard skin
- removed blocking from Slim Guard
- added Mining to Sickle
- added Hoe-right click to Sickle and Scythe
- added Native sweeping edge to Scythe
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"attributes": [
{
"attribute": "generic.attack_speed",
"value": "-0.05",
"value": "-0.07 + [material.density]*0.01",
"operation": "+",
"slot": "mainhand",
"uuid": "FA233E1C-4180-4865-B01B-BCCE9785ACA3"
},
{
"attribute": "generic.attack_damage",
"value": "0.03",
"value": "0.1",
"operation": "*",
"slot": "mainhand",
"uuid": "CB3F55D3-645C-4F38-A497-9C13A33DB5CF"
Expand Down

0 comments on commit e08f0b8

Please sign in to comment.