We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87bc568 commit 05d8d09Copy full SHA for 05d8d09
lib/config.lua
@@ -217,7 +217,7 @@ local entropyTabs = function()
217
["gemstonez"]=true,
218
["triple6lexi"]=true
219
},
220
- music = {gemstonez=true}
+ music = {gemstonez=true, MilkyP = true}
221
}
222
for i, v in pairs(G.P_CENTERS) do if v.entr_credits then
223
if v.entr_credits.idea then for i, v in pairs(v.entr_credits.idea) do credits.idea[v] = true end end
@@ -249,4 +249,4 @@ local entropyTabs = function()
249
250
251
end
252
-SMODS.current_mod.extra_tabs = entropyTabs
+SMODS.current_mod.extra_tabs = entropyTabs
0 commit comments