Skip to content

Commit

Permalink
v1.11.1
Browse files Browse the repository at this point in the history
Mark as Starsector 0.95 compatible, configure dependencies
  • Loading branch information
Histidine91 committed Mar 28, 2021
1 parent cadcc9b commit a637755
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Combat Chatter is a mod for the game [Starsector](http://fractalsoftworks.com). It adds some dialog lines for NPC ships in battles.

Current release version: v1.11
Current release version: v1.11.1

### Setup instructions ###
Check out the repo to Starsector/mods/Combat Chatter (or some other folder name) and it can be played immediately.
Expand Down
2 changes: 1 addition & 1 deletion chatter.version
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"major":1,
"minor":11,
"patch":0
"patch":1
},
"starsectorVersion":"0.9.1a"
}
Binary file modified jars/CombatChatter.jar
Binary file not shown.
10 changes: 7 additions & 3 deletions mod_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
"id":"chatter",
"name":"Combat Chatter",
"author":"Histidine",
"version":"1.11",
"version":"1.11.1",
"utility":true,
"description":"talky-man broke thog's tusk. TALKY-MAN BROKE THOG'S TUSK!!\n\nRequires LazyLib",
"gameVersion":"0.9.1a",
"description":"talky-man broke thog's tusk. TALKY-MAN BROKE THOG'S TUSK!!\n\nRequires LazyLib, MagicLib",
"gameVersion":"0.95a-RC9",
"jars":["jars/CombatChatter.jar"],
"dependencies": [
{"id": "lw_lazylib", "name": "LazyLib"},
{"id": "MagicLib", "name": "MagicLib"},
],
"modPlugin":"org.histidine.chatter.scripts.ChatterModPlugin",
}

0 comments on commit a637755

Please sign in to comment.