Mrbysco / Armor-Poser

Adds a GUI for armor stands in which you can configure it's pose and other properties
https://www.curseforge.com/minecraft/mc-mods/armor-poser
MIT License
4 stars 6 forks source link

[Bug]: changing position doesn't work with scrolling #16

Open Aefinn opened 4 months ago

Aefinn commented 4 months ago

General Info

Loader version

Newest Fabric

Minecraft version

1.20.4

Mod version

4.2.0

Java version

Java 8 update 401

Issue Description

All the other scrolling features work like they should but Position doesn't, regardless it having gravity on or off. Showcasing the problem here https://www.youtube.com/watch?v=V0eYAoCVGFU

Additional Information

No response

Mrbysco commented 4 months ago

Is this single-player? A client connected to a server?

Aefinn commented 4 months ago

Is this single-player? A client connected to a server?

Fabric server that also has the mod

Mrbysco commented 4 months ago

I'm unable to reproduce the issue

Aefinn commented 4 months ago

I'm unable to reproduce the issue

I even tried to make a completely new instance that only had Fabric api, Cloth Config and Armor Poser. Still had the same issue in both single player and server.

Mrbysco commented 4 months ago

I made an instance the other day with the Fabric Api, Cloth Config and Armor poser yesterday and was unable to reproduce the issue 🤷‍♂️ The code that moves the Armor stand is handled by the same networking packet that changes the part positions so it shouldn't be possible that only the part rotations work. Any errors in the log?

SwenRedstone commented 1 month ago

On a singleplayer world, in 1.21 fabric (ArmorPoser-fabric-1.21-6.0.2.jar) I got the same issue. When trying to move the position, it only changes to -0,0, or 0,01 from 0. All the other scrolling ones work fine, apart from the position one.

I can still change the position by typing in the position manually.

image