Skip to content

Commit

Permalink
Add legacy to the name
Browse files Browse the repository at this point in the history
  • Loading branch information
IcarussOne committed Jul 15, 2024
1 parent 9482fcf commit 2dd28e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Natura](https://minecraft.curseforge.com/projects/natura)
[Natura Legacy](https://minecraft.curseforge.com/projects/natura)
====================================

Fork of Natura for 1.12.2.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/progwml6/natura/Natura.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class Natura

public static final String modVersion = Tags.VERSION;

public static final String modName = "Natura";
public static final String modName = "Natura Legacy";

public static final Logger log = LogManager.getLogger(modID);

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"modid": "natura",
"name": "Natura",
"name": "Natura Legacy",
"description": "Heyo, Redwood trees! Chop them all day long!",
"version": "${version}",
"mcversion": "${mcversion}",
Expand Down

0 comments on commit 2dd28e8

Please sign in to comment.