diff --git a/README.md b/README.md index 3671fb5..ab1fb02 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Player Physics API. +# Player Physics API -Version: 1.0.1 +Version: 1.1.0 This mod makes it possible for multiple mods to modify player physics (speed, jumping strength, gravity) without conflict. diff --git a/mod.conf b/mod.conf index aec13ea..bf7205b 100644 --- a/mod.conf +++ b/mod.conf @@ -1,2 +1,3 @@ name = playerphysics +title = Player Physics API description = This mod makes it possible for multiple mods to modify player physics (speed, jumping strength, gravity) without conflict.