From 84b1cdd2c8bcc0202e4dd2cea5c52c66c8f85e85 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 6 Nov 2022 15:40:27 +0100 Subject: [PATCH] Version 1.1.0 --- README.md | 4 ++-- mod.conf | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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. -- 2.11.4.GIT