Skip to content

Commit

Permalink
Update modlist info (#5)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Exaxxion authored Sep 4, 2020
1 parent c80a5fe commit aec091d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 6 additions & 9 deletions src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
[
{
"modid": "extendedcrafting",
"name": "Extended Crafting",
"description": "Adds some new ways to craft items, as well as extra crafting items and utilities.",
"name": "ExtendedCrafting: Omnifactory Edition",
"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.",
"version": "${version}",
"mcversion": "${mcversion}",
"url": "https://minecraft.curseforge.com/projects/extended-crafting",
"updateUrl": "",
"authorList": ["BlakeBr0"],
"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.",
"logoFile": "",
"screenshots": [],
"dependencies": []
"url": "https://www.curseforge.com/minecraft/mc-mods/extended-crafting-omnifactory-edition",
"authorList": ["BlakeBr0", "ALongStringOfNumbers", "Eutropium", "Exa4096", "notmywing"],
"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.",
"logoFile": "assets/extendedcrafting/textures/icon.png"
}
]
6 changes: 6 additions & 0 deletions src/main/resources/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"pack":{
"pack_format":3,
"description":"ExtendedCrafting: Omnifactory Edition"
}
}

0 comments on commit aec091d

Please sign in to comment.