Crossroads-Development / Crossroads

Crossroads is a mod for Minecraft. It adds a lot of content, and has the design philosophy of "simple pieces, complex contraptions".
MIT License
29 stars 14 forks source link

Bounding box shape for quartz stabilizer could be improved #160

Closed Da-Technomancer closed 2 years ago

Da-Technomancer commented 3 years ago

The current hitbox/selection box shape for the quartz stabilizer is currently quite crude- a single rectangular prism which somewhat matches the stepped pyramid shape of the block.

https://github.com/Crossroads-Development/Crossroads/blob/b02f4e4533009682a7c077c39cf2b6e98eb00714/src/main/java/com/Da_Technomancer/crossroads/blocks/beams/QuartzStabilizer.java#L33-L43