Skip to content

Commit bba684f

Browse files
serenibyssExaxxion
authored andcommitted
Rebrand (#7)
Co-authored-by: Exaxxion <Exaxxion@users.noreply.github.com>
1 parent 75fa8ea commit bba684f

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
More Furnaces: Omnifactory Edition
1+
More Furnaces: Nomifactory Edition
22
================
3-
[![Curseforge](http://cf.way2muchnoise.eu/full_391401_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/morefurnaces-omnifactory-edition) [![Curseforge](http://cf.way2muchnoise.eu/versions/For%20MC_391401_all.svg)](https://www.curseforge.com/minecraft/mc-mods/morefurnaces-omnifactory-edition)
3+
[![Curseforge](http://cf.way2muchnoise.eu/full_391401_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/morefurnaces-nomifactory-edition) [![Curseforge](http://cf.way2muchnoise.eu/versions/For%20MC_391401_all.svg)](https://www.curseforge.com/minecraft/mc-mods/morefurnaces-nomifactory-edition)
44

5-
A continuation of MoreFurnaces by Cubex2, maintained by the Omnifactory Dev team.
5+
A continuation of MoreFurnaces by Cubex2, maintained by the Nomifactory Dev team.
66

7-
Intended for use with Omnifactory, but of course everyone is welcome to use it.
7+
Intended for use with Nomifactory, but of course everyone is welcome to use it.
88

99
This mod adds multiple tiers of furnaces: Iron, Copper, Silver, Gold, Diamond, Obsidian, and Netherrack. These furnaces are faster and more efficient than vanilla furnaces, and gain additional benefits like multiple input and output slots, or even parallel processing.
1010

11-
While not used in Omnifactory, there are also upgrades that can be used to improve the tier of a furnace in-place rather than breaking it and using it in the crafting table.
11+
While not used in Nomifactory, there are also upgrades that can be used to improve the tier of a furnace in-place rather than breaking it and using it in the crafting table.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
}
2222
apply plugin: 'net.minecraftforge.gradle.forge'
2323

24-
group = "omnifactorydevs.morefurnaces"
24+
group = "nomifactory.morefurnaces"
2525
version = getRewrittenVersion()
2626
archivesBaseName = project_artifact_name
2727

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Deployment
2-
project_artifact_name = MoreFurnaces-Omnifactory-Edition
3-
project_fancy_name = More Furnaces: Omnifactory Edition
2+
project_artifact_name = MoreFurnaces-Nomifactory-Edition
3+
project_fancy_name = More Furnaces: Nomifactory Edition

src/main/resources/mcmod.info

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[
22
{
33
"modid": "morefurnaces",
4-
"name": "More Furnaces: Omnifactory Edition",
4+
"name": "More Furnaces: Nomifactory Edition",
55
"description": "More Furnaces adds 7 new furnaces made of iron, copper, silver, gold, diamond, obsidian and netherrack to the game. Each has different abilities like more slots, higher smelting speed or dual smelting.",
66
"version": "${version}",
77
"mcversion": "${mcversion}",
8-
"url": "https://www.curseforge.com/minecraft/mc-mods/morefurnaces-omnifactory-edition",
8+
"url": "https://www.curseforge.com/minecraft/mc-mods/morefurnaces-nomifactory-edition",
99
"authorList": [
1010
"CubeX2",
1111
"ALongStringOfNumbers",
@@ -14,7 +14,7 @@
1414
"notmywing",
1515
"dan"
1616
],
17-
"credits": "CubeX2 for the original mod, Omnifactory Developers for subsequent maintenance.",
17+
"credits": "CubeX2 for the original mod, Nomifactory Developers for subsequent maintenance.",
1818
"logoFile": "assets/morefurnaces/textures/icon.png"
1919
}
2020
]

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": "MoreFurnaces: Omnifactory Edition"
4+
"description": "MoreFurnaces: Nomifactory Edition"
55
}
66
}

0 commit comments

Comments
 (0)