From e09955f0fb8e96f79e0fbfcc1fc7b742cd238a5a Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 23 Oct 2018 18:58:23 +0200 Subject: [PATCH] Add description.txt for playerphysics --- mods/PLAYER/playerphysics/README.md | 2 +- mods/PLAYER/playerphysics/description.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 mods/PLAYER/playerphysics/description.txt diff --git a/mods/PLAYER/playerphysics/README.md b/mods/PLAYER/playerphysics/README.md index d631a155a..5a522878f 100644 --- a/mods/PLAYER/playerphysics/README.md +++ b/mods/PLAYER/playerphysics/README.md @@ -2,7 +2,7 @@ Version: 1.0.0 -This mod simplifies the setting of player physics (speed, jumping height, gravity). +This mod simplifies the modification of player physics (speed, jumping height, gravity). The problem with `set_physics_override` is that is sets a raw value. As soon as two independent mods want to mess with player physics, this is a problem. diff --git a/mods/PLAYER/playerphysics/description.txt b/mods/PLAYER/playerphysics/description.txt new file mode 100644 index 000000000..57ee96fff --- /dev/null +++ b/mods/PLAYER/playerphysics/description.txt @@ -0,0 +1 @@ +This mod simplifies the modification of player physics (speed, jumping height, gravity) by adding factors to the base values.