config: modernfix

This commit is contained in:
Snogard 2025-02-09 22:39:21 +01:00
parent c323700b85
commit 301125c12f
2 changed files with 2 additions and 22 deletions

View File

@ -1,21 +0,0 @@
[default]
#quad expansion increment. enlarges each quad. Use to hide gaps. Keep both as close to 0 as possible. Note that increasing it to non 0 will slightly increase the amount of quads per item model. Could be an issue with HD texture packs.Try these values: 0.002 or 0.008
#Range: -0.1 ~ 0.1
item_quads_expansion = 0.0
#quad x/y offset. simply put moves the quad toward the center of the item. Use to hide gaps
#Range: -0.1 ~ 0.1
item_quads_indent = 0.007
[mac_os]
#It has been reported that some mac os systems are affected by atlas bleeding so the mod cant apply its main fix by removing atlas shrinking. Instead it can reduce it as much as possible by multiplying it by shrink_value_multiplier
#quad expansion increment. enlarges each quad. Use to hide gaps. Keep both as close to 0 as possible. Note that increasing it to non 0 will slightly increase the amount of quads per item model. Could be an issue with HD texture packs
#Range: -0.1 ~ 0.1
item_quads_expansion = 0.0
#quad x/y offset. simply put moves the quad toward the center of the item. Use to hide gaps
#Range: -0.1 ~ 0.1
item_quads_indent = 0.0099
#set to 0 for non macos behavior. 1 keeps vanilla behavior to prevent atlas bleeding
#Range: 0.0 ~ 1.0
shrink_ratio_multiplier = 1.0

3
config/modernfix-mixins.properties Executable file → Normal file
View File

@ -32,6 +32,7 @@
# mixin.bugfix.world_leaks=true # (default)
# mixin.bugfix.world_screen_skipped=true # (default)
# mixin.devenv=false # (default)
# mixin.feature.blockentity_incorrect_thread=false # (default)
# mixin.feature.branding=true # (default)
# mixin.feature.cause_lag_by_disabling_threads=false # (default)
# mixin.feature.direct_stack_trace=false # (default)
@ -97,4 +98,4 @@
# mixin.safety=true # (default)
#
# User overrides go here.
mixin.perf.dynamic_resources=true
mixin.perf.dynamic_resources=true