ModificationStation / StationAPI

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

VoxelShape Box[] for Blocks #121

Closed matthewperiut closed 1 week 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.

matthewperiut commented 1 week ago

Finished here https://github.com/kydzombie/voxel-shapes until stable