Skip to content

Commit

Permalink
Change custom sky
Browse files Browse the repository at this point in the history
  • Loading branch information
TathanDev committed Aug 18, 2024
1 parent c29e1ee commit 2c9b169
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions custom-sky.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ This folder will contains all of the custom skies for our planets.
"custom_vanilla_objects": {
"sun": true,
"sun_texture": "textures/environment/sun.png",
"sun_size": 30,
"sun_height": 300,
"moon": true,
"moon_phase": true,
"moon_texture": "textures/environment/moon_phases.png",
"moon_size": 20
"moon_height": 75
},
"weather": [
{
Expand Down Expand Up @@ -68,15 +68,15 @@ This folder will contains all of the custom skies for our planets.

`sun_texture`: The texture of the sun

`sun_size`: The size of the sun
`sun_height`: The size of the sun

`moon`: If there is a moon in the dimension

`moon_phase`: If there are moon phases

`moon_texture`: The texture of the moon

`moon_size`: The size of the moon
`moon_height`: The height of the moon

**Weather**

Expand Down

0 comments on commit 2c9b169

Please sign in to comment.