1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-08-27 02:00:21 +02:00
Files
minetestforfun_game
mods
3d_armor
WorldEdit
_misc
_misc_kaeza
ambience_modpack
areas
arrow_signs
awards
bedrock
beginners_chest
bobblocks
bone
builtin_falling
builtin_item
carts
chatplus
chesttools
christmas_craft
coloredwood
colormachine
colouredstonebricks
columnia
darkage
death_messages
dropondie
factions
fail
farming
fences
fishing
food
framedglass
future_ban
gauges
glow
homedecor_modpack
hud
intweak
inventorycheck
irc
irc_commands
item_drop
jumping
lantern
lavalamp
lavatemple
locked_sign
mana
mapfix
maptools
markers
mesecons
mobs
money
more_chests
moreblocks
moreores
moretrees
multitest
name_restrictions
names_per_ip
nether
news
paintings
pipeworks
plantlife_modpack
player_inactive
playerplus
quartz
random_messages
returnmirror
riesenpilz
screwdriver
sea
shutdown
snow
snowdrift
soundset
init.lua
readme.txt
spawn
sponge
sprint
stained_glass
throwing
tsm_pyramids
u_skins
unified_inventory
unifieddyes
vector_extras
whoison
wiki
xban2
worlds
.gitignore
LICENSE
README.md
update_sources.txt
server-nalc/mods/soundset
crabman77 6dfb195a71 fixed strange bug with table=table
error --> sounds.gainplayers[name] = sounds.gaindefault
"""
local _ = {}
_[1] = {["other"] = 50, ["ambience"] = 50, ["music"] = 70, ["mobs"] = 30}
return {["azerty"] = _[1], ["crabman3"] = _[1]}
"""
fixed --> sounds.gainplayers[name]= { ["music"] = 50, ["ambience"] = 50, ["mobs"] = 50, ["other"] = 50 }

and delete unused variable sounds.gaindefault
2015-02-20 17:19:42 +01:00
..
2015-02-20 17:19:42 +01:00

-= soundset-MOD for MINETEST =-
by LeMagnesium and crabman77

YOUR mod can use THIS mod to have a volume that's adjustable by the player(s)

0.1 - Initial Release