This repository was archived by the owner on Jun 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
sources/main/java/net/lax1dude/eaglercraft/v1_8 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ public class EaglercraftVersion {
88 /// Customize these to fit your fork:
99
1010 public static final String projectForkName = "Shaders Reborn" ;
11- public static final String projectForkVersion = "v1 " ;
11+ public static final String projectForkVersion = "v0.2 " ;
1212 public static final String projectForkVendor = "wxnnvs" ;
1313
1414 public static final String projectForkURL = "https://github.com/wxnnvs/ShadersReborn" ;
@@ -23,7 +23,7 @@ public class EaglercraftVersion {
2323 public static final String projectOriginName = "Shaders Reborn" ;
2424 public static final String projectOriginAuthor = "wxnnvs" ;
2525 public static final String projectOriginRevision = "1.8" ;
26- public static final String projectOriginVersion = "v1 " ;
26+ public static final String projectOriginVersion = "v0.2 " ;
2727
2828 public static final String projectOriginURL = "https://github.com/wxnnvs/ShadersReborn" ;
2929
@@ -37,7 +37,7 @@ public class EaglercraftVersion {
3737 public static final String mainMenuStringD = "Resources Copyright Mojang AB" ;
3838
3939 public static final String mainMenuStringE = projectForkName + " " + projectForkVersion ;
40- public static final String mainMenuStringF = "Made by " + projectForkVendor ;
40+ public static final String mainMenuStringF = "Made with <3 by " + projectOriginAuthor ;
4141
4242 public static final String mainMenuStringG = "Collector's Edition" ;
4343 public static final String mainMenuStringH = "PBR Shaders" ;
You can’t perform that action at this time.
0 commit comments