Skip to content

Commit e1cfd19

Browse files
authored
Merge pull request #59 from lord-ruby/dev
Update config.lua
2 parents 2ee9648 + 8a29229 commit e1cfd19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/config.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ local entropyTabs = function()
217217
["gemstonez"]=true,
218218
["triple6lexi"]=true
219219
},
220-
music = {gemstonez=true}
220+
music = {gemstonez=true, MilkyP = true}
221221
}
222222
for i, v in pairs(G.P_CENTERS) do if v.entr_credits then
223223
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()
249249
},
250250
}
251251
end
252-
SMODS.current_mod.extra_tabs = entropyTabs
252+
SMODS.current_mod.extra_tabs = entropyTabs

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Entropy",
33
"id": "entr",
4-
"version": "1.0.0",
4+
"version": "1.0.0b",
55
"website_url": "https://github.com/lord-ruby/Entropy/tree/main",
66
"description": "A chaotic Balatro mod. Adds inverted consumables as well as various other miscelaneous mechanics.",
77
"prefix": "entr",

0 commit comments

Comments
 (0)