Skip to content

Commit

Permalink
Bump version to v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FxMorin committed Jul 5, 2023
1 parent 0c21721 commit 29bab9d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 0 additions & 6 deletions src/main/java/carpetfixes/CFSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/assets/carpet-fixes/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down

0 comments on commit 29bab9d

Please sign in to comment.