Swing Ship - TheClowner/ccRides-Support GitHub Wiki

Swing Ship Ride

Coming Soon in v1.5.0

Creates a grid of seats, suspended from a point, that begins to swing (and can be made to invert)

The motion of this ride is the same as Pendulum, with a different seat and decoration layout.

Setting types:
Integer = a whole number
Double = a decimal Number
Boolean = true/false
Location = In-game coordinates

Ride Settings

Also see Global Ride Settings for other settings.

Seat Position/Layout

Setting Name Type Default Value Description
AXIS Boolean false Toggles the main swing axis from X to Z
ARM_LENGTH Double blocks 8.0 The distance of the boat from BASE_LOCATION, as it swings
BOAT_LENGTH Double blocks 7.5 The length of the array of seats, in blocks.
BOAT_ARC Double degrees 35.0 The angle of the boat's arc
ROW_COUNT Integer 3 The number of seats in each row of the boat. CAPACITY should be a multiple of this.
CAPACITY Integer 18 The total number of seats on the ride.

Ride Motion

Setting Name Type Default Value Description
SWING_ACCELERATION Double 0.7 Adjusts the amount of power added each swing. 2.0 will cause Inversions.
SWING_FRICTION Double 0.8 Adjusts how fast the swinging is slowed.
SWING_GRAVITY Double 1.0 Adjusts the strength of gravity.
POWERED_SWINGS Integer 10 The number of swings to add power to. After this the ride will slow down and stop.

Decoration

Setting Name Type Default Value Description
SHOW_ARM Boolean true Enable/Disable decorative support arms.
QUAD_ARM Boolean true Switches between 4 supports (corners) or a single support in the centre
ARM_MATERIAL Material LEVER The material to use for the decorative arm.
ARM_ENTITIES Integer 14 Sets how many entities to use along the arm.
ARM_CUSTOM_MODEL_DATA Integer 0 Sets the custom model data (1.14+) or durability value (1.13 only) for using a custom model as the arm entities. See the custom models wiki page for details on creating a resource pack.