Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ local entropyTabs = function()
["gemstonez"]=true,
["triple6lexi"]=true
},
music = {gemstonez=true}
music = {gemstonez=true, MilkyP = true}
}
for i, v in pairs(G.P_CENTERS) do if v.entr_credits then
if v.entr_credits.idea then for i, v in pairs(v.entr_credits.idea) do credits.idea[v] = true end end
Expand Down Expand Up @@ -249,4 +249,4 @@ local entropyTabs = function()
},
}
end
SMODS.current_mod.extra_tabs = entropyTabs
SMODS.current_mod.extra_tabs = entropyTabs
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Entropy",
"id": "entr",
"version": "1.0.0",
"version": "1.0.0b",
"website_url": "https://github.com/lord-ruby/Entropy/tree/main",
"description": "A chaotic Balatro mod. Adds inverted consumables as well as various other miscelaneous mechanics.",
"prefix": "entr",
Expand Down