From 17f4cfd58e601dd0ded297cef9ffc5e3a5059d80 Mon Sep 17 00:00:00 2001 From: ANAND Date: Wed, 20 Mar 2019 23:14:19 +0530 Subject: [PATCH] Add mod.conf for physics mod (#387) --- mods/other/physics/mod.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mods/other/physics/mod.conf diff --git a/mods/other/physics/mod.conf b/mods/other/physics/mod.conf new file mode 100644 index 0000000..82db4e4 --- /dev/null +++ b/mods/other/physics/mod.conf @@ -0,0 +1,2 @@ +name = physics +description = Light-weight wrapper for player physics override interface that allows mods to set physics modifiers on top of existing values instead of overriding them.