From ac742ea5a269418b24c8144056cfbb528afc4ec0 Mon Sep 17 00:00:00 2001 From: Sollace Date: Wed, 6 Sep 2023 15:16:50 +0100 Subject: [PATCH] Define sound profiles for presence footsteps --- .../assets/presencefootsteps/config/locomotionmap.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/main/resources/assets/presencefootsteps/config/locomotionmap.json diff --git a/src/main/resources/assets/presencefootsteps/config/locomotionmap.json b/src/main/resources/assets/presencefootsteps/config/locomotionmap.json new file mode 100644 index 00000000..95a72058 --- /dev/null +++ b/src/main/resources/assets/presencefootsteps/config/locomotionmap.json @@ -0,0 +1,8 @@ +{ + "unicopia:butterfly": "NONE", + "unicopia:twittermite": "NONE", + "unicopia:spellbook": "NONE", + "unicopia:storm_cloud": "NONE", + "unicopia:air_balloon": "NONE", + "unicopia:sombra": "NONE" +}