Skip to content

Commit

Permalink
this will never age well
Browse files Browse the repository at this point in the history
  • Loading branch information
gnembon committed Oct 4, 2023
1 parent 257c641 commit c70c3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/carpet/CarpetSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
public class CarpetSettings
{
public static final String carpetVersion = FabricLoader.getInstance().getModContainer("carpet").orElseThrow().getMetadata().getVersion().toString();
public static final String releaseTarget = "1.19.4";
public static final String releaseTarget = "1.20.3";
public static final Logger LOG = LoggerFactory.getLogger("carpet");
public static final ThreadLocal<Boolean> skipGenerationChecks = ThreadLocal.withInitial(() -> false);
public static final ThreadLocal<Boolean> impendingFillSkipUpdates = ThreadLocal.withInitial(() -> false);
Expand Down

0 comments on commit c70c3dc

Please sign in to comment.