Skip to content

Commit c04b18b

Browse files
committed
update to 1.14.3 pre1
1 parent 137e0db commit c04b18b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ org.gradle.jvmargs=-Xmx1G
44
# Fabric Properties
55
# check these on https://fabricmc.net/use
66
# 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
99
loader_version=0.4.8+build.154
1010

1111
# Mod Properties

src/main/java/carpet/CarpetSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
public class CarpetSettings
4141
{
4242
public static boolean locked = false;
43-
public static final String carpetVersion = "v19_05_25alpha";
43+
public static final String carpetVersion = "v19_06_04alpha";
4444

4545
public static final Logger LOG = LogManager.getLogger();
4646
private static final Map<String, CarpetSettingEntry> settings_store;

0 commit comments

Comments
 (0)