mainmenu_csm/builtin/game
Desour f1a228902a
Add sounds for falling and attached nodes (#7719)
* Add sounds for falling and attached nodes

The sound specified in `node_definition.sounds.fall` is used.
When a falling node is spawned at a position or an attached node drops, the sound is played at this position.

* allow all sorts of soundspecs
2022-05-21 16:16:54 +02:00
..
auth.lua Replace auth.txt with SQLite auth database (#7279) 2022-05-21 16:16:15 +02:00
chatcommands.lua Rename hasprivs command to haspriv (#7860) 2022-05-21 16:16:26 +02:00
constants.lua Customizeable max breath for players (#6411) 2022-05-21 16:15:20 +02:00
deprecated.lua Use a settings object for the main settings 2022-05-21 16:14:45 +02:00
detached_inventory.lua Add core.remove_detached_inventory (#7684) 2022-05-21 16:16:20 +02:00
falling.lua Add sounds for falling and attached nodes (#7719) 2022-05-21 16:16:54 +02:00
features.lua Remove incorrect feature flag (#8086) 2022-05-21 16:16:41 +02:00
forceloading.lua Use a settings object for the main settings 2022-05-21 16:14:45 +02:00
init.lua Create a filesystem abstraction layer for CSM and only allow accessing files that are scanned into it. (#5965) 2022-05-21 16:14:59 +02:00
item.lua Add eat sound (#7956) 2022-05-21 16:16:33 +02:00
item_entity.lua Builtin: Replace deprecated function calls (#7561) 2022-05-21 16:16:09 +02:00
misc.lua Builtin: Replace deprecated function calls (#7561) 2022-05-21 16:16:09 +02:00
privileges.lua Make chat command + privilege help slightly more accurate (#6964) 2022-05-21 16:15:44 +02:00
register.lua Fix typo (GH#7421) 2022-05-21 16:16:03 +02:00
statbars.lua Statbars: Reduce initial update interval 2022-05-21 16:16:49 +02:00
static_spawn.lua Builtin: Replace deprecated function calls (#7561) 2022-05-21 16:16:09 +02:00
voxelarea.lua VoxelArea: faster iter function (#4490) 2022-05-21 16:13:54 +02:00