From 3b88ca226a8217b1025f7358e2ed224dabf6ec37 Mon Sep 17 00:00:00 2001 From: Seaswimmer Date: Fri, 19 Jul 2024 22:27:57 -0400 Subject: [PATCH] add support for the Cataclysm Zweiender --- README.md | 4 ++++ data/cataclysm/weapon_attributes/zweiender.json | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 data/cataclysm/weapon_attributes/zweiender.json diff --git a/README.md b/README.md index 682e087..e4e9ead 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ This datapack adds Better Combat compatibility to the following weapons. +## Cataclysm + +- Zweiender (Claymore) + ## Industrial Foregoing - Infinity Drill (Claw) diff --git a/data/cataclysm/weapon_attributes/zweiender.json b/data/cataclysm/weapon_attributes/zweiender.json new file mode 100644 index 0000000..64419af --- /dev/null +++ b/data/cataclysm/weapon_attributes/zweiender.json @@ -0,0 +1,3 @@ +{ + "parent": "bettercombat:claymore" + }