1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-21 11:13:00 +01:00

Crossbows do not count as unarmed item with unarmed items setting

This commit is contained in:
nossr50
2023-06-25 13:47:04 -07:00
parent 019d22d92a
commit 3cbdcddcc1

View File

@@ -494,6 +494,7 @@ public class MaterialMapStore {
tools.addAll(tridents);
tools.addAll(stringTools);
tools.addAll(bows);
tools.addAll(crossbows);
}
private void fillBows() {