Skip to content

Commit

Permalink
client tweaks -> default config
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Oct 29, 2024
1 parent 8ff5c59 commit bb31023
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,4 @@ config/ae2-client.toml
config/ars_nouveau-client.toml
config/ftbessentials.snbt
config/iris.properties
config/clienttweaks-common.toml
3 changes: 2 additions & 1 deletion automation/settings.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ $CONFIGS_TO_REMOVE_FROM_CLIENT_FILES = @(
"ars_nouveau-client.toml",
"toolbelt-client.toml",
"ftbessentials.snbt",
"iris.properties"
"iris.properties",
"clienttweaks-common.toml"
)

$FOLDERS_TO_REMOVE_FROM_CLIENT_FILES = @("local/ftbutilities", "local/ftbchunks/data", "local/ftbultimine", "local/ftbultimine-client.snbt", "resourcepacks")
Expand Down
File renamed without changes.

0 comments on commit bb31023

Please sign in to comment.