Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…21.1
Description
In older versions of the mod, the voxel shapes and collision of an Obelisk aligned to the block, readded this functionality.
TODO
Breaking Changes
None that I can find, my game launched fine and features worked as intended.
If we would rather a subclass for the Obelisks to prevent clutter in the main MachineBlock class that would also be understandable, I just felt it would make more sense to add an alternate constructor and cut down on an extra class file that would be just the voxel stuff. This approach also allows for other Voxels to be added to other "non-full" blocks.
Checklist