Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
contrarybaton60 authored Jul 21, 2024
1 parent d814c86 commit a550124
Show file tree
Hide file tree
Showing 10 changed files with 143 additions and 15 deletions.
20 changes: 20 additions & 0 deletions config/enhanced_bes.properties
Original file line number Diff line number Diff line change
@@ -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
15 changes: 15 additions & 0 deletions config/fabric_loader_dependencies.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"version": 1,
"overrides": {
"cull-less-leaves": {
"-depends": {
"minecraft": ""
}
},
"threadtweak": {
"-depends": {
"minecraft": ""
}
}
}
}
49 changes: 49 additions & 0 deletions config/friendsandfoes.json
Original file line number Diff line number Diff line change
@@ -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
}
10 changes: 5 additions & 5 deletions config/immediatelyfast.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
11 changes: 11 additions & 0 deletions config/modelfix-client.json
Original file line number Diff line number Diff line change
@@ -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
}
}
11 changes: 11 additions & 0 deletions config/moderner_beta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"fixedSeed": "",
"useFixedSeed": false,
"useBetaSkyColor": true,
"useBetaBiomeColor": true,
"useBetaWaterColor": false,
"usePEBetaSkyColor": false,
"usePEBetaBiomeColor": false,
"usePEBetaWaterColor": false,
"useOldFogColor": true
}
20 changes: 10 additions & 10 deletions config/modernfix-mixins.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -30,45 +32,43 @@
# 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)
# 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_sounds=true # (default)
# mixin.perf.dynamic_structure_manager=true # (default)
# 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
7 changes: 7 additions & 0 deletions config/sodium-extra.properties
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions config/world-host-friends.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
14 changes: 14 additions & 0 deletions config/world-host.json5
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit a550124

Please sign in to comment.