Skip to content

Commit

Permalink
add mcmodinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
asbyth committed Dec 26, 2019
1 parent 6bf0a17 commit 7350590
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modGroup=club.sk1er
modVersion=1.1
modVersion=1.2
modBaseName=CompactChat
forgeVersion=1.8.9-11.15.1.2318-1.8.9
mcpVersion=stable_22
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-all.zip
2 changes: 1 addition & 1 deletion src/main/java/club/sk1er/compactchat/CompactChat.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
@Mod(modid = MODID, name = NAME, version = VERSION)
public class CompactChat {

static final String MODID = "compactchat", NAME = "Compact Chat", VERSION = "1.1";
static final String MODID = "compactchat", NAME = "Compact Chat", VERSION = "1.2";

private String lastMessage = "";
private int line, amount;
Expand Down
18 changes: 18 additions & 0 deletions src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[
{
"modid": "compactchat",
"name": "Compact Chat",
"description": "Clean up chat through removing duplicates.",
"version": "${version}",
"mcversion": "${mcversion}",
"url": "",
"updateUrl": "",
"authorList": [
"Sk1er LLC"
],
"credits": "",
"logoFile": "",
"screenshots": [],
"dependencies": []
}
]

0 comments on commit 7350590

Please sign in to comment.