Skip to content

Commit 29bab9d

Browse files
committed
Bump version to v1.16.0
1 parent 0c21721 commit 29bab9d

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ carpet_core_version=1.4.112+v230608
1313

1414

1515
# Mod Properties
16-
mod_version = 1.15.2
16+
mod_version = 1.16.0
1717
maven_group = carpet-fixes
1818
archives_base_name = carpet-fixes
1919

src/main/java/carpetfixes/CFSettings.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,12 +1276,6 @@ public class CFSettings {
12761276
)
12771277
public static boolean optimizedPoweredRails = false;
12781278

1279-
//by 2No2Name, JellySquid
1280-
@Rule(
1281-
categories = {OPTIMIZATION}
1282-
)
1283-
public static boolean optimizedTicketManager = false;
1284-
12851279
//by FX - PR0CESS
12861280
@Rule(
12871281
categories = {OPTIMIZATION, VANILLA, CLIENT, RECOMMENDED}

src/main/resources/assets/carpet-fixes/lang/en_us.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,6 @@
265265
"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",
266266
"carpet-fixes.rule.optimizedPoweredRails.desc": "Makes rails faster by removing most updates on themselves, duplicate updates, and doing rail search internally",
267267
"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",
268-
"carpet-fixes.rule.optimizedRecipeManager.desc": "Optimized the RecipeManager getFirstMatch call to be up to 3x faster",
269-
"carpet-fixes.rule.optimizedTicketManager.desc": "Initial made for Lithium, although was not exactly vanilla behavior. This is a very small optimization!",
270268
"carpet-fixes.rule.oresDontDropXpWhenBlownUpFix.desc": "Fixes ore blocks not dropping experience when blown up - sculk use the same block as ores",
271269
"carpet-fixes.rule.oresDontDropXpWhenBlownUpFix.extra": "[MC-176840](https://bugs.mojang.com/browse/MC-176840) & [MC-249190](https://bugs.mojang.com/browse/MC-249190)",
272270
"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)",

0 commit comments

Comments
 (0)