Archer's Distillation does not hit non-solid blocks like saplings
TinyDeskEngineer06 opened this issue ยท 1 comments
Modloader
Forge
Minecraft version
1.19.2
Hex Casting version
0.10.3
Modloader version
43.4.0
Modpack info
No response
The latest.log file
No response
Issue description
Archer's Distillation is supposed to return the position of the block that would be highlighted by a player looking at a specific position and angle, but it seems to pass through blocks non-solid to the player that can still otherwise be highlighted, such as saplings. Instead, the pattern returns the position of any blocks behind the non-solid block, or NULL if there aren't any.
Steps to reproduce
- Place non-solid but highlightable block anywhere
- Look at block and cast "Raycast Mantra"
- Resulting iota will either be a vector not pointing towards highlighted block or will be NULL
Other information
No response