diff --git a/config/enhanced_bes.properties b/config/enhanced_bes.properties new file mode 100644 index 0000000..5c600bf --- /dev/null +++ b/config/enhanced_bes.properties @@ -0,0 +1,20 @@ +#Configuration file for Enhanced Block Entities +#Sun Jul 21 12:05:20 CDT 2024 +bed_ao=false +bell_ao=true +chest_ao=false +christmas_chests=allowed +decorated_pot_ao=false +experimental_beds=true +experimental_chests=true +experimental_signs=true +force_resource_pack_compat=false +render_enhanced_beds=true +render_enhanced_bells=true +render_enhanced_chests=true +render_enhanced_decorated_pots=true +render_enhanced_shulker_boxes=true +render_enhanced_signs=true +shulker_box_ao=false +sign_ao=false +sign_text_rendering=smart diff --git a/config/fabric_loader_dependencies.json b/config/fabric_loader_dependencies.json new file mode 100644 index 0000000..b2d4f32 --- /dev/null +++ b/config/fabric_loader_dependencies.json @@ -0,0 +1,15 @@ + { + "version": 1, + "overrides": { + "cull-less-leaves": { + "-depends": { + "minecraft": "" + } + }, + "threadtweak": { + "-depends": { + "minecraft": "" + } + } + } + } diff --git a/config/friendsandfoes.json b/config/friendsandfoes.json new file mode 100644 index 0000000..c4e53a1 --- /dev/null +++ b/config/friendsandfoes.json @@ -0,0 +1,49 @@ +{ + "checkForNewUpdates": true, + "enableCopperGolem": true, + "generateCopperGolemAreaStructure": true, + "copperGolemAreaStructureWeight": 1, + "generateCopperGolemInAncientCity": true, + "copperGolemAncientCityCenterWeight": 10, + "enableGlare": true, + "enableGlareSpawn": true, + "enableGlareGriefing": true, + "glareSpawnWeight": 4, + "glareSpawnMinGroupSize": 1, + "glareSpawnMaxGroupSize": 1, + "enableMauler": true, + "enableMaulerSpawn": true, + "maulerDesertSpawnWeight": 8, + "maulerDesertSpawnMinGroupSize": 1, + "maulerDesertSpawnMaxGroupSize": 1, + "maulerBadlandsSpawnWeight": 16, + "maulerBadlandsSpawnMinGroupSize": 1, + "maulerBadlandsSpawnMaxGroupSize": 1, + "maulerSavannaSpawnWeight": 32, + "maulerSavannaSpawnMinGroupSize": 1, + "maulerSavannaSpawnMaxGroupSize": 1, + "enableMoobloom": true, + "enableMoobloomSpawn": true, + "moobloomSpawnWeight": 4, + "moobloomSpawnMinGroupSize": 2, + "moobloomSpawnMaxGroupSize": 4, + "enableIceologer": true, + "enableIceologerSpawn": true, + "enableIceologerInRaids": true, + "generateIceologerCabinStructure": true, + "enableIllusioner": true, + "enableIllusionerSpawn": true, + "enableIllusionerInRaids": true, + "generateIllusionerShackStructure": true, + "generateIllusionerTrainingGroundsStructure": true, + "enableZombieHorseTrap": true, + "enableRascal": true, + "enableRascalSpawn": true, + "enableTuffGolem": true, + "generateTuffGolemInStronghold": true, + "enableWildfire": true, + "generateCitadelStructure": true, + "enableBeekeeperVillagerProfession": true, + "generateBeekeeperAreaStructure": true, + "beekeeperAreaStructureWeight": 2 +} diff --git a/config/immediatelyfast.json b/config/immediatelyfast.json index 927a507..7f2d628 100644 --- a/config/immediatelyfast.json +++ b/config/immediatelyfast.json @@ -5,20 +5,20 @@ "hud_batching": true, "fast_text_lookup": true, "fast_buffer_upload": true, - "fast_buffer_upload_size_mb": 64, + "fast_buffer_upload_size_mb": 256, "fast_buffer_upload_explicit_flush": true, "COSMETIC_INFO": "----- Cosmetic only config values below (Does not optimize anything) -----", "dont_add_info_into_debug_hud": false, "EXPERIMENTAL_INFO": "----- Experimental config values below (Rendering glitches may occur) -----", - "experimental_disable_error_checking": true, - "experimental_disable_resource_pack_conflict_handling": true, + "experimental_disable_error_checking": false, + "experimental_disable_resource_pack_conflict_handling": false, "experimental_sign_text_buffering": false, "experimental_screen_batching": false, - "experimental_universal_hud_batching": true, + "experimental_universal_hud_batching": false, "DEBUG_INFO": "----- Debug only config values below (Do not touch) -----", "debug_only_and_not_recommended_disable_universal_batching": false, "debug_only_and_not_recommended_disable_mod_conflict_handling": false, "debug_only_and_not_recommended_disable_hardware_conflict_handling": false, "debug_only_print_additional_error_information": false, "debug_only_use_last_usage_for_batch_ordering": false -} +} \ No newline at end of file diff --git a/config/modelfix-client.json b/config/modelfix-client.json new file mode 100644 index 0000000..09b57ef --- /dev/null +++ b/config/modelfix-client.json @@ -0,0 +1,11 @@ +{ + "default": { + "item_quads_expansion": 0.0, + "item_quads_indent": 1.0E-4 + }, + "mac_os": { + "item_quads_expansion": 0.0, + "item_quads_indent": 0.0099, + "shrink_ratio_multiplier": 1.0 + } +} \ No newline at end of file diff --git a/config/moderner_beta.json b/config/moderner_beta.json new file mode 100644 index 0000000..6d5e4ca --- /dev/null +++ b/config/moderner_beta.json @@ -0,0 +1,11 @@ +{ + "fixedSeed": "", + "useFixedSeed": false, + "useBetaSkyColor": true, + "useBetaBiomeColor": true, + "useBetaWaterColor": false, + "usePEBetaSkyColor": false, + "usePEBetaBiomeColor": false, + "usePEBetaWaterColor": false, + "useOldFogColor": true +} \ No newline at end of file diff --git a/config/modernfix-mixins.properties b/config/modernfix-mixins.properties index f213fdc..7ae290c 100644 --- a/config/modernfix-mixins.properties +++ b/config/modernfix-mixins.properties @@ -10,15 +10,17 @@ # 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.chunk_deadlock=true # (default) # 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.bugfix.paper_chunk_patches=true # (default) +# mixin.bugfix.restore_old_dragon_movement=false # (default) # mixin.bugfix.world_leaks=true # (default) # mixin.bugfix.world_screen_skipped=true # (default) # mixin.devenv=false # (default) # mixin.feature.branding=true # (default) +# mixin.feature.cause_lag_by_disabling_threads=false # (default) # mixin.feature.direct_stack_trace=false # (default) # mixin.feature.disable_unihex_font=false # (default) # mixin.feature.integrated_server_watchdog=true # (default) @@ -30,12 +32,10 @@ # mixin.feature.stalled_chunk_load_detection=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_profile_texture_url=true # (default) -# mixin.perf.cache_strongholds=false # (overridden for mod compat) -# mixin.perf.cache_upgraded_structures=true # (default) +# mixin.perf.cache_strongholds=true # (default) # mixin.perf.clear_fabric_mapping_tables=false # (default) # mixin.perf.clear_mixin_classinfo=false # (default) # mixin.perf.compact_bit_storage=true # (default) @@ -43,7 +43,6 @@ # 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_sounds=true # (default) @@ -51,24 +50,25 @@ # mixin.perf.faster_command_suggestions=true # (default) # mixin.perf.faster_item_rendering=false # (default) # mixin.perf.faster_texture_stitching=true # (default) +# mixin.perf.fix_loop_spin_waiting=true # (default) # mixin.perf.model_optimizations=true # (default) # mixin.perf.mojang_registry_size=true # (default) -# mixin.perf.nbt_memory_usage=false # (overridden for mod compat) +# mixin.perf.nbt_memory_usage=true # (default) # 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=false # (overridden for mod compat) # mixin.perf.ticking_chunk_alloc=true # (default) +# mixin.perf.worldgen_allocation=false # (default) # mixin.safety=true # (default) # # User overrides go here. mixin.bugfix.packet_leak=true +mixin.feature.branding=false mixin.perf.clear_fabric_mapping_tables=true -mixin.perf.clear_mixin_classinfo=true mixin.perf.deduplicate_location=true mixin.perf.dynamic_entity_renderers=true mixin.perf.dynamic_resources=true mixin.perf.faster_item_rendering=true -mixin.perf.remove_spawn_chunks=true +mixin.perf.worldgen_allocation=true diff --git a/config/sodium-extra.properties b/config/sodium-extra.properties new file mode 100644 index 0000000..dde224b --- /dev/null +++ b/config/sodium-extra.properties @@ -0,0 +1,7 @@ +# This is the configuration file for Sodium Extra. +# This file exists for debugging purposes and should not be configured otherwise. +# +# You can find information on editing this file and all the available options here: +# https://github.com/FlashyReese/sodium-extra-fabric/wiki/Configuration-File +# +# By default, this file will be empty except for this notice. diff --git a/config/world-host-friends.json b/config/world-host-friends.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/config/world-host-friends.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/config/world-host.json5 b/config/world-host.json5 new file mode 100644 index 0000000..73a6e15 --- /dev/null +++ b/config/world-host.json5 @@ -0,0 +1,14 @@ +{ + serverIp: "world-host.jemnetworks.com", + onlineStatusLocation: "right", + enableFriends: true, + enableReconnectionToasts: false, + UPnP: false, + useShortIp: false, + showOutdatedWorldHost: true, + shareButton: true, + allowFriendRequests: true, + announceFriendsOnline: true, + whitelistJoins: false, + requiredSecurityLevel: "secure" +} \ No newline at end of file