ModificationStation / StationAPI

A general use API for Fabric Loader mods on legacy Minecraft versions.
85 stars 19 forks source link

Add Multi-Box VoxelShape per Block #119

Closed matthewperiut closed 3 months ago

matthewperiut commented 3 months ago

Implements two interface to allow you to provide multiple "Box" / "VoxelShape", but specifically an array like Box[]. Confusing naming scheme because in modern VoxelShape is the modern equivalent as a container for Boxes.

Demo Images: image 2024-07-08_06 00 24 Note: Fences and Stairs are only changed via mixin in example mod, and are intended to be put into AnnoyanceFix.

This should be ready for a review immediately and pulled whenever, open to all feedback.

Atilist commented 3 months ago

This is some good stuff not gonna lie

matthewperiut commented 3 months ago

broken