10 Commits

Author SHA1 Message Date
auouymous
b07f74eaff Use new set_sky API to eliminate deprecated warnings. (#4)
From minetest-mods/skybox/#4
2021-07-07 21:20:04 -07:00
Auke Kok
dd2b25a379 Avoid crash in skybox.set.
For some reason, `number` was invalid. It was likely passed from
a formspec. Avoid this part of the crash entirely.
2019-09-12 10:59:59 -07:00
Wuzzy
207de4dc2c Add I18N support
This adds I18N support for ITB by using Minetest 5.0.0's locale system.
2019-09-11 21:06:59 -07:00
Auke Kok
31c45f4174 Add 2 more reveal cbs, some few fixes.
Skybox and Jukebox reveal info.
Fix trigger text from overly long node descriptions.
Detect 'anything' in same colors as normal nodes.
2019-02-09 23:11:14 -08:00
Auke Kok
7f51668dff Update description for jukebox/skybox changer. 2017-11-13 16:11:57 -08:00
Auke Kok
f9a8814e56 New nodes: jukebox, skybox.
Allows builders to dynamically chance the skybox of a box, and play
a different music track.

Works like an extender UI wise. left/right clicking changes the
selected music track or skybox.

When triggered, plays the track selected or sets the skybox.

When untriggered, stops the music or reverts the skybox to the box
default.
2017-11-12 13:21:06 -08:00
Auke Kok
410e0da619 Restrict /inspect. Unify access perms for chat commands. 2017-10-10 23:12:52 -07:00
Auke Kok
ce496b362d Box clouds: raise minimum to 96.
I'm wondering if we should make this dynamic instead, to account
for box placement and depth.
2017-09-19 15:51:10 -07:00
Auke Kok
52b88e5c40 Skybox updates: clouds.
This is slightly modified from the skybox mod and puts the clouds
slightly higher to avoid hitting most box sizes.

Skybox command is also back, but it needs the skybox priv.
2017-05-02 20:48:31 -07:00
Auke Kok
d69b74294b Skyboxes: select when editing!
Modified (stripped down) skybox mod. No priv or chat command,
hard coded 0 is default (off) skybox. Store by numerical value
in box meta.
2017-04-13 21:30:44 -07:00