Skip to content

Commit

Permalink
Add Crafting Cache KemonoCraft incompatibility warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ACGaming committed Aug 22, 2024
1 parent e7cf3ac commit 445f490
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2017,7 +2017,11 @@ public static class PerformanceCategory

@Config.RequiresMcRestart
@Config.Name("Crafting Cache")
@Config.Comment("Adds an IRecipe cache to improve recipe performance in larger modpacks")
@Config.Comment
({
"Adds an IRecipe cache to improve recipe performance in larger modpacks",
"Incompatible with KemonoCraft"
})
public boolean utCraftingCacheToggle = true;

@Config.RequiresMcRestart
Expand Down

0 comments on commit 445f490

Please sign in to comment.