Skip to content

Commit

Permalink
Version bump to v20_04_11
Browse files Browse the repository at this point in the history
  • Loading branch information
X-com committed Apr 11, 2020
1 parent 6ee70c7 commit 9946a02
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion carpetmodSrc/carpet/CarpetSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class CarpetSettings
public static boolean locked = false;

// TODO: replace these constants at build time
public static final String carpetVersion = "v20_04_10";
public static final String carpetVersion = "v20_04_11";
public static final String minecraftVersion = "1.12.2";
public static final String mcpMappings = "39-1.12";

Expand Down Expand Up @@ -729,6 +729,9 @@ private static boolean validateRandomTickOptimization(boolean value) {
@Rule(desc = "Allows fake players to gain stats.", category = FEATURE)
public static boolean fakePlayerStats;

@Rule(desc = "Removes the skin from fake players to reduce player data requests to mojang servers.", category = FEATURE)
public static boolean removeFakePlayerSkins;

@Rule(desc = "Turns crafting tables into automated crafting tables with inventorys.", category = FEATURE, extra = "WARNING! If the rule is turned off after use, any inventory content in crafting tables will permanently become lost after chunks are reloaded.")
public static boolean autocrafter;

Expand Down

0 comments on commit 9946a02

Please sign in to comment.