Skip to content
This repository was archived by the owner on Aug 6, 2023. It is now read-only.

Commit c4d5f35

Browse files
committed
set modinfo values
1 parent 1662a93 commit c4d5f35

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/main/resources/mcmod.info

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[
22
{
3-
"modid": "examplemod",
4-
"name": "Example Mod",
5-
"description": "Example placeholder mod.",
3+
"modid": "mmdlogger",
4+
"name": "MMD Logger",
5+
"description": "Adds additional logging for diagnostics",
66
"version": "${version}",
77
"mcversion": "${mcversion}",
88
"url": "",
99
"updateUrl": "",
10-
"authorList": ["ExampleDude"],
11-
"credits": "The Forge and FML guys, for making this example",
10+
"authorList": ["SkyBlade1978"],
11+
"credits": "Darkhax for his tips..",
1212
"logoFile": "",
1313
"screenshots": [],
1414
"dependencies": []

src/main/resources/pack.mcmeta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"pack": {
3-
"description": "examplemod resources",
3+
"description": "mmdlogger resources",
44
"pack_format": 3,
55
"_comment": "A pack_format of 3 should be used starting with Minecraft 1.11. All resources, including language files, should be lowercase (eg: en_us.lang). A pack_format of 2 will load your mod resources with LegacyV2Adapter, which requires language files to have uppercase letters (eg: en_US.lang)."
66
}

0 commit comments

Comments
 (0)