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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Extended Crafting: Omnifactory Edition [![](http://cf.way2muchnoise.eu/full_398267_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/extended-crafting-omnifactory-edition)
# Extended Crafting: Nomifactory Edition [![](http://cf.way2muchnoise.eu/full_398267_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/extended-crafting-nomifactory-edition)
Adds some new ways to craft items, as well as extra crafting items and utilities.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'

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

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

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
org.gradle.jvmargs=-Xmx3G

# Deployment
project_artifact_name = ExtendedCrafting-Omnifactory-Edition
project_fancy_name = Extended Crafting: Omnifactory Edition
project_artifact_name = ExtendedCrafting-Nomifactory-Edition
project_fancy_name = Extended Crafting: Nomifactory Edition
project_curseforge_dependencies = [\
{\
"slug": "cucumber",\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ public String getLabel() {

@Override
public String call() { // Forge doesn't give the crash report for some reason.
return "You are using a fork of Extended Crafting created for the Omnifactory modpack.\n" +
return "You are using a fork of Extended Crafting created for the Nomifactory modpack.\n" +
"If the error above is a NoSuchFieldError or a NoSuchMethodError relating to\n" +
ExtendedCrafting.class.getPackage().getName() + ",\n" +
"then please report to https://github.com/OmnifactoryDevs/ExtendedCrafting/issues\n" +
"then please report to https://github.com/Nomifactory/ExtendedCrafting/issues\n" +
"with this crash report.\n" +
"Otherwise, you can ignore this message.";
}
Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"modid": "extendedcrafting",
"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.",
"name": "ExtendedCrafting: Nomifactory 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 Nomifactory.",
"version": "${version}",
"mcversion": "${mcversion}",
"url": "https://www.curseforge.com/minecraft/mc-mods/extended-crafting-omnifactory-edition",
"authorList": ["BlakeBr0", "ALongStringOfNumbers", "Eutropium", "Exa4096", "notmywing"],
"url": "https://www.curseforge.com/minecraft/mc-mods/extended-crafting-nomifactory-edition",
"authorList": ["BlakeBr0", "ALongStringOfNumbers", "Eutropium", "Exa4096", "notmywing", "dan"],
"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"
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pack":{
"pack_format":3,
"description":"ExtendedCrafting: Omnifactory Edition"
"description":"ExtendedCrafting: Nomifactory Edition"
}
}