forked from VoxeLibre/VoxeLibre
2 new songs. 2 updated songs. All volums remastered to same perceived volumes.
This commit is contained in:
parent
0fbdc07402
commit
f5ea3894cf
|
@ -3,8 +3,9 @@ local modpath = minetest.get_modpath(modname)
|
|||
|
||||
local music_enabled = minetest.settings:get_bool("mcl_game_music", true)
|
||||
|
||||
local pianowtune = "diminixed-pianowtune01"
|
||||
local end_tune = "diminixed-ambientwip"
|
||||
local pianowtune = "diminixed-pianowtune02"
|
||||
local end_tune = "diminixed-ambientwip02"
|
||||
local never_grow_up = "diminixed-nevergrowup04"
|
||||
local nether_tune = "horizonchris96-traitor"
|
||||
local odd_block = "Jester-0dd-BL0ck"
|
||||
local flock_of_one = "Jester-Flock-of-One"
|
||||
|
@ -12,9 +13,10 @@ local gift = "Jester-Gift"
|
|||
local hailing_forest = "Jester-Hailing_Forest"
|
||||
local lonely_blossom = "exhale_and_tim_unwin-lonely_blossom"
|
||||
local valley_of_ghosts = "exhale_and_tim_unwin-valley_of_ghosts"
|
||||
local farmer = "exhale_and_tim_unwin-farmer"
|
||||
|
||||
local dimension_to_base_track = {
|
||||
["overworld"] = {pianowtune, flock_of_one, gift, hailing_forest, lonely_blossom},
|
||||
["overworld"] = {pianowtune, never_grow_up, flock_of_one, gift, hailing_forest, lonely_blossom, farmer},
|
||||
["nether"] = {nether_tune, valley_of_ghosts},
|
||||
["end"] = {end_tune},
|
||||
["mining"] = {odd_block},
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue