File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
src/main/java/com/simibubi/create Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4949 label : Mod Version
5050 description : The version of the mod you were using when the bug occured
5151 options :
52+ - " 0.5.1f"
5253 - " 0.5.1e"
5354 - " 0.5.1d"
5455 - " 0.5.1c"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ org.gradle.jvmargs = -Xmx3G
44org.gradle.daemon = false
55
66# mod version info
7- mod_version = 0.5.1.e
7+ mod_version = 0.5.1.f
88artifact_minecraft_version = 1.19.2
99
1010minecraft_version = 1.19.2
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public class Create {
6060
6161 public static final String ID = "create" ;
6262 public static final String NAME = "Create" ;
63- public static final String VERSION = "0.5.1e " ;
63+ public static final String VERSION = "0.5.1f " ;
6464
6565 public static final Logger LOGGER = LogUtils .getLogger ();
6666
You can’t perform that action at this time.
0 commit comments