Skip to content

Commit

Permalink
update to version 1.30.0+104
Browse files Browse the repository at this point in the history
  • Loading branch information
luxtracon committed May 28, 2021
1 parent df850f4 commit becdb3c
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 29 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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 modified config/osv/resources.zip
Binary file not shown.
32 changes: 5 additions & 27 deletions config/plustic.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -49,46 +39,34 @@ 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]
B:"Enable material ruby"=true

# 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]
Expand Down
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.
Binary file renamed mods/plustic-8.0.1.0.jar → mods/plustic-8.0.3.jar
Binary file not shown.

0 comments on commit becdb3c

Please sign in to comment.