Skip to content

Commit aec091d

Browse files
authored
Update modlist info (#5)
Rebranding changes for Omnifactory Edition: * Add new Omnifactory Edition icon * Update mcmod.info: - change links to our project, - add Omni Devs names to authorsList, - use the new icon, and - update description a bit. * Add pack.mcmeta to enforce pack format 3, and rename lang files to lowercase to comply with standards
1 parent c80a5fe commit aec091d

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

src/main/resources/assets/extendedcrafting/lang/en_US.lang renamed to src/main/resources/assets/extendedcrafting/lang/en_us.lang

File renamed without changes.

src/main/resources/assets/extendedcrafting/lang/ru_RU.lang renamed to src/main/resources/assets/extendedcrafting/lang/ru_ru.lang

File renamed without changes.
46.8 KB
Loading

src/main/resources/mcmod.info

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
[
22
{
33
"modid": "extendedcrafting",
4-
"name": "Extended Crafting",
5-
"description": "Adds some new ways to craft items, as well as extra crafting items and utilities.",
4+
"name": "ExtendedCrafting: Omnifactory Edition",
5+
"description": "Adds some new ways to craft items, as well as extra crafting items and utilities.\n\nContinued support for 1.12.2 provided by OmnifactoryDevs.",
66
"version": "${version}",
77
"mcversion": "${mcversion}",
8-
"url": "https://minecraft.curseforge.com/projects/extended-crafting",
9-
"updateUrl": "",
10-
"authorList": ["BlakeBr0"],
11-
"credits": "SpitefulFox for Avaritia which some of this mod is based off of, and where the Singularity texture comes from; and ForbiddenMagic, where the Nether Star Block texture comes from.",
12-
"logoFile": "",
13-
"screenshots": [],
14-
"dependencies": []
8+
"url": "https://www.curseforge.com/minecraft/mc-mods/extended-crafting-omnifactory-edition",
9+
"authorList": ["BlakeBr0", "ALongStringOfNumbers", "Eutropium", "Exa4096", "notmywing"],
10+
"credits": "BlakeBr0 for ExtendedCrafting.\n\nSpitefulFox for Avaritia which some of this mod is based off of, and where the Singularity texture comes from; and ForbiddenMagic, where the Nether Star Block texture comes from.",
11+
"logoFile": "assets/extendedcrafting/textures/icon.png"
1512
}
1613
]

src/main/resources/pack.mcmeta

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"pack":{
3+
"pack_format":3,
4+
"description":"ExtendedCrafting: Omnifactory Edition"
5+
}
6+
}

0 commit comments

Comments
 (0)