Commit fff2512 1 parent f8ef93f commit fff2512 Copy full SHA for fff2512
File tree 3 files changed +3
-2
lines changed
src/main/java/com/simibubi/create
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 49
49
label : Mod Version
50
50
description : The version of the mod you were using when the bug occured
51
51
options :
52
+ - " 0.5.1f"
52
53
- " 0.5.1e"
53
54
- " 0.5.1d"
54
55
- " 0.5.1c"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ org.gradle.jvmargs = -Xmx3G
4
4
org.gradle.daemon = false
5
5
6
6
# mod version info
7
- mod_version = 0.5.1.e
7
+ mod_version = 0.5.1.f
8
8
artifact_minecraft_version = 1.18.2
9
9
10
10
minecraft_version = 1.18.2
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ public class Create {
61
61
62
62
public static final String ID = "create" ;
63
63
public static final String NAME = "Create" ;
64
- public static final String VERSION = "0.5.1e " ;
64
+ public static final String VERSION = "0.5.1f " ;
65
65
66
66
public static final Logger LOGGER = LogUtils .getLogger ();
67
67
You can’t perform that action at this time.
0 commit comments