Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 1.12 KB

File metadata and controls

37 lines (33 loc) · 1.12 KB

Counter Clockwise

A new VSxCreate addon that extends VS functionality to base Create!

Planned Features

  • Belts as Tracks
  • Turntables turn Ships
  • Fans push/pull Ships
  • Mechanical arms between ships
  • Portable Interfaces
    • Ship -> World
    • Ship -> Ship
    • World -> Ship
  • Stickers can constraint (done except particles + sounds)
  • Water Wheels propel Ships
    • Water-based Propulsion (Steamboat)
    • Land-based (Wheels)
  • Cogs as Wheels
  • Flywheels
  • Pump-based Propulsion
    • Pumps underwater propel Ships

Credits

The code for the storage interface, sticker, and mechanical arm comes from VS addition, which is licensed under MIT. Some changes have been made, but credit for the main logic goes to xwzy.

Packages/files that use VS addition code:

  • [java].mixin.create.mechanical_arm.*
  • [java].mixin.create.psi.*
  • [java].mixin.create.sticker.*
  • [java].mixinducks.create.mechanical_arm.*
  • [java].mixinducks.create.portable_interface.*
  • [kotlin].create.psi.*
  • [kotlin].create.sticker.*
  • [kotlin].ships.JointGroup
  • [kotlin].ships.JointManager