mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-05 05:41:28 +02:00
Removed duplicate track
This commit is contained in:
@ -14,7 +14,7 @@ local lonely_blossom = "exhale_and_tim_unwin-lonely_blossom"
|
||||
local valley_of_ghosts = "exhale_and_tim_unwin-valley_of_ghosts"
|
||||
|
||||
local dimension_to_base_track = {
|
||||
["overworld"] = {pianowtune, flock_of_one, gift, hailing_forest, lonely_blossom, valley_of_ghosts},
|
||||
["overworld"] = {pianowtune, flock_of_one, gift, hailing_forest, lonely_blossom},
|
||||
["nether"] = {nether_tune, valley_of_ghosts},
|
||||
["end"] = {end_tune},
|
||||
["mining"] = {odd_block},
|
||||
|
Reference in New Issue
Block a user