Skip to content

Commit bcb6d7c

Browse files
serenibyssExaxxion
authored andcommitted
Rebrand (#22)
Co-authored-by: Exaxxion <[email protected]>
1 parent 7a1f8c3 commit bcb6d7c

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Extended Crafting: Omnifactory Edition [![](http://cf.way2muchnoise.eu/full_398267_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/extended-crafting-omnifactory-edition)
1+
# Extended Crafting: Nomifactory Edition [![](http://cf.way2muchnoise.eu/full_398267_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/extended-crafting-nomifactory-edition)
22
Adds some new ways to craft items, as well as extra crafting items and utilities.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
3636

3737
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
3838

39-
group = "omnifactorydevs.extendedcrafting" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
39+
group = "nomifactory.extendedcrafting" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
4040
version = getRewrittenVersion()
4141
archivesBaseName = project_artifact_name
4242

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
org.gradle.jvmargs=-Xmx3G
44

55
# Deployment
6-
project_artifact_name = ExtendedCrafting-Omnifactory-Edition
7-
project_fancy_name = Extended Crafting: Omnifactory Edition
6+
project_artifact_name = ExtendedCrafting-Nomifactory-Edition
7+
project_fancy_name = Extended Crafting: Nomifactory Edition
88
project_curseforge_dependencies = [\
99
{\
1010
"slug": "cucumber",\

src/main/java/com/blakebr0/extendedcrafting/lib/AddonReferenced.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ public String getLabel() {
2121

2222
@Override
2323
public String call() { // Forge doesn't give the crash report for some reason.
24-
return "You are using a fork of Extended Crafting created for the Omnifactory modpack.\n" +
24+
return "You are using a fork of Extended Crafting created for the Nomifactory modpack.\n" +
2525
"If the error above is a NoSuchFieldError or a NoSuchMethodError relating to\n" +
2626
ExtendedCrafting.class.getPackage().getName() + ",\n" +
27-
"then please report to https://github.com/OmnifactoryDevs/ExtendedCrafting/issues\n" +
27+
"then please report to https://github.com/Nomifactory/ExtendedCrafting/issues\n" +
2828
"with this crash report.\n" +
2929
"Otherwise, you can ignore this message.";
3030
}

src/main/resources/mcmod.info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[
22
{
33
"modid": "extendedcrafting",
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.",
4+
"name": "ExtendedCrafting: Nomifactory 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 Nomifactory.",
66
"version": "${version}",
77
"mcversion": "${mcversion}",
8-
"url": "https://www.curseforge.com/minecraft/mc-mods/extended-crafting-omnifactory-edition",
9-
"authorList": ["BlakeBr0", "ALongStringOfNumbers", "Eutropium", "Exa4096", "notmywing"],
8+
"url": "https://www.curseforge.com/minecraft/mc-mods/extended-crafting-nomifactory-edition",
9+
"authorList": ["BlakeBr0", "ALongStringOfNumbers", "Eutropium", "Exa4096", "notmywing", "dan"],
1010
"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.",
1111
"logoFile": "assets/extendedcrafting/textures/icon.png"
1212
}

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":{
33
"pack_format":3,
4-
"description":"ExtendedCrafting: Omnifactory Edition"
4+
"description":"ExtendedCrafting: Nomifactory Edition"
55
}
66
}

0 commit comments

Comments
 (0)