Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1023 Bytes

File metadata and controls

11 lines (7 loc) · 1023 Bytes

VSplit

Modrinth Downloads CurseForge Downloads

This mod provides the ability to split Valkyrien Skies ship when blocks disconnects.
By default, only blocks that are direct neighbours can be connected. Some special blocks, such as torch and button, has special logic to only connect blocks it currently attached on.

Modded blocks can also has themselves logic by implement vtil's IBlockAnchor interface. Ship attachments can implement ISplitListener to listen when a split happens and define special logic about it.