SwitchCraftCC / sc-peripherals

Custom peripherals for the SwitchCraft server
MIT License
10 stars 9 forks source link

Jumping/sprinting on 3D prints results in wrong particle #8

Open Kan18 opened 1 year ago

Kan18 commented 1 year ago

image When a user jumps and lands on 3D prints, or sprints on 3D prints, with block particles enabled, then the block particle shows up as stone(?)

Lemmmy commented 1 year ago

The problem is here:

https://github.com/SwitchCraftCC/sc-peripherals/blob/a941f103bfc31b38ed609a6f7566c53346388da8/src/main/kotlin/io/sc3/peripherals/client/block/PrintBakedModel.kt#L144

There is no way from a baked model to dynamically load particle sprites for bents (or their related textures) - would need to hook into whatever makes the particles instead. Was caught in development and taken off the roadmap as low-priority

Kan18 commented 1 year ago

One compromise could just be making the particles invisible