Skip to content

Commit 0dcff97

Browse files
committed
Fix heavy axe preset
1 parent d3aca22 commit 0dcff97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/resources/data/bettercombat/weapon_attributes/heavy_axe.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"parent": "bettercombat:double_axe",
33
"attributes" : {
44
"pose": "bettercombat:pose_two_handed_heavy",
5-
"category": "heavy_axe"
5+
"category": "heavy_axe",
6+
"two_handed": true
67
}
78
}

0 commit comments

Comments
 (0)