From 29bab9daf9252757185083d1de07e162cffbc026 Mon Sep 17 00:00:00 2001 From: fxmorin <28154542+fxmorin@users.noreply.github.com> Date: Wed, 5 Jul 2023 15:36:02 -0400 Subject: [PATCH] Bump version to v1.16.0 --- gradle.properties | 2 +- src/main/java/carpetfixes/CFSettings.java | 6 ------ src/main/resources/assets/carpet-fixes/lang/en_us.json | 2 -- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/gradle.properties b/gradle.properties index 297ea01..2de7188 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ carpet_core_version=1.4.112+v230608 # Mod Properties -mod_version = 1.15.2 +mod_version = 1.16.0 maven_group = carpet-fixes archives_base_name = carpet-fixes diff --git a/src/main/java/carpetfixes/CFSettings.java b/src/main/java/carpetfixes/CFSettings.java index b415c59..f1e7a9e 100644 --- a/src/main/java/carpetfixes/CFSettings.java +++ b/src/main/java/carpetfixes/CFSettings.java @@ -1276,12 +1276,6 @@ public class CFSettings { ) public static boolean optimizedPoweredRails = false; - //by 2No2Name, JellySquid - @Rule( - categories = {OPTIMIZATION} - ) - public static boolean optimizedTicketManager = false; - //by FX - PR0CESS @Rule( categories = {OPTIMIZATION, VANILLA, CLIENT, RECOMMENDED} diff --git a/src/main/resources/assets/carpet-fixes/lang/en_us.json b/src/main/resources/assets/carpet-fixes/lang/en_us.json index f71ba17..6a4a7b2 100644 --- a/src/main/resources/assets/carpet-fixes/lang/en_us.json +++ b/src/main/resources/assets/carpet-fixes/lang/en_us.json @@ -265,8 +265,6 @@ "carpet-fixes.rule.optimizedPoweredRails.extra": "This kind of prevents update suppression using a normal suppressor. It requires an angled suppressor to work!\nThis probably changes some rail behavior although so far does not seem to do so. Does change amount of block updates tho", "carpet-fixes.rule.optimizedPoweredRails.desc": "Makes rails faster by removing most updates on themselves, duplicate updates, and doing rail search internally", "carpet-fixes.rule.optimizedRecipeManager.extra": "This is a fully vanilla optimization. Improves: [Blast]Furnace/Campfire/Smoker/Stonecutter/Crafting/Sheep Color Choosing\nThis was mostly made for the auto crafting table, since the performance boost is much more visible while using that mod", - "carpet-fixes.rule.optimizedRecipeManager.desc": "Optimized the RecipeManager getFirstMatch call to be up to 3x faster", - "carpet-fixes.rule.optimizedTicketManager.desc": "Initial made for Lithium, although was not exactly vanilla behavior. This is a very small optimization!", "carpet-fixes.rule.oresDontDropXpWhenBlownUpFix.desc": "Fixes ore blocks not dropping experience when blown up - sculk use the same block as ores", "carpet-fixes.rule.oresDontDropXpWhenBlownUpFix.extra": "[MC-176840](https://bugs.mojang.com/browse/MC-176840) & [MC-249190](https://bugs.mojang.com/browse/MC-249190)", "carpet-fixes.rule.paletteCopyDataCorruptionFix.extra": "Warning! Some mods might actually use this bug as part of there design. Use this to test if your mod is affected!\n[MC-251664](https://bugs.mojang.com/browse/MC-251664)",