diff --git a/CHANGELOG.md b/CHANGELOG.md index e313d78..fc7b1e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ -1.29.0+102 +1.30.0+104 -• update mod JAOPCA +• update mod Foam Fix +• update mod Ore Stone Variants +• update mod Plus Tinkers' Construct + +• update config Foam Fix +• update config Ore Stone Variants +• update config Plus Tinkers' Construct diff --git a/config/foamfix.cfg b/config/foamfix.cfg index 834837f..b131e62 100644 --- a/config/foamfix.cfg +++ b/config/foamfix.cfg @@ -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 @@ -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 } @@ -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 diff --git a/config/osv/resources.zip b/config/osv/resources.zip index fd3571a..d921b22 100644 Binary files a/config/osv/resources.zip and b/config/osv/resources.zip differ diff --git a/config/plustic.cfg b/config/plustic.cfg index 25715d2..e4ead4c 100644 --- a/config/plustic.cfg +++ b/config/plustic.cfg @@ -18,29 +18,19 @@ materials { # Set to false to prevent Bloodwood from being loaded [default: true] B:"Enable material bloodwood_plustic"=true - - # Set to false to prevent Certus Quartz from being loaded [default: true] B:"Enable material certusquartz_plustic"=true - - # Set to false to prevent Dark Matter from being loaded [default: true] B:"Enable material darkmatter"=true # Set to false to prevent Darkwood from being loaded [default: true] B:"Enable material darkwood_plustic"=true - - # Set to false to prevent Elementium from being loaded [default: true] B:"Enable material elementium"=true # Set to false to prevent Emerald from being loaded [default: true] B:"Enable material emerald_plustic"=true - - # Set to false to prevent Enderium from being loaded [default: true] B:"Enable material enderium_plustic"=true # Set to false to prevent Flamestring from being loaded [default: true] B:"Enable material flamestring_plustic"=true - - # Set to false to prevent Fluix Crystal from being loaded [default: true] B:"Enable material fluixcrystal_plustic"=true # Set to false to prevent Fusewood from being loaded [default: true] @@ -49,31 +39,23 @@ materials { # Set to false to prevent Ghostwood from being loaded [default: true] B:"Enable material ghostwood_plustic"=true - # Set to false to prevent Livingwood from being loaded [default: true] - B:"Enable material livingwood_plustic"=true + # Set to false to prevent Invar from being loaded [default: true] + B:"Enable material invar"=true - # Set to false to prevent Lumium from being loaded [default: true] + # Set to false to prevent Iridium from being loaded [default: true] + B:"Enable material iridium"=true + B:"Enable material livingwood_plustic"=true B:"Enable material lumium_plustic"=true # Set to false to prevent Malachite from being loaded [default: true] B:"Enable material malachite_gem"=true - - # Set to false to prevent Manasteel from being loaded [default: true] B:"Enable material manasteel"=true - - # Set to false to prevent Mirion from being loaded [default: true] B:"Enable material mirion"=true # Set to false to prevent Peridot from being loaded [default: true] B:"Enable material peridot"=true - - # Set to false to prevent Pink Slime from being loaded [default: true] B:"Enable material pink_slime"=true - - # Set to false to prevent Platinum from being loaded [default: true] B:"Enable material platinum_plustic"=true - - # Set to false to prevent Red Matter from being loaded [default: true] B:"Enable material redmatter"=true # Set to false to prevent Ruby from being loaded [default: true] @@ -81,14 +63,10 @@ materials { # Set to false to prevent Sapphire from being loaded [default: true] B:"Enable material sapphire"=true - - # Set to false to prevent Signalum from being loaded [default: true] B:"Enable material signalum_plustic"=true # Set to false to prevent Tanzanite from being loaded [default: true] B:"Enable material tanzanite"=true - - # Set to false to prevent Terrasteel from being loaded [default: true] B:"Enable material terrasteel"=true # Set to false to prevent TNT from being loaded [default: true] diff --git a/mods/Ore Stone Variants-5.13-1.12.jar b/mods/Ore Stone Variants-5.14.jar similarity index 76% rename from mods/Ore Stone Variants-5.13-1.12.jar rename to mods/Ore Stone Variants-5.14.jar index 0e1dc97..bd2f0a6 100644 Binary files a/mods/Ore Stone Variants-5.13-1.12.jar and b/mods/Ore Stone Variants-5.14.jar differ diff --git a/mods/foamfix-0.10.11-1.12.2.jar b/mods/foamfix-0.10.11-1.12.2.jar deleted file mode 100644 index 0ecf091..0000000 Binary files a/mods/foamfix-0.10.11-1.12.2.jar and /dev/null differ diff --git a/mods/foamfix-0.10.14-1.12.2.jar b/mods/foamfix-0.10.14-1.12.2.jar new file mode 100644 index 0000000..09878f1 Binary files /dev/null and b/mods/foamfix-0.10.14-1.12.2.jar differ diff --git a/mods/plustic-8.0.1.0.jar b/mods/plustic-8.0.3.jar similarity index 77% rename from mods/plustic-8.0.1.0.jar rename to mods/plustic-8.0.3.jar index 1dc0c6b..fb20479 100644 Binary files a/mods/plustic-8.0.1.0.jar and b/mods/plustic-8.0.3.jar differ