Closed DaPuffer closed 2 months ago
Most likely happens to doors as well
the lazor beam might be racist.
it also does not pass through vertical slabs from quark. depression
The problem is that there are certain blocks that cannot be generalized in terms of whether or not the laser can pass through. Think about the trapdoors and normal doors, depending on the direction of the block and the state(open/closed) the beam might pass or be blocked. Unfortunately with this blocks the tag generalization it's not the right way to represent the sense of reality. If I handle this doors problem, I gotta handle with the all other ones I decide to not let beam pass(like fence gates and such). Fixing all the specific blocks states and gotta map theses conditions to the beam is a job that will give anyone a headache.
For these blocks like moss carpet and iron trapdoors, thats an easy fix. I think that the tags like minecraft:carpets and minecraft:trapdoors for some rease don't apply for these blocks.
For other mods, the easy way to see this compatibility thing is verify if the mod blocks have the tag create_optical:beam_can_pass_through, or adding them manually.
Pretty much the opposite of issue #8