Contraptions do not produce footsteps
IThundxr opened this issue ยท 2 comments
Describe the Bug
Happens on forge aswell even though it says its a fabric issue, ive copied the issue content from the fabric repo
Some backstory:
I was working on implementing a proper solution to generating footsteps when walking on contraptions with Presence Footsteps, but I was unable to get any sounds to play at all.
I had some success with adding a mapping to the blockmap.json to use the existing function, and removing the part that blocks sounds from coming over the network, but for some reason it only worked for other players in multiplayer and only sometimes for yourself, and wouldn't produce steps appropriate to the blocks in the contraption.
I also noticed that footsteps would also not play when PF itself was turned off, so I left it.
Then today I was looking at it again, and after working out a proper solution that integrates with Create directly... It still wouldn't play.
So I decided to just remove PF completely from the environment and test it like that.
Turns out Create's contraptions don't produce footsteps at all even with the mod loaded on its own with nothing besides Create, Mod Menu, and Quilted Fabric API. (Happens on forge aswell)
Reproduction Steps
The setup I used looks like this:
Without really knowing very much, I use a motor, axel, and bearing to rotate some blocks and stomped around on them in creative.
Footsteps work when walking on regular blocks, but nothing plays when walking on the rotated blocks.
Expected Result
Self explanatory
Screenshots and Videos
Crash Report or Log
No response
Operating System
Linux
Mod Version
0.5.1f
Minecraft Version
1.19.2
Forge Version
43.2.21
Other Mods
No response
Additional Context
Copy of Fabricators-of-Create#1169 just reported to the forge page