YUNG-GANG / YUNGs-Better-Mineshafts

A long-awaited and much-needed Minecraft abandoned mineshaft overhaul!
GNU Lesser General Public License v3.0
37 stars 11 forks source link

(FORGE) Fixed bug where vines crashes when trying to get shape of shulker block or other dynamically shaped block. #63

Closed TelepathicGrunt closed 3 years ago

TelepathicGrunt commented 3 years ago

Seems like the try/catch was to swallow the crash but not fix the root cause which is the wrong position was being passed into doesSideFillSquare. (local position was being passed in instead of world position)