File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ org.gradle.jvmargs=-Xmx1G
4
4
# Fabric Properties
5
5
# check these on https://fabricmc.net/use
6
6
# or better: https://modmuss50.me/fabric.html
7
- minecraft_version =1.14.2
8
- yarn_mappings =1.14.2 +build.1
7
+ minecraft_version =1.14.3-pre1
8
+ yarn_mappings =1.14.3-pre1 +build.1
9
9
loader_version =0.4.8+build.154
10
10
11
11
# Mod Properties
Original file line number Diff line number Diff line change 40
40
public class CarpetSettings
41
41
{
42
42
public static boolean locked = false ;
43
- public static final String carpetVersion = "v19_05_25alpha " ;
43
+ public static final String carpetVersion = "v19_06_04alpha " ;
44
44
45
45
public static final Logger LOG = LogManager .getLogger ();
46
46
private static final Map <String , CarpetSettingEntry > settings_store ;
You can’t perform that action at this time.
0 commit comments