Sollace
Sollace
Alrighty, well riding position changed in 1.20.5 so this might have been fixed. Riding position worked a little funky in 1.20.2 to 1.20.4 because of mojang refactoring it (and changing...
I could see this being an addon more than a core feature.
I'm sorry, but isn't the vanilla subtitles all just "Footsteps"?
With the way the game does subtitles I don't think there's any easy way I can do this. The subtitles are determined by the sound being played, not by what...
This is forge's fault. You should create an issue with them, because there is really no other way to add tracked values for entities. public static DataParameter createKey(Class
I have not see this issue in large modpacks myself, although I can see how that might become a problem in other situations. I don't really like Cardinal Components as...
Linking this with https://github.com/FabricMC/fabric/pull/3584 as a possible solution (if/when it is merged)
This was fixed but not closed. bah
If the intention is for the player to not produce footstep sounds whilst crawling, the Crawl mod should ensure the player returns true for `Entity.isSneaky()`. This is not really something...
Sneaking whilst in the air causes the player to move down. This is part of the base game's code that it uses for creative flight that I can't override. I...