breakinblocks / Plonk

A Minecraft mod that lets you place items down anywhere https://www.curseforge.com/minecraft/mc-mods/plonk https://modrinth.com/mod/plonk
MIT License
3 stars 4 forks source link

Third person camera collides with block #3

Closed BlueAgent closed 3 years ago

BlueAgent commented 3 years ago

In 1.7.10 and 1.12.2 the third person camera collides with the placed items block.

In later versions (1.13+) there is getRayTraceShape and RayTraceContext.VISUAL that allow for only the third person camera to pass through.

BlueAgent commented 3 years ago

Doesn't seem like this is fixable without a hacky solution.