sisby-folk / swingthrough

A single-mixin minecraft mod that allows hitting living entities through transparent blocks.
https://modrinth.com/mod/swingthrough
GNU Lesser General Public License v3.0
1 stars 0 forks source link

can interact with entities through solid blocks via blocks with an empty collision shapes #3

Open bendy1234 opened 1 year ago

bendy1234 commented 1 year ago

2023-07-06_23 02 52

sisby-folk commented 1 year ago

Yeahhhhh we've known about this one from the start. It's definitely fixable - but we'd need to run a collider raycast in addition to the vanilla outline raycast to check for solid blocks.

We're not sure we want to push the mod above its small size to do so for such a weird edge case, but we'll have a think about it.