Skip to content

Commit

Permalink
update to version 2.13.0+220
Browse files Browse the repository at this point in the history
  • Loading branch information
luxtracon committed May 28, 2021
1 parent c4a394c commit ac20a59
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 9 deletions.
13 changes: 5 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
2.12.0+218
2.13.0+220

• add mod Floralis

• add config Floralis

• update mod Agri Craft
• update mod Infinity Lib
• update mod Energy Control
• update mod Floralis
• update mod Foam Fix

• update config Custom Main Menu
• update config Agri Craft
• update config Foam Fix
2 changes: 1 addition & 1 deletion config/CustomMainMenu/mainmenu.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

"modcounts":
{
"text" : "MC 1.12.2 - ET 2.12.0+218. 170 modifications.",
"text" : "MC 1.12.2 - ET 2.13.0+220. 170 modifications.",
"posX" : 2,
"posY" : -10,
"color" : -1,
Expand Down
18 changes: 18 additions & 0 deletions config/foamfix.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ client {
# The maximum amount of levels of recursion for the deduplication process. Smaller values will deduplicate less data, but make the process run faster. [default: 9, range: 1-2147483647]
I:deduplicateModelsMaxRecursion=9

# Step every X models on the progress bar while deduplicating baked models. [default: 1, range: 1-10000]
I:deduplicateModelsStepEvery=1

# Disables texture animations. [default: false]
B:disableTextureAnimations=false

Expand All @@ -28,6 +31,12 @@ client {
# Remove unnecessary data from a pointlessly cached ModelLoader instance. [default: true]
B:modelLoaderCleanup=true

# Faster/less memory-churning construction mechanism for ModelResourceLocation objects. Identified by malte0811 in FerriteCore - implemented in a distinct way. [default: true]
B:modelResourceLocationFastConstruct=true

# More optimized multipart model condition storage. Inspired by malte0811's research. [default: true]
B:smallModelConditions=true

# Wipes the IModel cache after baking is finished. Saves a lot of RAM, as most IModels will not be reloaded. [default: true]
B:wipeModelCache=true
}
Expand Down Expand Up @@ -136,6 +145,15 @@ launchwrapper {
}


network {
# Enable micro-optimizations to reduce network churn, inspired by the Velocity project and Krypton mod. [default: true]
B:microOptimizations=true

# Set the packet compression level, from 0 to 9. -1 preserves the default settings. [default: -1, range: -1-9]
I:packetCompressionLevel=-1
}


textures {
# If false, disables any patches from this category. [default: true]
B:enable=true
Expand Down
Binary file not shown.
Binary file not shown.
Binary file removed mods/foamfix-0.10.11-1.12.2.jar
Binary file not shown.
Binary file added mods/foamfix-0.10.14-1.12.2.jar
Binary file not shown.

0 comments on commit ac20a59

Please sign in to comment.