From b27ef2ea79937d623cfe7cb37d21214905051e63 Mon Sep 17 00:00:00 2001 From: YuRaNnNzZZ Date: Thu, 29 Jun 2023 11:31:21 +0300 Subject: [PATCH] better combat presets for energy sword and explosive hammer (both not autodetected by mod) --- .../overdrive_that_matters/weapon_attributes/energy_sword.json | 3 +++ .../weapon_attributes/explosive_hammer.json | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 src/main/resources/data/overdrive_that_matters/weapon_attributes/energy_sword.json create mode 100644 src/main/resources/data/overdrive_that_matters/weapon_attributes/explosive_hammer.json diff --git a/src/main/resources/data/overdrive_that_matters/weapon_attributes/energy_sword.json b/src/main/resources/data/overdrive_that_matters/weapon_attributes/energy_sword.json new file mode 100644 index 000000000..c8bb11ed1 --- /dev/null +++ b/src/main/resources/data/overdrive_that_matters/weapon_attributes/energy_sword.json @@ -0,0 +1,3 @@ +{ + "parent": "bettercombat:sword" +} \ No newline at end of file diff --git a/src/main/resources/data/overdrive_that_matters/weapon_attributes/explosive_hammer.json b/src/main/resources/data/overdrive_that_matters/weapon_attributes/explosive_hammer.json new file mode 100644 index 000000000..6db48eab5 --- /dev/null +++ b/src/main/resources/data/overdrive_that_matters/weapon_attributes/explosive_hammer.json @@ -0,0 +1,3 @@ +{ + "parent": "bettercombat:hammer" +} \ No newline at end of file