diff --git a/Plugin/Plugin.csproj b/Plugin/Plugin.csproj
index a037d0f..fcf5d78 100644
--- a/Plugin/Plugin.csproj
+++ b/Plugin/Plugin.csproj
@@ -4,7 +4,7 @@
MattyFixes
$(RootNamespace)
Matty's Fixes
- 1.1.26
+ 1.1.27
GPL-3.0
netstandard2.1
Latest
diff --git a/Plugin/src/MattyFixes.cs b/Plugin/src/MattyFixes.cs
index 207953e..305e103 100644
--- a/Plugin/src/MattyFixes.cs
+++ b/Plugin/src/MattyFixes.cs
@@ -19,7 +19,7 @@ internal partial class MattyFixes : BaseUnityPlugin
{
public const string GUID = "mattymatty.MattyFixes";
public const string NAME = "Matty's Fixes";
- public const string VERSION = "1.1.26";
+ public const string VERSION = "1.1.27";
internal static ManualLogSource Log;
internal static MattyFixes Instance { get; private set; }
diff --git a/Plugin/src/Patches/ItemPatches.cs b/Plugin/src/Patches/ItemPatches.cs
index bf99c6d..66f392c 100644
--- a/Plugin/src/Patches/ItemPatches.cs
+++ b/Plugin/src/Patches/ItemPatches.cs
@@ -107,7 +107,7 @@ private static void UpdateItemRotation(string modName, Item item)
item.restingRotation = parsedRotation;
- item.floorYOffset = (int)Math.Round(item.restingRotation.y);
+ item.floorYOffset = (int)Math.Round(parsedRotation.y);
}
@@ -579,7 +579,7 @@ private static void SetCorrectParticlePosition(StormyWeather __instance)
},
{
"Rubber Ducky",
- [-90f, 0f, -90f]
+ [-90f, 0f, 90f]
},
{
"Steering wheel",
diff --git a/Thunderstore/CHANGELOG.md b/Thunderstore/CHANGELOG.md
index b0559fe..291e598 100644
--- a/Thunderstore/CHANGELOG.md
+++ b/Thunderstore/CHANGELOG.md
@@ -1,3 +1,6 @@
+## v1.1.27
+- fix rubber Ducky
+
## v1.1.26
- attempt to fix skinnedRenders again
- removed NameFixes ( they never worked )
diff --git a/Thunderstore/manifest.json b/Thunderstore/manifest.json
index a28d353..3157e87 100644
--- a/Thunderstore/manifest.json
+++ b/Thunderstore/manifest.json
@@ -1,6 +1,6 @@
{
"name": "Matty_Fixes",
- "version_number": "1.1.26",
+ "version_number": "1.1.27",
"website_url": "https://github.com/mattymatty97/LTC_MattyFixes",
"description": "A collection of Fixes for the vanilla game, with focus on vanilla compatibility.",
"dependencies": [