You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/introduction/getting-started.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,15 @@ Here are some terms you will often see in the documentation:
20
20
-**Sky Object**: An object that can be added to the sky (like moons, planets, etc.)
21
21
-**Skybox**: A image that cover all the minecraft sky.
22
22
23
-
### File Structure
23
+
### Creation Options
24
+
You can create your sky configuration file by hand or use the sky creation screen.
25
+
This screen is available in-game by pressing the button in the pause menu.
26
+
27
+
::: warning
28
+
The sky creation screen is only available when [OwO Lib](https://modrinth.com/mod/owo-lib) is installed.
29
+
:::
30
+
31
+
### Creating Your First Sky
24
32
This is a basic structure of a resource pack using Sky Aesthetics.:
25
33
::: warning
26
34
Here [namespace] should be replaced by your resource pack namespace. If my datapack is named `my_cool_pack`, the path to my sky configuration file will be `assets/my_cool_pack/sky_aesthetics/your_sky.json`.
@@ -35,10 +43,8 @@ Here [namespace] should be replaced by your resource pack namespace. If my datap
35
43
└─ pack.mcmeta
36
44
```
37
45
38
-
### Creation Options
39
-
You can create your sky configuration file by hand or use the sky creation screen.
40
-
This screen is available in-game by pressing the button in the pause menu.
46
+
All the work you will do is in the `your_sky.json`.
47
+
If you use custom textures, the resourcelocation (the "path") for theses will be `[namespace]:textures/my_texture.png`
48
+
49
+
Now, all you need to do is to fill the file with the [**required**](/sky) values and then add the wanted settings.
41
50
42
-
::: warning
43
-
The sky creation screen is only available when [OwO Lib](https://modrinth.com/mod/owo-lib) is installed.
0 commit comments