Skip to content

Commit

Permalink
Create overworld.json
Browse files Browse the repository at this point in the history
preset for the misode generator
  • Loading branch information
blockninja124 authored Nov 20, 2024
1 parent 8a8dfce commit f8179b1
Showing 1 changed file with 161 additions and 0 deletions.
161 changes: 161 additions & 0 deletions misode/presets/overworld.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,161 @@
{
"attached_dimention_id": "minecraft:overworld",
"skybox_data": {
"texture_id": "skybox_solar",
"alpha": 245,
"yaw": -60,
"pitch": 60,
"roll": 60,
"rotation_plane": "pitch",
"fade": "night"
},
"dimensional_data": {
"dimension_type": "planet",
"sky_objects": false,
"atmospheric_data": {
"atmosphere_y": 560,
"travel_to": "cosmos:solar_system",
"origin_x": -24100,
"origin_y": 1000,
"origin_z": 5100,
"overlay_texture_id": "earth_bar",
"shipbit_y": 24,
"ship_min_y": 120
}
},
"sky_data": {
"sun": {
"type": "object",
"phased": false,
"object_yaw": 45,
"object_pitch": 40,
"object_roll": 35,
"yaw": 0,
"pitch": 0,
"roll": 0,
"yaw_speed": 0,
"pitch_speed": 0,
"roll_speed": 1,
"scale": 0.14,
"core_color": {
"r": 255,
"g": 255,
"b": 255
},
"bloom_color": {
"r": 64,
"g": 16,
"b": 8
}
},
"venus": {
"type": "object",
"phased": false,
"fade": "night",
"texture_id": "venus",
"object_yaw": 20,
"object_pitch": 30,
"object_roll": 40,
"yaw": 45,
"pitch": 0,
"roll": 180,
"yaw_speed": 0.4,
"pitch_speed": 0,
"roll_speed": 1,
"scale": 0.0075,
"cloud_data": {
"animation_folder": "clouds/thick/",
"tick_delay": 40,
"frames": 6,
"cloud_color": {
"r": 255,
"g": 117,
"b": 20,
"alpha": 100
}
},
"atmosphere_color": {
"r": 255,
"g": 178,
"b": 102,
"alpha": 33
}
},
"mars": {
"type": "object",
"phased": false,
"fade": "night",
"texture_id": "mars",
"object_yaw": 20,
"object_pitch": 30,
"object_roll": 40,
"yaw": 225,
"pitch": 0,
"roll": 360,
"yaw_speed": 0.5,
"pitch_speed": 0,
"roll_speed": 1,
"scale": 0.0085,
"atmosphere_color": {
"r": 255,
"g": 153,
"b": 153,
"alpha": 30
}
},
"moon": {
"type": "object",
"phased": true,
"texture_id": "moon",
"object_yaw": 45,
"object_pitch": 40,
"object_roll": 45,
"yaw": 0,
"pitch": 0,
"roll": 180,
"yaw_speed": 0,
"pitch_speed": 0,
"roll_speed": 1,
"scale": 0.135,
"atmosphere_color": {
"r": 204,
"g": 229,
"b": 255,
"alpha": 16
}
},
"earth": {
"type": "object",
"phased": false,
"height_map": true,
"texture_id": "earth",
"object_yaw": -7,
"object_pitch": 7,
"object_roll": 7,
"yaw": 0,
"pitch": 0,
"roll": 180,
"yaw_speed": 0,
"pitch_speed": 0,
"roll_speed": 0,
"scale": 1.2
},
"earth_night": {
"type": "object",
"phased": true,
"height_map": true,
"fade": "night",
"texture_id": "night_earth",
"object_yaw": -7,
"object_pitch": 7,
"object_roll": 7,
"yaw": 0,
"pitch": 0,
"roll": 180,
"yaw_speed": 0,
"pitch_speed": 0,
"roll_speed": 0,
"scale": 1.2
}
}
}

0 comments on commit f8179b1

Please sign in to comment.