From 9946a027dd59e6752cf150251b2118dd59ea4cd7 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 11 Apr 2020 04:55:14 +0200 Subject: [PATCH] Version bump to v20_04_11 --- carpetmodSrc/carpet/CarpetSettings.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/carpetmodSrc/carpet/CarpetSettings.java b/carpetmodSrc/carpet/CarpetSettings.java index 5148eec2..02f40e93 100644 --- a/carpetmodSrc/carpet/CarpetSettings.java +++ b/carpetmodSrc/carpet/CarpetSettings.java @@ -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"; @@ -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;