-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from QuestCraftPlusPlus/MSAL
MSAL integration
- Loading branch information
Showing
11 changed files
with
189 additions
and
142 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# This is the configuration file for ModernFix. | ||
# In general, prefer using the config screen to editing this file. It can be accessed | ||
# via the standard mod menu on your respective mod loader. Changes will, however, | ||
# require restarting the game to take effect. | ||
# | ||
# The following options can be enabled or disabled if there is a compatibility issue. | ||
# Add a line with your option name and =true or =false at the bottom of the file to enable | ||
# or disable a rule. For example: | ||
# mixin.perf.dynamic_resources=true | ||
# Do not include the #. You may reset to defaults by deleting this file. | ||
# | ||
# Available options: | ||
# mixin.bugfix.chunk_deadlock=false # (overridden for mod compat) | ||
# mixin.bugfix.concurrency=true # (default) | ||
# mixin.bugfix.ender_dragon_leak=true # (default) | ||
# mixin.bugfix.packet_leak=false # (default) | ||
# mixin.bugfix.paper_chunk_patches=false # (overridden for mod compat) | ||
# mixin.devenv=false # (default) | ||
# mixin.feature.branding=true # (default) | ||
# mixin.feature.direct_stack_trace=false # (default) | ||
# mixin.feature.disable_unihex_font=false # (default) | ||
# mixin.feature.integrated_server_watchdog=true # (default) | ||
# mixin.feature.measure_time=true # (default) | ||
# mixin.feature.snapshot_easter_egg=true # (default) | ||
# mixin.feature.spam_thread_dump=false # (default) | ||
# mixin.feature.spark_profile_launch=false # (default) | ||
# mixin.feature.warn_missing_perf_mods=true # (default) | ||
# mixin.launch.class_search_cache=true # (default) | ||
# mixin.perf.blast_search_trees=true # (default) | ||
# mixin.perf.cache_blockstate_cache_arrays=true # (default) | ||
# mixin.perf.cache_model_materials=true # (default) | ||
# mixin.perf.cache_strongholds=true # (default) | ||
# mixin.perf.cache_upgraded_structures=true # (default) | ||
# mixin.perf.clear_fabric_mapping_tables=false # (default) | ||
# mixin.perf.clear_mixin_classinfo=false # (default) | ||
# mixin.perf.compact_bit_storage=true # (default) | ||
# mixin.perf.dedicated_reload_executor=true # (default) | ||
# mixin.perf.deduplicate_climate_parameters=false # (default) | ||
# mixin.perf.deduplicate_location=false # (default) | ||
# mixin.perf.deduplicate_wall_shapes=true # (default) | ||
# mixin.perf.dynamic_dfu=true # (default) | ||
# mixin.perf.dynamic_entity_renderers=false # (default) | ||
# mixin.perf.dynamic_resources=false # (default) | ||
# mixin.perf.dynamic_resources.diagonalfences=true # (default) | ||
# mixin.perf.dynamic_structure_manager=true # (default) | ||
# mixin.perf.faster_item_rendering=false # (default) | ||
# mixin.perf.faster_texture_stitching=true # (default) | ||
# mixin.perf.model_optimizations=true # (default) | ||
# mixin.perf.nbt_memory_usage=false # (overridden for mod compat) | ||
# mixin.perf.reduce_blockstate_cache_rebuilds=true # (default) | ||
# mixin.perf.remove_biome_temperature_cache=true # (default) | ||
# mixin.perf.remove_spawn_chunks=false # (default) | ||
# mixin.perf.resourcepacks=true # (default) | ||
# mixin.perf.state_definition_construct=true # (default) | ||
# mixin.perf.thread_priorities=true # (default) | ||
# mixin.safety=true # (default) | ||
# | ||
# User overrides go here. | ||
mixin.perf.dynamic_resources=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.