We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e9c3b commit aa8909fCopy full SHA for aa8909f
1 file changed
src/main/resources/mcmod.info
@@ -1,19 +1,14 @@
1
[
2
{
3
- "modid": "${modid}",
+ "modid": "architecturecraft",
4
"name": "ArchitectureCraft",
5
"description": "Distinguished architectural features for your Minecraft buildings.",
6
- "version": "${version}",
7
- "mcversion": "${mcversion}",
8
- "url": "https://github.com/elytra/architecturecraft",
9
- "updateUrl": "",
10
- "authors": [
11
- "Greg Ewing (Original Developer)",
12
- "darkevilmac (Current Developer)"
13
- ],
14
- "credits": "",
15
- "logoFile": "",
16
- "screenshots": [],
17
- "dependencies": []
+ "version": "@VERSION@",
+ "logoFile": "assets/examplemod/textures/logo.png",
+ "url": "https://github.com/elytra/ArchitectureCraft",
+ "authorList": [
+ "gcewing (Original Developer)",
+ "darkevilmac (Maintainer)"
+ ]
18
}
19
-]
+]
0 commit comments