Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
}