[Mod] Skycolor [0.2]
Minetest utility mod to help manage sky color. Mod makes smooth transition between users given base sky colors.
Mod dependencies: <none>
Download and details on: https://github.com/xeranas/skycolor
Licensing:
- Code: MIT
Tested on: Minetest 0.4.14
Expected to be configured by other mods. Minimal requirements is color set and activation.
Mod dependencies: <none>
Download and details on: https://github.com/xeranas/skycolor
Licensing:
- Code: MIT
Tested on: Minetest 0.4.14
Expected to be configured by other mods. Minimal requirements is color set and activation.
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
skycolor.add_layer(
"my-color-layer-name",
{{r=0, g=0, b=0},
{r=83, g=14, b=83},
{r=0, g=0, b=0}},
true -- force update flag
)
skycolor.active = true