init v1.2.1
This commit is contained in:
parent
72ed4fe054
commit
67fc81bb7a
76 changed files with 397 additions and 0 deletions
5
client/config/NoChatReports/NCR-Client.json
Executable file
5
client/config/NoChatReports/NCR-Client.json
Executable file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"showNCRButton": false,
|
||||||
|
"showReloadButton": false,
|
||||||
|
"verifiedIconEnabled": false
|
||||||
|
}
|
||||||
16
client/config/badoptimizations.txt
Executable file
16
client/config/badoptimizations.txt
Executable file
|
|
@ -0,0 +1,16 @@
|
||||||
|
enable_lightmap_caching: true
|
||||||
|
lightmap_time_change_needed_for_update: 80
|
||||||
|
enable_sky_color_caching: true
|
||||||
|
skycolor_time_change_needed_for_update: 20
|
||||||
|
enable_debug_renderer_disable_if_not_needed: true
|
||||||
|
enable_fps_string_optimization: true
|
||||||
|
enable_particle_manager_optimization: true
|
||||||
|
enable_toast_optimizations: true
|
||||||
|
enable_sky_angle_caching_in_worldrenderer: true
|
||||||
|
enable_entity_renderer_caching: true
|
||||||
|
enable_block_entity_renderer_caching: true
|
||||||
|
enable_entity_flag_caching: true
|
||||||
|
enable_remove_redundant_fov_calculations: true
|
||||||
|
enable_remove_tutorial_if_not_demo: true
|
||||||
|
show_f3_text: false
|
||||||
|
config_version: 1
|
||||||
238
client/config/betterf3.json
Normal file
238
client/config/betterf3.json
Normal file
|
|
@ -0,0 +1,238 @@
|
||||||
|
{
|
||||||
|
"general": {
|
||||||
|
"disable_mod": false,
|
||||||
|
"hide_bossbar": false,
|
||||||
|
"shadow_text": true,
|
||||||
|
"auto_start": false,
|
||||||
|
"animationSpeed": 1.0,
|
||||||
|
"hide_debug_crosshair": false,
|
||||||
|
"background_color": 1867534416,
|
||||||
|
"space_modules": false,
|
||||||
|
"always_show_profiler": false,
|
||||||
|
"animations": false,
|
||||||
|
"fontScale": 1.0,
|
||||||
|
"hide_sidebar": true,
|
||||||
|
"always_show_tps": false
|
||||||
|
},
|
||||||
|
"modules_right": [
|
||||||
|
{
|
||||||
|
"memory_color_toggle": true,
|
||||||
|
"time_format": "HH:mm:ss",
|
||||||
|
"name": "system",
|
||||||
|
"name_color": 16755200,
|
||||||
|
"value_color": 5636095,
|
||||||
|
"lines": {
|
||||||
|
"opengl_version": true,
|
||||||
|
"allocation_rate": true,
|
||||||
|
"display": true,
|
||||||
|
"java_version": true,
|
||||||
|
"gpu_driver": true,
|
||||||
|
"memory_usage": true,
|
||||||
|
"allocated_memory": true,
|
||||||
|
"cpu": true,
|
||||||
|
"gpu_utilization": true,
|
||||||
|
"time": true,
|
||||||
|
"gpu": true
|
||||||
|
},
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "miscright",
|
||||||
|
"name_color": 16645526,
|
||||||
|
"value_color": 5636095,
|
||||||
|
"lines": {
|
||||||
|
"misc_right": true
|
||||||
|
},
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"empty_lines": 1,
|
||||||
|
"name": "empty",
|
||||||
|
"lines": {
|
||||||
|
"nothing": true
|
||||||
|
},
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "target",
|
||||||
|
"name_color": 43775,
|
||||||
|
"value_color": 16777045,
|
||||||
|
"lines": {
|
||||||
|
"id_fluid": true,
|
||||||
|
"fluid_tags": false,
|
||||||
|
"block_states": true,
|
||||||
|
"targeted_block": true,
|
||||||
|
"block_tags": false,
|
||||||
|
"id_block": true,
|
||||||
|
"nothing": true,
|
||||||
|
"nothing2": true,
|
||||||
|
"targeted_fluid": true,
|
||||||
|
"targeted_entity": true,
|
||||||
|
"fluid_states": true
|
||||||
|
},
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"modules_left": [
|
||||||
|
{
|
||||||
|
"name": "minecraft",
|
||||||
|
"name_color": 10506797,
|
||||||
|
"value_color": 43520,
|
||||||
|
"lines": {
|
||||||
|
"minecraft": true
|
||||||
|
},
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color_high": 5635925,
|
||||||
|
"color_med": 16777045,
|
||||||
|
"name": "fps",
|
||||||
|
"lines": {
|
||||||
|
"fps": true
|
||||||
|
},
|
||||||
|
"enabled": true,
|
||||||
|
"color_low": 16733525
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "graphics",
|
||||||
|
"name_color": 16755200,
|
||||||
|
"value_color": 5636095,
|
||||||
|
"lines": {
|
||||||
|
"shader": true,
|
||||||
|
"render_distance": true,
|
||||||
|
"graphics": true,
|
||||||
|
"clouds": true,
|
||||||
|
"biome_blend_radius": true
|
||||||
|
},
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "server",
|
||||||
|
"name_color": 11184810,
|
||||||
|
"value_color": 16777045,
|
||||||
|
"lines": {
|
||||||
|
"server_tick": true,
|
||||||
|
"packets_sent": true,
|
||||||
|
"packets_received": true
|
||||||
|
},
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color_x": 16733525,
|
||||||
|
"color_y": 5635925,
|
||||||
|
"color_z": 5636095,
|
||||||
|
"name": "coords",
|
||||||
|
"name_color": 16733525,
|
||||||
|
"lines": {
|
||||||
|
"chunk_coords": true,
|
||||||
|
"player_coords": true,
|
||||||
|
"block_coords": true,
|
||||||
|
"chunk_relative_coords": true
|
||||||
|
},
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "chunks",
|
||||||
|
"chunks_disabled_color": 16733525,
|
||||||
|
"name_color": 43775,
|
||||||
|
"value_color": 16777045,
|
||||||
|
"total_chunks_color": 16755200,
|
||||||
|
"lines": {
|
||||||
|
"chunk_file": true,
|
||||||
|
"available_buffers": true,
|
||||||
|
"loaded_chunks_server": true,
|
||||||
|
"forceloaded_chunks": true,
|
||||||
|
"chunk_culling": true,
|
||||||
|
"pending_uploads": true,
|
||||||
|
"pending_chunks": true,
|
||||||
|
"loaded_chunks": true,
|
||||||
|
"spawn_chunks": true,
|
||||||
|
"client_chunk_cache": true,
|
||||||
|
"chunk_sections": true
|
||||||
|
},
|
||||||
|
"chunks_enabled_color": 5635925,
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "location",
|
||||||
|
"name_color": 43520,
|
||||||
|
"value_color": 5636095,
|
||||||
|
"lines": {
|
||||||
|
"light": true,
|
||||||
|
"biome": true,
|
||||||
|
"rotation": true,
|
||||||
|
"facing": true,
|
||||||
|
"slime_chunk": false,
|
||||||
|
"local_difficulty": true,
|
||||||
|
"day_ticks": true,
|
||||||
|
"days_played": true,
|
||||||
|
"dimension": true,
|
||||||
|
"highest_block": false,
|
||||||
|
"highest_block_server": false,
|
||||||
|
"light_server": true
|
||||||
|
},
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "entity",
|
||||||
|
"name_color": 16733525,
|
||||||
|
"value_color": 16777045,
|
||||||
|
"total_entities_color": 16755200,
|
||||||
|
"lines": {
|
||||||
|
"entities": true,
|
||||||
|
"water_creature": true,
|
||||||
|
"underground_water_creature": true,
|
||||||
|
"ambient": true,
|
||||||
|
"particles": true,
|
||||||
|
"axolotls": true,
|
||||||
|
"creature": true,
|
||||||
|
"water_ambient": true,
|
||||||
|
"monster": true,
|
||||||
|
"misc": true
|
||||||
|
},
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"maximum_color": 43690,
|
||||||
|
"name": "sound",
|
||||||
|
"name_color": 16755200,
|
||||||
|
"value_color": 5636095,
|
||||||
|
"lines": {
|
||||||
|
"ambient_sounds": true,
|
||||||
|
"sounds": true,
|
||||||
|
"mood": true
|
||||||
|
},
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"enabled_color": 5635925,
|
||||||
|
"name": "help",
|
||||||
|
"name_color": 16645526,
|
||||||
|
"value_color": 5636095,
|
||||||
|
"disabled_color": 16733525,
|
||||||
|
"lines": {
|
||||||
|
"help": true,
|
||||||
|
"pie_graph": true,
|
||||||
|
"fps_tps": true
|
||||||
|
},
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"empty_lines": 1,
|
||||||
|
"name": "empty",
|
||||||
|
"lines": {
|
||||||
|
"nothing": true
|
||||||
|
},
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "miscleft",
|
||||||
|
"name_color": 16645526,
|
||||||
|
"value_color": 5636095,
|
||||||
|
"lines": {
|
||||||
|
"misc_left": true
|
||||||
|
},
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
17
client/config/c2me.toml
Executable file
17
client/config/c2me.toml
Executable file
|
|
@ -0,0 +1,17 @@
|
||||||
|
version = 3
|
||||||
|
defaultGlobalExecutorParallelismExpression = "max(1,min(if(is_windows,(cpus/2.0),(cpus/1.5)),if(is_j9vm,((mem_gb-(if(is_client,0.5,0.2)))/0.2),((mem_gb-(if(is_client,0.8,0.5)))/0.2))))"
|
||||||
|
|
||||||
|
[clientSideConfig]
|
||||||
|
|
||||||
|
[clientSideConfig.modifyMaxVDConfig]
|
||||||
|
enabled = false
|
||||||
|
|
||||||
|
[noTickViewDistance]
|
||||||
|
compatibilityMode = false
|
||||||
|
maxConcurrentChunkLoads = 2
|
||||||
|
|
||||||
|
[ioSystem]
|
||||||
|
gcFreeChunkSerializer = true
|
||||||
|
|
||||||
|
[threadedWorldGen]
|
||||||
|
enabled = true
|
||||||
1
client/config/enhanced_bes.properties
Normal file
1
client/config/enhanced_bes.properties
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
render_enhanced_bells=false
|
||||||
5
client/config/entityculling.json
Executable file
5
client/config/entityculling.json
Executable file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"sleepDelay": 153,
|
||||||
|
"hitboxLimit": 90,
|
||||||
|
"disableF3": true
|
||||||
|
}
|
||||||
10
client/config/fabric_loader_dependencies.json
Executable file
10
client/config/fabric_loader_dependencies.json
Executable file
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"overrides": {
|
||||||
|
"nvidium": {
|
||||||
|
"-depends": {
|
||||||
|
"sodium": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
1
client/config/ferritecore.mixin.properties
Executable file
1
client/config/ferritecore.mixin.properties
Executable file
|
|
@ -0,0 +1 @@
|
||||||
|
useSmallThreadingDetector = true
|
||||||
6
client/config/immediatelyfast.json
Executable file
6
client/config/immediatelyfast.json
Executable file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"fast_buffer_upload_size_mb": 64,
|
||||||
|
"experimental_disable_error_checking": true,
|
||||||
|
"experimental_screen_batching": true,
|
||||||
|
"experimental_sign_text_buffering": true
|
||||||
|
}
|
||||||
29
client/config/minihud.json
Normal file
29
client/config/minihud.json
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"Generic": {
|
||||||
|
"axolotlTooltipsTooltips": true,
|
||||||
|
"beeTooltips": true,
|
||||||
|
"honeyTooltips": true,
|
||||||
|
"mapPreview": true,
|
||||||
|
"shulkerBoxPreview": true,
|
||||||
|
"mainRenderingToggle": {
|
||||||
|
"enabled": true,
|
||||||
|
"hotkey": {
|
||||||
|
"keys": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"InfoTypeToggles": {
|
||||||
|
"infoCoordinates": false,
|
||||||
|
"infoFacing": false,
|
||||||
|
"infoTimeIRL": false
|
||||||
|
},
|
||||||
|
"RendererToggles": {
|
||||||
|
"overlayLightLevel": false
|
||||||
|
},
|
||||||
|
"RendererHotkeys": {
|
||||||
|
"overlayLightLevel": {
|
||||||
|
"keys": "LEFT_CONTROL,L"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"config_version": 1
|
||||||
|
}
|
||||||
12
client/config/modernfix-mixins.properties
Executable file
12
client/config/modernfix-mixins.properties
Executable file
|
|
@ -0,0 +1,12 @@
|
||||||
|
mixin.bugfix.chunk_deadlock=true
|
||||||
|
mixin.bugfix.packet_leak=true
|
||||||
|
mixin.bugfix.paper_chunk_patches=true
|
||||||
|
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.nbt_memory_usage=true
|
||||||
|
mixin.perf.remove_spawn_chunks=true
|
||||||
|
mixin.perf.thread_priorities=false
|
||||||
3
client/config/modmenu.json
Normal file
3
client/config/modmenu.json
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"mods_button_style": "replace_realms"
|
||||||
|
}
|
||||||
8
client/config/moreculling.toml
Executable file
8
client/config/moreculling.toml
Executable file
|
|
@ -0,0 +1,8 @@
|
||||||
|
version = 1
|
||||||
|
itemFrameLODRange = 16
|
||||||
|
itemFrame3FaceCullingRange = 2.0
|
||||||
|
leavesCullingMode = "DEPTH"
|
||||||
|
leavesCullingAmount = 3
|
||||||
|
includeMangroveRoots = true
|
||||||
|
entityModelCulling = true
|
||||||
|
endGatewayCulling = true
|
||||||
12
client/config/sodium-options.json
Executable file
12
client/config/sodium-options.json
Executable file
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"quality": {
|
||||||
|
"weather_quality": "FAST",
|
||||||
|
"enable_vignette": false
|
||||||
|
},
|
||||||
|
"advanced": {
|
||||||
|
"cpu_render_ahead_limit": 5
|
||||||
|
},
|
||||||
|
"performance": {
|
||||||
|
"use_entity_culling": false
|
||||||
|
}
|
||||||
|
}
|
||||||
8
client/config/threadtweak.json
Executable file
8
client/config/threadtweak.json
Executable file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"threadPriority": {
|
||||||
|
"game": 8,
|
||||||
|
"main": 2,
|
||||||
|
"io": 7,
|
||||||
|
"integratedServer": 7
|
||||||
|
}
|
||||||
|
}
|
||||||
4
client/config/vmp.properties
Executable file
4
client/config/vmp.properties
Executable file
|
|
@ -0,0 +1,4 @@
|
||||||
|
exp_use_optimized_chunk_ticking_iteration=true
|
||||||
|
show_async_loading_messages=false
|
||||||
|
show_chunk_tracking_messages=false
|
||||||
|
use_multiple_netty_event_loops=false
|
||||||
3
client/config/voicechat/voicechat-volumes.properties
Normal file
3
client/config/voicechat/voicechat-volumes.properties
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# Simple Voice Chat volume config
|
||||||
|
|
||||||
|
music_discs=0.2
|
||||||
3
client/config/zoomify.json
Normal file
3
client/config/zoomify.json
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"zoomInTime": 0.30000000000000004
|
||||||
|
}
|
||||||
BIN
client/mods/BadOptimizations-2.1.4-1.20.1.jar
Normal file
BIN
client/mods/BadOptimizations-2.1.4-1.20.1.jar
Normal file
Binary file not shown.
BIN
client/mods/BetterF3-7.0.2-Fabric-1.20.1.jar
Normal file
BIN
client/mods/BetterF3-7.0.2-Fabric-1.20.1.jar
Normal file
Binary file not shown.
BIN
client/mods/DistantHorizons-2.1.2-a-1.20.1-forge-fabric.jar
Normal file
BIN
client/mods/DistantHorizons-2.1.2-a-1.20.1-forge-fabric.jar
Normal file
Binary file not shown.
BIN
client/mods/ImmediatelyFast-Fabric-1.2.18+1.20.4.jar
Normal file
BIN
client/mods/ImmediatelyFast-Fabric-1.2.18+1.20.4.jar
Normal file
Binary file not shown.
BIN
client/mods/NoChatReports-FABRIC-1.20.1-v2.2.2.jar
Normal file
BIN
client/mods/NoChatReports-FABRIC-1.20.1-v2.2.2.jar
Normal file
Binary file not shown.
BIN
client/mods/RoughlyEnoughItems-12.1.725-fabric.jar
Normal file
BIN
client/mods/RoughlyEnoughItems-12.1.725-fabric.jar
Normal file
Binary file not shown.
BIN
client/mods/XaerosWorldMap_1.38.8_Fabric_1.20.jar
Normal file
BIN
client/mods/XaerosWorldMap_1.38.8_Fabric_1.20.jar
Normal file
Binary file not shown.
BIN
client/mods/YetAnotherConfigLib-3.5.0+1.20.1-fabric.jar
Normal file
BIN
client/mods/YetAnotherConfigLib-3.5.0+1.20.1-fabric.jar
Normal file
Binary file not shown.
BIN
client/mods/Zoomify-2.14.0+1.20.1.jar
Normal file
BIN
client/mods/Zoomify-2.14.0+1.20.1.jar
Normal file
Binary file not shown.
BIN
client/mods/appleskin-fabric-mc1.20.1-2.5.1.jar
Normal file
BIN
client/mods/appleskin-fabric-mc1.20.1-2.5.1.jar
Normal file
Binary file not shown.
BIN
client/mods/architectury-9.2.14-fabric.jar
Normal file
BIN
client/mods/architectury-9.2.14-fabric.jar
Normal file
Binary file not shown.
BIN
client/mods/c2me-fabric-mc1.20.1-0.2.0+alpha.11.5.jar
Normal file
BIN
client/mods/c2me-fabric-mc1.20.1-0.2.0+alpha.11.5.jar
Normal file
Binary file not shown.
BIN
client/mods/clientcommands-2.8.5.jar
Normal file
BIN
client/mods/clientcommands-2.8.5.jar
Normal file
Binary file not shown.
BIN
client/mods/cloth-config-11.1.118-fabric.jar
Normal file
BIN
client/mods/cloth-config-11.1.118-fabric.jar
Normal file
Binary file not shown.
BIN
client/mods/connected-doors-1.2+1.20.jar
Normal file
BIN
client/mods/connected-doors-1.2+1.20.jar
Normal file
Binary file not shown.
BIN
client/mods/continuity-3.0.0-beta.5+1.20.1.jar
Normal file
BIN
client/mods/continuity-3.0.0-beta.5+1.20.1.jar
Normal file
Binary file not shown.
BIN
client/mods/create-fabric-0.5.1-f-build.1417+mc1.20.1.jar
Normal file
BIN
client/mods/create-fabric-0.5.1-f-build.1417+mc1.20.1.jar
Normal file
Binary file not shown.
BIN
client/mods/enhancedblockentities-0.9+1.20.jar
Normal file
BIN
client/mods/enhancedblockentities-0.9+1.20.jar
Normal file
Binary file not shown.
BIN
client/mods/entityculling-fabric-1.6.6-mc1.20.1.jar
Normal file
BIN
client/mods/entityculling-fabric-1.6.6-mc1.20.1.jar
Normal file
Binary file not shown.
BIN
client/mods/fabric-api-0.92.2+1.20.1.jar
Normal file
BIN
client/mods/fabric-api-0.92.2+1.20.1.jar
Normal file
Binary file not shown.
BIN
client/mods/fabric-carpet-1.20-1.4.112+v230608.jar
Normal file
BIN
client/mods/fabric-carpet-1.20-1.4.112+v230608.jar
Normal file
Binary file not shown.
BIN
client/mods/fabric-language-kotlin-1.11.0+kotlin.2.0.0.jar
Normal file
BIN
client/mods/fabric-language-kotlin-1.11.0+kotlin.2.0.0.jar
Normal file
Binary file not shown.
BIN
client/mods/ferritecore-6.0.1-fabric.jar
Normal file
BIN
client/mods/ferritecore-6.0.1-fabric.jar
Normal file
Binary file not shown.
BIN
client/mods/geckolib-fabric-1.20.1-4.4.7.jar
Normal file
BIN
client/mods/geckolib-fabric-1.20.1-4.4.7.jar
Normal file
Binary file not shown.
BIN
client/mods/indium-1.0.34+mc1.20.1.jar
Normal file
BIN
client/mods/indium-1.0.34+mc1.20.1.jar
Normal file
Binary file not shown.
BIN
client/mods/krypton-0.2.3.jar
Normal file
BIN
client/mods/krypton-0.2.3.jar
Normal file
Binary file not shown.
BIN
client/mods/lithium-fabric-mc1.20.1-0.11.2.jar
Normal file
BIN
client/mods/lithium-fabric-mc1.20.1-0.11.2.jar
Normal file
Binary file not shown.
BIN
client/mods/malilib-fabric-1.20.1-0.16.3.jar
Normal file
BIN
client/mods/malilib-fabric-1.20.1-0.16.3.jar
Normal file
Binary file not shown.
BIN
client/mods/minihud-fabric-1.20.1-0.27.0.jar
Normal file
BIN
client/mods/minihud-fabric-1.20.1-0.27.0.jar
Normal file
Binary file not shown.
BIN
client/mods/modernfix-fabric-5.18.10+mc1.20.1.jar
Normal file
BIN
client/mods/modernfix-fabric-5.18.10+mc1.20.1.jar
Normal file
Binary file not shown.
BIN
client/mods/modmenu-7.2.2.jar
Normal file
BIN
client/mods/modmenu-7.2.2.jar
Normal file
Binary file not shown.
BIN
client/mods/moreculling-1.20.4-0.24.0.jar
Normal file
BIN
client/mods/moreculling-1.20.4-0.24.0.jar
Normal file
Binary file not shown.
BIN
client/mods/naturalist-fabric-4.0.3-1.20.1.jar
Normal file
BIN
client/mods/naturalist-fabric-4.0.3-1.20.1.jar
Normal file
Binary file not shown.
BIN
client/mods/noisium-fabric-2.0.3+mc1.20-1.20.1.jar
Normal file
BIN
client/mods/noisium-fabric-2.0.3+mc1.20-1.20.1.jar
Normal file
Binary file not shown.
BIN
client/mods/nvidium-0.2.6-beta.jar
Normal file
BIN
client/mods/nvidium-0.2.6-beta.jar
Normal file
Binary file not shown.
BIN
client/mods/shulkercharm-1.2.2.jar
Normal file
BIN
client/mods/shulkercharm-1.2.2.jar
Normal file
Binary file not shown.
BIN
client/mods/sodium-fabric-0.5.11+mc1.20.1.jar
Normal file
BIN
client/mods/sodium-fabric-0.5.11+mc1.20.1.jar
Normal file
Binary file not shown.
BIN
client/mods/status-fabric-1.20.1-1.0.6.jar
Normal file
BIN
client/mods/status-fabric-1.20.1-1.0.6.jar
Normal file
Binary file not shown.
BIN
client/mods/threadtweak-fabric-1.20.2-0.1.1.jar
Normal file
BIN
client/mods/threadtweak-fabric-1.20.2-0.1.1.jar
Normal file
Binary file not shown.
BIN
client/mods/trinkets-3.7.2.jar
Normal file
BIN
client/mods/trinkets-3.7.2.jar
Normal file
Binary file not shown.
BIN
client/mods/vmp-fabric-mc1.20.1-0.2.0+beta.7.102-all.jar
Normal file
BIN
client/mods/vmp-fabric-mc1.20.1-0.2.0+beta.7.102-all.jar
Normal file
Binary file not shown.
BIN
client/mods/voicechat-fabric-1.20.1-2.5.19.jar
Normal file
BIN
client/mods/voicechat-fabric-1.20.1-2.5.19.jar
Normal file
Binary file not shown.
BIN
client/mods/vt-downloader-2.0.8+1.20.1.jar
Normal file
BIN
client/mods/vt-downloader-2.0.8+1.20.1.jar
Normal file
Binary file not shown.
0
client/nanoMMS-modpack-client-v1.2.1.bin
Normal file
0
client/nanoMMS-modpack-client-v1.2.1.bin
Normal file
16
client/options.txt
Normal file
16
client/options.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
version:3465
|
||||||
|
enableVsync:true
|
||||||
|
fullscreen:true
|
||||||
|
fov:0.5
|
||||||
|
renderDistance:12
|
||||||
|
simulationDistance:5
|
||||||
|
maxFps:260
|
||||||
|
graphicsMode:0
|
||||||
|
resourcePacks:["vanilla","fabric","continuity:default","file/fancy.zip","file/3D.zip","file/utility.zip"]
|
||||||
|
syncChunkWrites:false
|
||||||
|
key_key.saveToolbarActivator:key.keyboard.unknown
|
||||||
|
key_key.mute_microphone:key.keyboard.unknown
|
||||||
|
key_key.hide_icons:key.keyboard.unknown
|
||||||
|
key_key.voice_chat_group:key.keyboard.unknown
|
||||||
|
soundCategory_master:0.4
|
||||||
|
soundCategory_music:0.1
|
||||||
BIN
client/resourcepacks/3D.zip
Normal file
BIN
client/resourcepacks/3D.zip
Normal file
Binary file not shown.
BIN
client/resourcepacks/fancy.zip
Normal file
BIN
client/resourcepacks/fancy.zip
Normal file
Binary file not shown.
BIN
client/resourcepacks/utility.zip
Normal file
BIN
client/resourcepacks/utility.zip
Normal file
Binary file not shown.
BIN
client/servers.dat
Normal file
BIN
client/servers.dat
Normal file
Binary file not shown.
BIN
minimum/mods/cloth-config-11.1.118-fabric.jar
Normal file
BIN
minimum/mods/cloth-config-11.1.118-fabric.jar
Normal file
Binary file not shown.
BIN
minimum/mods/create-fabric-0.5.1-f-build.1417+mc1.20.1.jar
Normal file
BIN
minimum/mods/create-fabric-0.5.1-f-build.1417+mc1.20.1.jar
Normal file
Binary file not shown.
BIN
minimum/mods/fabric-api-0.92.1+1.20.1.jar
Normal file
BIN
minimum/mods/fabric-api-0.92.1+1.20.1.jar
Normal file
Binary file not shown.
BIN
minimum/mods/geckolib-fabric-1.20.1-4.4.4.jar
Normal file
BIN
minimum/mods/geckolib-fabric-1.20.1-4.4.4.jar
Normal file
Binary file not shown.
BIN
minimum/mods/naturalist-fabric-4.0.3-1.20.1.jar
Normal file
BIN
minimum/mods/naturalist-fabric-4.0.3-1.20.1.jar
Normal file
Binary file not shown.
BIN
minimum/mods/shulkercharm-1.2.2.jar
Normal file
BIN
minimum/mods/shulkercharm-1.2.2.jar
Normal file
Binary file not shown.
BIN
minimum/mods/trinkets-3.7.2.jar
Normal file
BIN
minimum/mods/trinkets-3.7.2.jar
Normal file
Binary file not shown.
BIN
minimum/mods/voicechat-fabric-1.20.1-2.5.12.jar
Normal file
BIN
minimum/mods/voicechat-fabric-1.20.1-2.5.12.jar
Normal file
Binary file not shown.
0
minimum/nanoMMS-modpack-minimum-v1.2
Normal file
0
minimum/nanoMMS-modpack-minimum-v1.2
Normal file
Loading…
Add table
Add a link
Reference in a new issue