aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/mcmod.info22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info
index ab6d5dd..bf0a3df 100644
--- a/src/main/resources/mcmod.info
+++ b/src/main/resources/mcmod.info
@@ -4,15 +4,15 @@
"name": "Xample Mod",
"description": "A mod that is used as an example.",
"version": "${version}",
- "mcversion": "${mcversion}",
- "url": "https://github.com/romangraef/Forge1.8.9Template/",
- "updateUrl": "",
- "authorList": [
- "You"
- ],
- "credits": "",
- "logoFile": "",
- "screenshots": [],
- "dependencies": []
+ "mcversion": "1.12.2",
+ "url": "https://github.com/romangraef/Forge1.8.9Template/tree/1.12.2",
+ "updateUrl": "",
+ "authorList": [
+ "You"
+ ],
+ "credits": "",
+ "logoFile": "",
+ "screenshots": [],
+ "dependencies": []
}
-] \ No newline at end of file
+]