-
Notifications
You must be signed in to change notification settings - Fork 2
Constellations
Ethan Costa edited this page Nov 23, 2024
·
3 revisions
With Sky Aesthetics, you can create constellations that will be showed in the sky of your dimension !
├─ assets
│ └─ [namespace]
│ └─ constellation
│
└─ pack.mcmeta
The constellation folder will contain all of our constellations !
{
"id": "sky_aesthetics:big_dipper",
"scale": 1,
"color": [255, 255, 255],
"firstPoint": [0.04559607, 0.47792587, 0.877216],
"points": [
[-0.05, -0.05, 0],
[-0.09, -0.09, 0],
[-0.17, -0.09, 0],
[-0.1, -0.15, 0],
[-0.18, -0.15, 0]
]
}id : the id of your constellation
scale: the size/scale of your star
color: the R, G and B value of the star's color
firstPoint: the position of your first point in the sky
points: a custom list of positions. Theses positions are relative to your first point.