Skip to content

Commit

Permalink
Quest Offer Locations mod will now be automatically loaded before the…
Browse files Browse the repository at this point in the history
… Leave Guild mod.
  • Loading branch information
Berzeger committed May 9, 2024
1 parent 3339f38 commit bc1bf45
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion LeaveGuild.dfmod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"ModTitle": "Leave Guild",
"ModVersion": "1.0.4",
"ModVersion": "1.0.5",
"ModAuthor": "Berzeger",
"DFUnity_Version": "1.0.0",
"ModDescription": "A simple mod that lets you leave guilds. Simply talk to a guild member and you'll find the new option there.",
Expand All @@ -12,5 +12,12 @@
"Assets/Game/Mods/LeaveGuild/Scripts/LeaveGuildSaveData.cs",
"Assets/Game/Mods/LeaveGuild/modsettings.json",
"Assets/Game/Mods/LeaveGuild/Textures/BLANKMENU_4.png"
],
"Dependencies": [
{
"Name": "quest offer locations",
"IsOptional": true,
"IsPeer": false
}
]
}

0 comments on commit bc1bf45

Please sign in to comment.