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.