push the first version of package.

This commit is contained in:
2026-02-25 00:14:30 +08:00
parent 00ddf54c0b
commit 6f8a56c683
1474 changed files with 35165 additions and 1 deletions

View File

@@ -0,0 +1,98 @@
{
flying: {
frame_width: 0.6,
frame_height: 0.5,
primary_color: -16711936,
secondary_color: -1,
primary_advisory_color: -16711681,
secondary_advisory_color: -65281,
caution_color: -256,
warning_color: -65536,
show_attitude: "HORIZON_AND_LADDER",
attitude_degree_step: 15,
draw_pitch_outside_frame: true,
show_heading_reading: true,
show_heading_scale: true,
show_speed_reading: true,
show_speed_scale: true,
show_altitude_reading: true,
show_altitude_scale: true,
show_radar_altitude: true,
show_flight_path_vector: true,
flight_path_vector_size: 1.0,
show_elytra_durability: true,
elytra_durability_units: "TIME",
show_coordinates: true,
show_ground_speed: true,
show_vertical_speed: true,
show_alerts: true,
show_status_messages: true,
show_automation_modes: true,
show_flight_directors: true,
show_course_deviation: true
},
notFlyingHasElytra: {
frame_width: 0.6,
frame_height: 0.5,
primary_color: -16711936,
secondary_color: -1,
primary_advisory_color: -16711681,
secondary_advisory_color: -65281,
caution_color: -256,
warning_color: -65536,
show_attitude: "DISABLED",
attitude_degree_step: 15,
draw_pitch_outside_frame: true,
show_heading_reading: true,
show_heading_scale: false,
show_speed_reading: false,
show_speed_scale: false,
show_altitude_reading: true,
show_altitude_scale: false,
show_radar_altitude: true,
show_flight_path_vector: false,
flight_path_vector_size: 1.0,
show_elytra_durability: true,
elytra_durability_units: "TIME",
show_coordinates: true,
show_ground_speed: true,
show_vertical_speed: false,
show_alerts: true,
show_status_messages: true,
show_automation_modes: true,
show_flight_directors: true,
show_course_deviation: false
},
notFlyingNoElytra: {
frame_width: 0.6,
frame_height: 0.5,
primary_color: -16711936,
secondary_color: -1,
primary_advisory_color: -16711681,
secondary_advisory_color: -65281,
caution_color: -256,
warning_color: -65536,
show_attitude: "DISABLED",
attitude_degree_step: 15,
draw_pitch_outside_frame: true,
show_heading_reading: false,
show_heading_scale: false,
show_speed_reading: false,
show_speed_scale: false,
show_altitude_reading: false,
show_altitude_scale: false,
show_radar_altitude: false,
show_flight_path_vector: false,
flight_path_vector_size: 1.0,
show_elytra_durability: false,
elytra_durability_units: "TIME",
show_coordinates: false,
show_ground_speed: false,
show_vertical_speed: false,
show_alerts: false,
show_status_messages: false,
show_automation_modes: false,
show_flight_directors: false,
show_course_deviation: false
}
}

View File

@@ -0,0 +1,6 @@
{
modEnabled: true,
hudEnabled: true,
safetyEnabled: true,
automationsAllowedInOverlays: false
}

View File

@@ -0,0 +1,32 @@
{
alertVolume: 0.5,
considerInvulnerability: true,
elytraDurabilityAlertMode: "WARNING_AND_CAUTION",
elytraAutoOpen: true,
elytraCloseUnderwater: true,
stallAlertMode: "WARNING_AND_CAUTION",
stallAlertMethod: "SCREEN_AND_AUDIO",
stallLimitPitch: true,
stallAutoThrust: true,
voidAlertMode: "WARNING_AND_CAUTION",
voidLimitPitch: true,
voidAutoThrust: true,
voidAutoPitch: true,
sinkRateAlertMode: "WARNING_AND_CAUTION",
sinkRateAlertMethod: "SCREEN_AND_AUDIO",
sinkRateLimitPitch: true,
sinkRateAutoThrust: true,
sinkRateAutoPitch: true,
obstacleAlertMode: "WARNING_AND_CAUTION",
obstacleAlertMethod: "SCREEN_AND_AUDIO",
obstacleLimitPitch: false,
obstacleAutoThrust: true,
obstacleAutoPitch: true,
altitudeLossAlert: true,
altitudeLossAlertMethod: "SCREEN_AND_AUDIO",
belowGlideSlopeAlertMode: "WARNING_AND_CAUTION",
belowGlideSlopeAlertMethod: "SCREEN_AND_AUDIO",
fireworkExplosiveAlert: true,
fireworkLockExplosive: true,
fireworkLockObstacles: true
}