From 85732506a2e9388a8e7b1900fc7877bf551063d1 Mon Sep 17 00:00:00 2001 From: Oth3r <68134921+Oth3r@users.noreply.github.com> Date: Tue, 8 Apr 2025 14:02:09 -0500 Subject: [PATCH 1/3] bump dependencies --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 14c97d5..dabffbe 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,4 +19,4 @@ file_name=sit! # Dependencies fabric_version=0.119.5+1.21.5 -modmenu_version=14.0.0-beta.2 +modmenu_version=14.0.0-rc.2 From 1fc549c51e9a2e33096a231952d0c1c7c8643216 Mon Sep 17 00:00:00 2001 From: Oth3r <68134921+Oth3r@users.noreply.github.com> Date: Tue, 8 Apr 2025 14:03:46 -0500 Subject: [PATCH 2/3] fix sitting level being off --- src/main/java/one/oth3r/sit/utl/Utl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/one/oth3r/sit/utl/Utl.java b/src/main/java/one/oth3r/sit/utl/Utl.java index 5dd760d..909ccfc 100644 --- a/src/main/java/one/oth3r/sit/utl/Utl.java +++ b/src/main/java/one/oth3r/sit/utl/Utl.java @@ -208,7 +208,7 @@ public class Utl { /** * the customizable y height of the entity, as some versions have different sitting heights on the entity */ - public static final double Y_ADJUSTMENT = -0.2; + public static final double Y_ADJUSTMENT = 0; /** * checks if the entity's block is still there, & is valid From 884a3f639b48502171d30ad2740294c947a03235 Mon Sep 17 00:00:00 2001 From: Oth3r <68134921+Oth3r@users.noreply.github.com> Date: Tue, 8 Apr 2025 14:04:49 -0500 Subject: [PATCH 3/3] v1.2.3.1 --- changelog.md | 3 +++ gradle.properties | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 05b85df..45c6735 100644 --- a/changelog.md +++ b/changelog.md @@ -1,2 +1,5 @@ +# v1.2.3.1 +* added a version position for quick patches +* fixed sitting height being off by .2 # v1.2.3 * fixed not being able to sit when the Y level was below 0 \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index dabffbe..30341c4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ yarn_mappings=1.21.5+build.1 loader_version=0.16.10 # Mod Properties -mod_version=1.2.3+1.21.5 +mod_version=1.2.3.1+1.21.5 maven_group=one.oth3r file_name=sit!