Skip to content

Commit

Permalink
update to 1.14.3 pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
gnembon committed Jun 4, 2019
1 parent 137e0db commit c04b18b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/use
# or better: https://modmuss50.me/fabric.html
minecraft_version=1.14.2
yarn_mappings=1.14.2+build.1
minecraft_version=1.14.3-pre1
yarn_mappings=1.14.3-pre1+build.1
loader_version=0.4.8+build.154

# Mod Properties
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/carpet/CarpetSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
public class CarpetSettings
{
public static boolean locked = false;
public static final String carpetVersion = "v19_05_25alpha";
public static final String carpetVersion = "v19_06_04alpha";

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

0 comments on commit c04b18b

Please sign in to comment.