inital commit

This commit is contained in:
Freecorn 2024-12-27 14:42:22 -07:00
commit c21f4b7312
46 changed files with 1700 additions and 0 deletions

View file

@ -0,0 +1,112 @@
{
"settings": {
"bit-bag": {
"invert-durability-bar-indication": false
},
"placement": {
"render-mode": {
"success": "GHOST_BLOCK_MODEL",
"failed": "GHOST_BLOCK_MODEL_SOLID_COLOR"
},
"color": {
"success": [
0.1882353,
0.47058824,
0.7882353,
0.7058824
],
"not-fitting": [
0.7176471,
0.25490198,
0.05490196,
0.7058824
],
"missing-bits-or-space": [
1.0,
0.85882354,
0.34509805,
0.7058824
]
}
},
"chiseling-previews": {
"default": {
"colors": {
"chiseling": [
0.85,
0.0,
0.0,
0.65
],
"placement": [
0.0,
0.85,
0.0,
0.65
]
}
},
"debug": {
"mutator": {
"colors": {
"chiseling": [
0.0,
0.0,
0.85,
0.65
],
"placement": [
0.85,
0.85,
0.0,
0.65
]
}
},
"enabled": false
},
"renderer": "chiselsandbits:default"
},
"selected-tool-mode-icons": {
"renderer": "chiselsandbits:group"
},
"clipboard": {
"size": 64,
"add-broken-blocks": true,
"add-picked-blocks": true
},
"patterns": {
"export-path": "./chiselsandbits/patterns"
},
"warnings": {
"show-cool-down-error": false
},
"interactions": {
"scrolling-changes-mode": true
},
"invert-pick-block-behaviour": false
},
"performance": {
"caches": {
"sizes": {
"bit-storage-content-models": 100,
"block-models": 3500,
"block-faces": 1000000,
"cull-testing": 3500,
"stack-models": 100
}
},
"lighting": {
"extract-lighting-values-from-faces": true,
"extract-lighting-values-from-blockstates": false
},
"model-building": {
"thread-count": 8
}
},
"gui": {
"radial-menu": {
"display-mouse-indicator": false
}
}
}

View file

@ -0,0 +1,16 @@
{
"help": {
"enabled-in-tooltips": true
},
"performance": {
"caches": {
"sizes": {
"collision-boxes": 10000,
"class-metadata": 10000
}
},
"saving": {
"thread-count": 8
}
}
}

View file

@ -0,0 +1,13 @@
{
"balancing": {
"blacklist-random-ticking-blocks": false,
"enable-compatibility-mode": false,
"bit-bag-stack-size": 512,
"change-tracker-size": 20,
"delete-excess-bits": true,
"light-factor-multiplier": 1.0
},
"style": {
"bit-size": "ONE_SIXTEENTH"
}
}

42
config/entityculling.json Normal file
View file

@ -0,0 +1,42 @@
{
"configVersion": 6,
"renderNametagsThroughWalls": true,
"blockEntityWhitelist": [
"create:rope_pulley",
"botania:flame_ring",
"minecraft:beacon",
"create:hose_pulley",
"betterend:eternal_pedestal",
"botania:magic_missile",
"botania:falling_star"
],
"entityWhitelist": [
"botania:mana_burst",
"drg_flares:drg_flares"
],
"tracingDistance": 128,
"debugMode": false,
"sleepDelay": 10,
"hitboxLimit": 50,
"skipMarkerArmorStands": true,
"tickCulling": true,
"tickCullingWhitelist": [
"create:gantry_contraption",
"alexscaves:gum_worm",
"mts:builder_rendering",
"drg_flares:drg_flares",
"mts:builder_existing",
"create:contraption",
"create:stationary_contraption",
"drg_flares:drg_flare",
"minecraft:boat",
"mts:builder_seat",
"minecraft:firework_rocket",
"create:carriage_contraption",
"alexscaves:gum_worm_segment",
"avm_staff:campfire_flame"
],
"disableF3": false,
"skipEntityCulling": false,
"skipBlockEntityCulling": false
}

View file

@ -0,0 +1,9 @@
#Indigo properties file
#Fri Dec 27 14:36:29 MST 2024
fix-mean-light-calculation=auto
debug-compare-lighting=auto
fix-exterior-vertex-lighting=auto
ambient-occlusion-mode=hybrid
always-tesselate-blocks=auto
fix-smooth-lighting-offset=auto
fix-luminous-block-ambient-occlusion=auto

View file

@ -0,0 +1,22 @@
# Replace the blockstate neighbor table
replaceNeighborLookup = true
# Do not store the properties of a state explicitly and read themfrom the replace neighbor table instead. Requires replaceNeighborLookup to be enabled
replacePropertyMap = true
# Cache the predicate instances used in multipart models
cacheMultipartPredicates = true
# Avoid creation of new strings when creating ModelResourceLocations
modelResourceLocations = true
# Do not create a new MultipartBakedModel instance for each block state using the same multipartmodel. Requires cacheMultipartPredicates to be enabled
multipartDeduplication = true
# Deduplicate cached data for blockstates, most importantly collision and render shapes
blockstateCacheDeduplication = true
# Deduplicate vertex data of baked quads in the basic model implementations
bakedQuadDeduplication = true
# Use smaller data structures for "simple" models, especially models with few side-specific faces
modelSides = true
# Replace objects used to detect multi-threaded access to chunks by a much smaller field. This option is disabled by default due to very rare and very hard-to-reproduce crashes, use at your own risk!
useSmallThreadingDetector = false
# Use a slightly more compact, but also slightly slower representation for block states
compactFastMap = false
# Populate the neighbor table used by vanilla. Enabling this slightly increases memory usage, but can help with issues in the rare case where mods access it directly.
populateNeighborTable = false

View file

@ -0,0 +1,21 @@
{
"REGULAR_INFO": "----- Regular config values below -----",
"font_atlas_resizing": true,
"map_atlas_generation": true,
"hud_batching": true,
"fast_text_lookup": true,
"fast_buffer_upload": 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": false,
"experimental_disable_resource_pack_conflict_handling": false,
"experimental_sign_text_buffering": false,
"experimental_screen_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
}

View file

@ -0,0 +1,4 @@
#Indium properties file
#Fri Dec 27 14:38:30 CST 2024
ambient-occlusion-mode=auto
always-tesselate-blocks=auto

8
config/iris.properties Normal file
View file

@ -0,0 +1,8 @@
#This file stores configuration options for Iris, such as the currently active shaderpack
#Fri Dec 27 14:38:35 CST 2024
colorSpace=SRGB
disableUpdateMessage=false
enableDebugOptions=false
maxShadowRenderDistance=32
shaderPack=
enableShaders=true

View file

@ -0,0 +1,8 @@
# This is the configuration file for Lithium.
# This file exists for debugging purposes and should not be configured otherwise.
# Before configuring anything, take a backup of the worlds that will be opened.
#
# You can find information on editing this file and all the available options here:
# https://github.com/jellysquid3/lithium-fabric/wiki/Configuration-File
#
# By default, this file will be empty except for this notice.

View file

@ -0,0 +1,11 @@
{
"default": {
"item_quad_expansion": 0.002,
"item_quad_indent": 1.0E-4
},
"mac_os": {
"item_quad_expansion": 0.04,
"item_quad_indent": 0.0099,
"shrink_ratio_multiplier": 1.0
}
}

31
config/modmenu.json Normal file
View file

@ -0,0 +1,31 @@
{
"sorting": "ascending",
"count_libraries": true,
"compact_list": false,
"count_children": true,
"mods_button_style": "classic",
"game_menu_button_style": "replace_bugs",
"count_hidden_mods": true,
"mod_count_location": "title_screen",
"hide_mod_links": false,
"show_libraries": false,
"hide_mod_license": false,
"hide_badges": false,
"hide_mod_credits": false,
"easter_eggs": true,
"random_java_colors": false,
"translate_names": true,
"translate_descriptions": true,
"update_checker": true,
"button_update_badge": true,
"update_channel": "release",
"quick_configure": true,
"modify_title_screen": true,
"modify_game_menu": true,
"hide_config_buttons": false,
"config_mode": false,
"disable_drag_and_drop": false,
"hidden_mods": [],
"hidden_configs": [],
"disable_update_checker": []
}

17
config/mtr.json Normal file
View file

@ -0,0 +1,17 @@
{
"client": {
"chatAnnouncements": true,
"textToSpeechAnnouncements": true,
"hideTranslucentParts": false,
"languageDisplay": "NORMAL",
"dynamicTextureResolution": 2,
"defaultRail3D": true,
"useMTRFont": false,
"disableShadowsForShaders": false,
"betaWarningVersion": "4.0.0-beta.13+1.20.4"
},
"server": {
"webserverPort": 8888,
"useThreadedSimulation": false
}
}

View file

@ -0,0 +1,21 @@
# If enabled, shows an overlay on the HUD to help with cutting board slicing and combining recipes.
# Note: This is an experimental feature.
# Valid values: true, false
showCuttingBoardHelper = false
# The maximum distance that electricity nodes and connections can be seen by the camera.
# Valid range: 1 to 128 (inclusive)
electricityViewDistance = 48
# If enabled, displays a toast notification when another player rings one of your doorbells.
# Valid values: true, false
doorbellNotification = true
# Experimental options
[experimental]
# This config option is only if you have a shaders mod install, like Iris or Optifine.
# If enabled, this will fix an issue where if an entity with the glow effect is in view
# that it prevents electricity links and nodes from rendering. It may not fix 100% for
# every shader pack.
# WARNING: This will break the entity glow effect, this may or may not be a problem for you.
# Valid values: true, false
electricityShadersFix = false

View file

@ -0,0 +1,288 @@
# The main configuration file for ServerCore.
# Most of these settings can be reloaded without restarting using /servercore reload.
# Most miscellaneous feature toggles.
features:
# Stops the server from loading spawn chunks.
disable-spawn-chunks: false
# Prevents lagspikes caused by players moving into unloaded chunks.
prevent-moving-into-unloaded-chunks: false
# The amount of seconds between auto-saves when /save-on is active.
autosave-interval-seconds: 300
# The fraction that decides the chance of experience orbs being able to merge with each other. (1 = 100%, 40 = 2.5%)
# Note that just like in vanilla, experience orbs will still need to be of the same size to actually merge.
xp-merge-fraction: 40
# The radius in blocks that experience orbs will merge at.
xp-merge-radius: 0.5
# The radius in blocks that items will merge at.
item-merge-radius: 0.5
lobotomize-villagers:
# Makes villagers tick less often if they are stuck in a 1x1 space.
enabled: false
# Decides the interval in between villager ticks when lobotomized.
tick-interval: 20
# Automatically modifies dynamic settings based on the server performance.
dynamic:
# Enables dynamic performance checks.
enabled: false
# The average MSPT to target.
target-mspt: 35
# The settings that will be decreased when the server is overloaded, in the specified order.
# Removing a setting from the list will disable it.
# ► max = The maximum value the server will increase the setting to.
# ► min = The minimum value the server will decrease the setting to.
# ► increment = The amount the setting will be increased or decreased by.
# ► interval = The amount of seconds between each check to increase or decrease.
dynamic-settings:
- setting: 'CHUNK_TICK_DISTANCE'
max: 10
min: 2
increment: 1
interval: 15
- setting: 'MOBCAP_PERCENTAGE'
max: 100
min: 30
increment: 10
interval: 15
- setting: 'SIMULATION_DISTANCE'
max: 10
min: 2
increment: 1
interval: 15
- setting: 'VIEW_DISTANCE'
max: 10
min: 2
increment: 1
interval: 150
# A special mobcap that only affects the breeding of animals and villagers.
breeding-cap:
# Enables breeding caps.
enabled: false
# The breeding cap for villagers.
# ► limit = The limit of mobs of the same type within range. Setting this to negative will disable the breeding cap.
# ► range = The range it will check for entities of the same type.
villagers:
limit: 32
range: 64
# The breeding cap for animals.
# Note that this cap only checks for animals of the same type.
# If the limit is 32 you can still breed 32 cows and 32 pigs next to each other.
animals:
limit: 32
range: 64
# Gives more control over mob spawning.
mob-spawning:
# Mobcap settings for zombie reinforcements.
# ► enforce-mobcaps = Whether to enforce mobcaps for this type of mobspawning.
# ► mobcap-modifier = The modifier to apply to this enforced mobcap. This modifier only affects this type of mobspawning.
# Since these mobspawns normally wouldn't be affected by the mobcap, you might want to allow them to spawn a bit over it.
zombie-reinforcements:
enforce-mobcap: false
mobcap-modifier: 1.5
# Mobcap settings for zombified piglin spawning from nether portal random ticks.
nether-portal-randomticks:
enforce-mobcap: false
mobcap-modifier: 1.5
# Mobcap settings for mobs spawned from monster spawners.
monster-spawners:
enforce-mobcap: false
mobcap-modifier: 1.5
# A list of mob categories with their respective mobcap and spawn interval.
# ► category = The vanilla spawn category.
# ► mobcap = The maximum amount of entities in the same category that can spawn near a player.
# ► spawn-interval = The interval between spawn attempts in ticks. Higher values mean less frequent spawn attempts.
categories:
- category: 'MONSTER'
mobcap: 70
spawn-interval: 1
- category: 'CREATURE'
mobcap: 10
spawn-interval: 400
- category: 'AMBIENT'
mobcap: 15
spawn-interval: 1
- category: 'AXOLOTLS'
mobcap: 5
spawn-interval: 1
- category: 'UNDERGROUND_WATER_CREATURE'
mobcap: 5
spawn-interval: 1
- category: 'WATER_CREATURE'
mobcap: 5
spawn-interval: 1
- category: 'WATER_AMBIENT'
mobcap: 20
spawn-interval: 1
# Settings for commands and their formatting.
commands:
# Enables the /servercore status command.
status-enabled: true
# Enables the /mobcaps command.
mobcaps-enabled: true
colors:
# The colors used in command feedback. You can use hex codes or minecraft legacy color names.
# The primary color is the most used color in command feedback.
primary: 'dark_aqua'
# The secondary color is used for highlighting important information, like values.
secondary: 'green'
# The tertiary color is mostly used for text in titles.
tertiary: 'aqua'
# Activation range can drastically reduce the amount of lag caused by ticking entities.
# It does this by cleverly skipping certain entity ticks based on the distance to players and other factors, like immunity checks.
# Immunity checks determine whether an entity should be ticked even when it's outside the activation range, like for example when it is falling or takes damage.
# Note: while this is a very powerful feature, it can still slow down mobfarms and break very specific technical contraptions.
activation-range:
# Enables activation range.
enabled: false
# Briefly ticks entities newly added to the world for 10 seconds (includes both spawning and loading).
# This gives them a chance to properly immunize when they are spawned if they should be. Can be helpful for mobfarms.
tick-new-entities: true
# Enables vertical range checks. By default, activation ranges only work horizontally.
# This can greatly improve performance on taller worlds, but might break a few very specific ai-based mobfarms.
use-vertical-range: false
# Skips 1/4th of entity ticks whilst not immune.
# This affects entities that are within the activation range, but not immune (for example by falling or being in water).
skip-non-immune: false
# Allows villagers to tick regardless of the activation range when panicking.
villager-tick-panic: true
# The time in seconds that a villager needs to be inactive for before obtaining work immunity (if it has work tasks).
villager-work-immunity-after: 20
# The amount of ticks an inactive villager will wake up for when it has work immunity.
villager-work-immunity-for: 20
# A list of entity types that should be excluded from activation range checks.
excluded-entity-types:
- 'minecraft:hopper_minecart'
- 'minecraft:warden'
- 'minecraft:ghast'
# The activation type that will get assigned to any entity that doesn't have a custom activation type.
# ► activation-range = The range an entity is required to be in from a player to be activated.
# ► tick-interval = The interval between 'active' ticks whilst the entity is inactive. Negative values will disable these active ticks.
# ► wakeup-interval = The interval between inactive entity wakeups in seconds.
# ► extra-height-up = Allows entities to be ticked when far above the player when vertical range is in use.
# ► extra-height-down = Allows entities to be ticked when far below the player when vertical range is in use.
default-activation-type:
activation-range: 16
tick-interval: 20
wakeup-interval: -1
extra-height-up: false
extra-height-down: false
# A list of custom activation types.
# ► name = The name of the activation type.
# ► entity-matcher = A list of conditions to filter entities. Only one of these conditions needs to be met for an entity to match.
# ► If an entity matches multiple activation types, the one highest in the list will be used. The conditions accept the following formats:
# - Entity type matching | Uses the entity type's identifier. | 'minecraft:zombie' matches zombies, but for example not husks or drowned.
# - Typeof class matching | Uses the 'typeof:' prefix. | 'typeof:monster' matches all monsters.
# ► Available typeof classes: mob, monster, raider, neutral, ambient, animal, water_animal, flying_animal, flying_monster, villager.
custom-activation-types:
- name: 'raider'
activation-range: 48
tick-interval: 20
wakeup-interval: 20
extra-height-up: true
extra-height-down: false
entity-matcher:
- 'typeof:raider'
- name: 'water'
activation-range: 16
tick-interval: 20
wakeup-interval: 60
extra-height-up: false
extra-height-down: false
entity-matcher:
- 'typeof:water_animal'
- name: 'villager'
activation-range: 16
tick-interval: 20
wakeup-interval: 30
extra-height-up: false
extra-height-down: false
entity-matcher:
- 'typeof:villager'
- name: 'zombie'
activation-range: 16
tick-interval: 20
wakeup-interval: 20
extra-height-up: true
extra-height-down: false
entity-matcher:
- 'minecraft:zombie'
- 'minecraft:husk'
- name: 'monster-below'
activation-range: 32
tick-interval: 20
wakeup-interval: 20
extra-height-up: true
extra-height-down: true
entity-matcher:
- 'minecraft:creeper'
- 'minecraft:slime'
- 'minecraft:magma_cube'
- 'minecraft:hoglin'
- name: 'flying-monster'
activation-range: 48
tick-interval: 20
wakeup-interval: 20
extra-height-up: true
extra-height-down: false
entity-matcher:
- 'minecraft:ghast'
- 'minecraft:phantom'
- name: 'monster'
activation-range: 32
tick-interval: 20
wakeup-interval: 20
extra-height-up: true
extra-height-down: false
entity-matcher:
- 'typeof:monster'
- name: 'animal'
activation-range: 16
tick-interval: 20
wakeup-interval: 60
extra-height-up: false
extra-height-down: false
entity-matcher:
- 'typeof:animal'
- 'typeof:ambient'
- name: 'creature'
activation-range: 24
tick-interval: 20
wakeup-interval: 30
extra-height-up: false
extra-height-down: false
entity-matcher:
- 'typeof:mob'

View file

@ -0,0 +1,16 @@
# Allows you to toggle specific optimizations that don't have full vanilla parity.
# These settings will only take effect after server restarts.
# Prevents many different lagspikes caused by loading chunks synchronously.
# This for example causes maps to only update loaded chunks, which depending on the viewdistance can be a smaller radius than vanilla.
reduce-sync-loads: true
# Can significantly reduce the time spent on chunk iteration by caching ticking chunks every second.
# This is especially useful for servers with a high playercount and / or viewdistance.
# Note: The list of ticking chunks is only updated every second, rather than every tick (but that is very unlikely to matter).
cache-ticking-chunks: true
# Can significantly reduce time spent on mobspawning, but isn't as accurate as vanilla on biome borders.
# This may cause mobs from another biome to spawn a few blocks across a biome border (this does not affect structure spawning!).
fast-biome-lookups: false
# Fluid random ticks, like lava spreading fire, are run twice each game tick.
# Enabling this will cancel the 'duplicate' second fluid tick, but this may cause slight behavior changes.
cancel-duplicate-fluid-ticks: false

View file

@ -0,0 +1,67 @@
{
"animation_settings": {
"animation": true,
"water": true,
"lava": true,
"fire": true,
"portal": true,
"block_animations": true,
"sculk_sensor": true
},
"particle_settings": {
"particles": true,
"rain_splash": true,
"block_break": true,
"block_breaking": true,
"other": {}
},
"detail_settings": {
"sky": true,
"sun_moon": true,
"stars": true,
"rain_snow": true,
"biome_colors": true,
"sky_colors": true
},
"render_settings": {
"fog_distance": 0,
"fog_start": 100,
"multi_dimension_fog_control": false,
"dimensionFogDistance": {},
"light_updates": true,
"item_frame": true,
"armor_stand": true,
"painting": true,
"piston": true,
"beacon_beam": true,
"enchanting_table_book": true,
"item_frame_name_tag": true,
"player_name_tag": true
},
"extra_settings": {
"overlay_corner": "TOP_LEFT",
"text_contrast": "NONE",
"show_fps": false,
"show_f_p_s_extended": true,
"show_coords": false,
"reduce_resolution_on_mac": false,
"use_adaptive_sync": false,
"cloud_height": 192,
"cloud_distance": 100,
"toasts": true,
"advancement_toast": true,
"recipe_toast": true,
"system_toast": true,
"tutorial_toast": true,
"instant_sneak": false,
"prevent_shaders": false,
"steady_debug_hud": true,
"steady_debug_hud_refresh_interval": 1
},
"super_secret_settings": {
"fetch_sodium_extra_crowdin_translations": false,
"sodium_extra_crowdin_project_identifier": "sodium-extra",
"fetch_sodium_crowdin_translations": false,
"sodium_crowdin_project_identifier": "sodium-fabric"
}
}

View file

@ -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.

View file

@ -0,0 +1 @@
{"v":1,"s":"4b378a3b4f62d919e72b8092d40d9116c10ca5bf5a6442993b77de07ae8c12e87fec8851a849dad5226ad80629eb7439c716256e01dd5f117816ca2c9c939c3b","u":"30a5a6574040c5c2c04be2590c45a55e0580f30f22cf720b599143cb11fe0edf767728423d6c3918d143c1c11025047f2f16e0bd9b658c71efca5903ee5bc710","p":"4c6c1d6b489ac3e86e08ed09bcc3ae0b347dc5db22032f85bf789d63b80a712782c8019eeb4f3a89455ea5ed094fb9f6d5099858c4035d7bfa88f8855858a522","t":1735331910}

View file

@ -0,0 +1,6 @@
# This is the configuration file for Sodium.
#
# You can find information on editing this file and all the available options here:
# https://github.com/CaffeineMC/sodium-fabric/wiki/Configuration-File
#
# By default, this file will be empty except for this notice.

View file

@ -0,0 +1,25 @@
{
"quality": {
"weather_quality": "DEFAULT",
"leaves_quality": "DEFAULT",
"enable_vignette": true
},
"advanced": {
"enable_memory_tracing": false,
"use_advanced_staging_buffers": true,
"cpu_render_ahead_limit": 3
},
"performance": {
"chunk_builder_threads": 0,
"always_defer_chunk_updates_v2": true,
"animate_only_visible_textures": true,
"use_entity_culling": true,
"use_fog_occlusion": true,
"use_block_face_culling": true,
"use_no_error_g_l_context": true
},
"notifications": {
"has_cleared_donation_button": false,
"has_seen_donation_prompt": false
}
}

View file

@ -0,0 +1,19 @@
{
"debugMode": false,
"promiscuous": false,
"clearAllOnKey": false,
"cuboidGridColor": "#CC4C4CCC",
"cuboidEdgeColor": "#CC3333CC",
"cuboidFirstPointColor": "#33CC33CC",
"cuboidSecondPointColor": "#3333CCCC",
"polyGridColor": "#CC3333CC",
"polyEdgeColor": "#CC4C4CCC",
"polyPointColor": "#33CCCCCC",
"ellipsoidGridColor": "#CC4C4CCC",
"ellipsoidPointColor": "#CCCC33CC",
"cylinderGridColor": "#CC3333CC",
"cylinderEdgeColor": "#CC4C4CCC",
"cylinderPointColor": "#CC33CCCC",
"chunkBoundaryColour": "#33CC33CC",
"chunkGridColour": "#4CCCAA99"
}

View file

@ -0,0 +1,5 @@
allowCaveModeOnServer:true
allowNetherCaveModeOnServer:true
allowRadarOnServer:true
registerStatusEffects:true
everyoneTracksEveryone:false

133
config/xaerominimap.txt Normal file
View file

@ -0,0 +1,133 @@
#CONFIG ONLY OPTIONS
ignoreUpdate:0
settingsButton:false
allowWrongWorldTeleportation:false
differentiateByServerAddress:true
debugEntityIcons:false
debugEntityVariantIds:false
radarHideInvisibleEntities:true
allowInternetAccess:true
#INGAME SETTINGS (DO NOT EDIT!)
updateNotification:true
minimap:true
caveMaps:2
caveZoom:1
showWaypoints:true
showIngameWaypoints:true
displayRedstone:true
deathpoints:true
oldDeathpoints:true
distance:1
lockNorth:false
zoom:0
minimapSize:0
chunkGrid:-1
slimeChunks:false
mapSafeMode:false
minimapOpacity:100.0
waypointsIngameIconScale:0
waypointsIngameDistanceScale:0
waypointsIngameNameScale:0
waypointsIngameCloseScale:1.0
antiAliasing:true
blockColours:0
lighting:true
dotsStyle:0
dotNameScale:1.0
compassOverEverything:true
showFlowers:true
keepWaypointNames:true
waypointsDistanceExp:0
waypointsDistanceMin:0.0
defaultWaypointTPCommandFormat:/tp @s {x} {y} {z}
defaultWaypointTPCommandRotationFormat:/tp @s {x} {y} {z} {yaw} ~
arrowScale:1.5
arrowColour:0
smoothDots:true
worldMap:true
terrainDepth:true
terrainSlopes:2
mainEntityAs:0
blockTransparency:true
waypointOpacityIngame:80
waypointOpacityMap:90
hideWorldNames:1
openSlimeSettings:true
alwaysShowDistance:false
renderLayerIndex:1
crossDimensionalTp:true
biomeColorsVanillaMode:false
lookingAtAngle:10
lookingAtAngleVertical:180
centeredEnlarged:false
zoomOnEnlarged:0
minimapTextAlign:0
waypointsMutualEdit:true
compassLocation:1
compassDirectionScale:0
caveMapsDepth:30
hideWaypointCoordinates:false
renderAllSets:false
playerArrowOpacity:100
waypointsBottom:false
minimapShape:0
lightOverlayType:0
lightOverlayMaxLight:7
lightOverlayMinLight:0
lightOverlayColor:13
uiScale:0
bossHealthPushBox:1
potionEffectPushBox:1
minimapFrame:0
minimapFrameColor:9
compassColor:9
northCompassColor:-1
displayMultipleWaypointInfo:1
entityRadar:true
adjustHeightForCarpetLikeBlocks:true
autoConvertWaypointDistanceToKmThreshold:10000
waypointDistancePrecision:1
mainDotSize:2
partialYTeleportation:true
deleteReachedDeathpoints:true
hideMinimapUnderScreen:true
hideMinimapUnderF3:true
manualCaveModeStartAuto:true
manualCaveModeStart:-1
chunkGridLineWidth:1
temporaryWaypointsGlobal:true
keepUnlockedWhenEnlarged:false
enlargedMinimapAToggle:false
displayStainedGlass:true
waypointOnMapScale:0
switchToAutoOnDeath:true
infoDisplayBackgroundOpacity:40
caveModeToggleTimer:1000
legibleCaveMaps:false
biomeBlending:true
displayTrackedPlayersOnMap:true
displayTrackedPlayersInWorld:true
dimensionScaledMaxWaypointDistance:true
trackedPlayerWorldIconScale:0
trackedPlayerWorldNameScale:0
trackedPlayerMinimapIconScale:0
displayClaims:true
displayCurrentClaim:true
claimsFillOpacity:46
claimsBorderOpacity:80
infoDisplayOrder:coords:overworld_coords:chunk_coords:angles:dimension:biome:weather:light_level:time:real_time:highlights:light_overlay_indicator:manual_cave_mode_indicator:custom_sub_world
infoDisplay:coords:true:15:-1
infoDisplay:overworld_coords:false:15:-1
infoDisplay:chunk_coords:false:15:-1
infoDisplay:angles:false:15:-1
infoDisplay:dimension:false:15:-1
infoDisplay:biome:false:15:-1
infoDisplay:weather:false:15:-1
infoDisplay:light_level:0:15:-1
infoDisplay:time:0:15:-1
infoDisplay:real_time:0:15:-1
infoDisplay:highlights:true:15:-1
infoDisplay:light_overlay_indicator:true:15:-1
infoDisplay:manual_cave_mode_indicator:true:15:-1
infoDisplay:custom_sub_world:true:15:-1
module;id=xaerominimap:minimap;active=true;x=0;y=0;centered=false;fromRight=false;fromBottom=false;flippedVer=false;flippedHor=false;

View file

@ -0,0 +1,191 @@
{
"hardInclude": "anything",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [
"minecraft:glow_item_frame",
"minecraft:item_frame"
],
"name": "gui.xaero_entity_category_root",
"protection": true,
"settingOverrides": {
"displayed": true,
"displayHeight": 0.0,
"heightBasedFade": true,
"renderOrder": 0.0,
"color": 13.0,
"displayNameWhenIconFails": true,
"entityNumber": 1000.0,
"alwaysDisplayNametags": false,
"startFadingAt": 0.0,
"dotSize": 2.0,
"renderOverMinimapFrame": 1.0,
"icons": 1.0,
"heightLimit": 20.0,
"names": 0.0,
"iconScale": 1.0
},
"subCategories": [
{
"hardInclude": "living",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [
"minecraft:armor_stand"
],
"name": "gui.xaero_entity_category_living",
"protection": true,
"settingOverrides": {
"renderOrder": 2.0,
"color": 14.0
},
"subCategories": [
{
"hardInclude": "players",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_players",
"protection": true,
"settingOverrides": {
"renderOrder": 6.0,
"heightLimit": 2050.0,
"color": 15.0
},
"subCategories": [
{
"hardInclude": "nothing",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_friend",
"protection": true,
"settingOverrides": {},
"subCategories": []
},
{
"hardInclude": "tracked",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_tracked",
"protection": true,
"settingOverrides": {
"icons": 2.0
},
"subCategories": []
},
{
"hardInclude": "same-team",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_same_team",
"protection": true,
"settingOverrides": {},
"subCategories": []
},
{
"hardInclude": "anything",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_other_teams",
"protection": true,
"settingOverrides": {
"renderOrder": 7.0
},
"subCategories": []
}
]
},
{
"hardInclude": "hostile",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_hostile",
"protection": true,
"settingOverrides": {
"renderOrder": 3.0
},
"subCategories": [
{
"hardInclude": "tamed",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_hostile_tamed",
"protection": true,
"settingOverrides": {
"renderOrder": 5.0
},
"subCategories": []
}
]
},
{
"hardInclude": "anything",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_friendly",
"protection": true,
"settingOverrides": {},
"subCategories": [
{
"hardInclude": "tamed",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_friendly_tamed",
"protection": true,
"settingOverrides": {
"renderOrder": 4.0
},
"subCategories": []
}
]
}
]
},
{
"hardInclude": "items",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_items",
"protection": true,
"settingOverrides": {
"renderOrder": 1.0,
"color": 12.0
},
"subCategories": []
},
{
"hardInclude": "anything",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_other_entities",
"protection": true,
"settingOverrides": {
"color": 5.0
},
"subCategories": []
}
]
}

0
config/xaeropatreon.txt Normal file
View file

View file

@ -0,0 +1,4 @@
allowCaveModeOnServer:true
allowNetherCaveModeOnServer:true
registerStatusEffects:true
everyoneTracksEveryone:false

55
config/xaeroworldmap.txt Normal file
View file

@ -0,0 +1,55 @@
ignoreUpdate:0
updateNotification:true
allowInternetAccess:true
differentiateByServerAddress:true
caveMapsAllowed:true
debug:false
lighting:true
colours:0
loadChunks:true
updateChunks:true
terrainSlopes:2
terrainDepth:true
footsteps:true
flowers:true
coordinates:true
hoveredBiome:true
biomeColorsVanillaMode:false
waypoints:true
renderArrow:true
displayZoom:true
worldmapWaypointsScale:1.0
openMapAnimation:true
reloadVersion:0
reloadEverything:false
zoomButtons:true
waypointBackgrounds:true
detectAmbiguousY:true
showDisabledWaypoints:false
closeWaypointsWhenHopping:true
adjustHeightForCarpetLikeBlocks:true
onlyCurrentMapWaypoints:false
minZoomForLocalWaypoints:0.0
arrowColour:-2
minimapRadar:true
renderWaypoints:true
partialYTeleportation:true
displayStainedGlass:true
caveModeDepth:30
caveModeStart:2147483647
autoCaveMode:-1
legibleCaveMaps:false
displayCaveModeStart:true
caveModeToggleTimer:1000
defaultCaveModeType:1
biomeBlending:true
trackedPlayers:true
multipleImagesExport:false
nightExport:false
highlightsExport:false
exportScaleDownSquare:20
mapWritingDistance:-1
displayClaims:true
claimsFillOpacity:46
claimsBorderOpacity:80
globalVersion:1

189
index.toml Normal file
View file

@ -0,0 +1,189 @@
hash-format = "sha256"
[[files]]
file = "config/chiselsandbits-client.json"
hash = "1c7b7153e21a20ba06aed2ab847f8a8d0174aabdb7fa0b78f7cf4bc1f0573a20"
[[files]]
file = "config/chiselsandbits-common.json"
hash = "c6090f0a28963c27da56191e7741d255f4184873a66697ae7c058f7a897a6630"
[[files]]
file = "config/chiselsandbits-server.json"
hash = "980171ca682011053caf5d286034bab9a5fd28a59ff0a24189ed627eeee1d419"
[[files]]
file = "config/entityculling.json"
hash = "c87799c19ffe3303ce17c6c4e3538a47456e34ecf9830d578535cebf180a77fb"
[[files]]
file = "config/fabric/indigo-renderer.properties"
hash = "cae80528e6ce38a326efab128cc6122962ea4b806a344cc38fa9b417613881ad"
[[files]]
file = "config/ferritecore.mixin.properties"
hash = "a2091a291309db8920c8a80e913ed31c24c29687d8cd25ac18076ad85a90ddb8"
[[files]]
file = "config/immediatelyfast.json"
hash = "f2b7f219198f0a911d04b09f545f2c1256e8d114951443924878dc10963e16aa"
[[files]]
file = "config/indium-renderer.properties"
hash = "08ffc3267bb9213c0079ca5781915404c4d6ae331a791e04fac9f1fe5a61ed70"
[[files]]
file = "config/iris.properties"
hash = "d7ec55ce3e69455dab7897dca23e09ea452a13db6709169b6bd20d75005beb1c"
[[files]]
file = "config/lithium.properties"
hash = "76765e8e5ff8e927d80beb0739aababcf36e7babfd94262f2afece256cc5cd2e"
[[files]]
file = "config/modelfix-client.json"
hash = "d7435276b71f9ed4a49da3c06ec54004ba8b1ed46f3c32ea3a000737507d3e7b"
[[files]]
file = "config/modmenu.json"
hash = "f4e699a17b0fd621e551ed6ec648079abf49020bc4cf0e2332623c44eb6fac37"
[[files]]
file = "config/mtr.json"
hash = "d520ea51c46dbfc663e40f2a2bf0bed18e10151ffd8cd4330e6d54afa1f5ed87"
[[files]]
file = "config/refurbished_furniture.client.toml"
hash = "3910a814528dae85fc3d09d6a3c31c2d420f611ee37a4b412d657259bf37318c"
[[files]]
file = "config/servercore/config.yml"
hash = "0c13291ca9eb3efc6bfd165a7fbd4c78c0dffe7405f309c7b0da82a00ec4deec"
[[files]]
file = "config/servercore/optimizations.yml"
hash = "299965ce464b4c0bb4a79dfd2dba2cdfd63f3360628b0d5b0d3b3988003f4f0d"
[[files]]
file = "config/sodium-extra-options.json"
hash = "37df56a42ff66d7f538a4e72de84ec4bfb84d94380cda967fd22ef540ddaac64"
[[files]]
file = "config/sodium-extra.properties"
hash = "a2f1b47c1eaa119ab34727f1d43c2506cb3d7f17ba8fb4efb49e20c8e0b58e70"
[[files]]
file = "config/sodium-fingerprint.json"
hash = "bcd6301ee062126e84c038ce300d0c321fce433a1d25d4772629e0d502ddf34f"
[[files]]
file = "config/sodium-mixins.properties"
hash = "8939df3a10627cf3b9a3cc0e2824337923e9a26d11e60f5a1f7c0cfbd171a574"
[[files]]
file = "config/sodium-options.json"
hash = "e170cafd722ce62aa061d6770af08274391dd17064f58e82e2ff84af2b1f95ac"
[[files]]
file = "config/worldeditcui.config.json"
hash = "862eb44e855b5ff872006933278eaf6c17c04c4cb56c6a90f7e2b1c232a2920b"
[[files]]
file = "config/xaerominimap-common.txt"
hash = "b410746ddef0f7dd5f1d860ef3fcd6ad29c10988abbf6281181cb9c3acb628ca"
[[files]]
file = "config/xaerominimap.txt"
hash = "cecae3a750fb40a17ed8de5be3421efa388ec8a338aa7842116d70dd5a9e175f"
[[files]]
file = "config/xaerominimap_entities.json"
hash = "d44155ad6524baf93af689dcc2f7bab16d1989475f4c91a88ee526687e4957ec"
[[files]]
file = "config/xaeropatreon.txt"
hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
[[files]]
file = "config/xaeroworldmap-common.txt"
hash = "ab09b6171d1f5f9c15d3ea653be739b53bca6f88db1ec38ae80575143c4c68cd"
[[files]]
file = "config/xaeroworldmap.txt"
hash = "6cae8c6c64eeebf4dd15076b8f172a440bf1ece460aef63d3abe206e2d45fe8f"
[[files]]
file = "mods/animated-doors-1.1.jar"
hash = "0d504f6705fe88ff4acb8000f30c5d128faba2681cadf678092e0e7c60cb81f3"
[[files]]
file = "mods/chisels-bits-for-fabric.pw.toml"
hash = "4b33bf146df13d9e0c6e5833004ce88f2e20dc261c46bbd3003b381ca5b763da"
metafile = true
[[files]]
file = "mods/fabric-api.pw.toml"
hash = "c94ef0b726062e816975b3bf4fa404503fd6f3bb1520db3844310e6b5800f8da"
metafile = true
[[files]]
file = "mods/framework.pw.toml"
hash = "51f11f581c8b15753a241d6ded1477daa018aba3ad8310647eb00fb137f1f642"
metafile = true
[[files]]
file = "mods/guns++-4.4.jar"
hash = "ccb52274f8cf3c6d7849364bc01f5b34cf3a18939a3521163c645f00b813f1f4"
[[files]]
file = "mods/lithium.pw.toml"
hash = "f1e11c6d565cc8b8c6962cde70820e8d3f3b9abad851ef4ddf5f467dc1e272da"
metafile = true
[[files]]
file = "mods/minecraft-transit-railway.pw.toml"
hash = "4784e72970ea371e8774301a02b2e6bd62c07ab732b654350b74a4ff705bb507"
metafile = true
[[files]]
file = "mods/moredoors.pw.toml"
hash = "5f31b4337b7a23aefa142bd4455cfad483b7874b96560753a2e935e33706ff80"
metafile = true
[[files]]
file = "mods/refurbished-furniture.pw.toml"
hash = "7bcb3244cec811356ecadbb8e7c7f04c2549727337414db20f405cc9e124a870"
metafile = true
[[files]]
file = "mods/servercore.pw.toml"
hash = "04d27de146b8f315668b9fe23ffdfd768c8ade8b6a1c8a9fa5831c23d35e8ca3"
metafile = true
[[files]]
file = "mods/sneaky-mc1.20.3-1.0.14.2.jar"
hash = "b62d782177fc3d43052afa4953e0cab68edc217901963068cc2af51eaa5b5b46"
[[files]]
file = "mods/worldedit.pw.toml"
hash = "02fbb3c0145651abe117d6e2ceae75e84021bb07f65f2d67bdd426e3300be17f"
metafile = true
[[files]]
file = "mods/worldeditcui-fabric.pw.toml"
hash = "faf0c6a3a1973e7611c9d6c8fffc30a6381e48468e55bb2fa48d3edd52ee0d7e"
metafile = true
[[files]]
file = "mods/xaeros-minimap.pw.toml"
hash = "020adf73d2eb796c2503ee33f867299d2c719e7be68ddcbb381de355c5611025"
metafile = true
[[files]]
file = "mods/xaeros-world-map.pw.toml"
hash = "7dee9a50f88508eb96e6fdc2882208b71c600f4069754ecace645824b74a41c7"
metafile = true
[[files]]
file = "options.txt"
hash = "9773727f6cf057b6c1b3026a547c6e3a7a5e67d77135175d5538650535bb7598"

BIN
mods/animated-doors-1.1.jar Normal file

Binary file not shown.

View file

@ -0,0 +1,13 @@
name = "Chisels & Bits - For Fabric"
filename = "chisels-and-bits-fabric-1.4.157.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "7e89c48dba3b15d841bba8df914c460a507066f1"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5454848
project-id = 561059

13
mods/fabric-api.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Fabric API"
filename = "fabric-api-0.97.2+1.20.4.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "a959c2b9379d13c0f2098102d1a43fc6e2eef5e3"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5664862
project-id = 306612

13
mods/framework.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Framework"
filename = "framework-fabric-1.20.4-0.7.12.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "44a12dec5761121dc2f843c7e242ab2ca901ae52"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5911979
project-id = 549225

BIN
mods/guns++-4.4.jar Normal file

Binary file not shown.

13
mods/lithium.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Lithium (Fabric/NeoForge)"
filename = "lithium-fabric-mc1.20.4-0.12.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "4a0744beb2246d93cb475d21a5a53faa556956e0"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4972281
project-id = 360438

View file

@ -0,0 +1,13 @@
name = "Minecraft Transit Railway (Automated trains, planes, and more!)"
filename = "MTR-fabric-4.0.0-beta.13+1.20.4.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "6485c33da0694651d1291274bbbc00fc8054c889"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 6001124
project-id = 266707

13
mods/moredoors.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "More Doors"
filename = "More-Doors-1.20.4-1.6-Fabric.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "aede1af6678d9261380e374ec4f09ce8486e4e67"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5470029
project-id = 498747

View file

@ -0,0 +1,13 @@
name = "MrCrayfish's Furniture Mod: Refurbished"
filename = "refurbished_furniture-fabric-1.20.4-1.0.8.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "af98bb59b47ff085d5d487bf57a47b7ad4e70469"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5893819
project-id = 897116

13
mods/servercore.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "ServerCore"
filename = "servercore-fabric-1.5.0+1.20.4.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "b83b3faf73dd03aa26e75aa151726c00a772acf3"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5230960
project-id = 550579

Binary file not shown.

13
mods/worldedit.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "WorldEdit"
filename = "worldedit-mod-7.3.0.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "4c20c0ea621a0004ce1750005653d200ff9a1351"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5168651
project-id = 225608

View file

@ -0,0 +1,13 @@
name = "WorldEdit CUI (Fabric)"
filename = "WorldEditCUI-1.20.3+01.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "8771aab5954e90800677662e8378e0c5067d03a0"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4931021
project-id = 402098

View file

@ -0,0 +1,13 @@
name = "Xaero's Minimap"
filename = "Xaeros_Minimap_24.7.1_Fabric_1.20.4.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "6e190b8d8212bbd144cc86819ae306041b8d8372"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 6012843
project-id = 263420

View file

@ -0,0 +1,13 @@
name = "Xaero's World Map"
filename = "XaerosWorldMap_1.39.2_Fabric_1.20.4.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "093473bf51e858415ca3848da7696ff448bf9145"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5987161
project-id = 317780

190
options.txt Normal file
View file

@ -0,0 +1,190 @@
version:3700
autoJump:false
operatorItemsTab:false
autoSuggestions:true
chatColors:true
chatLinks:true
chatLinksPrompt:true
enableVsync:true
entityShadows:true
forceUnicodeFont:false
discrete_mouse_scroll:false
invertYMouse:false
realmsNotifications:true
reducedDebugInfo:false
showSubtitles:false
directionalAudio:false
touchscreen:false
fullscreen:false
bobView:true
toggleCrouch:false
toggleSprint:false
darkMojangStudiosBackground:false
hideLightningFlashes:false
hideSplashTexts:false
mouseSensitivity:0.5
fov:0.0
screenEffectScale:1.0
fovEffectScale:1.0
darknessEffectScale:1.0
glintSpeed:0.5
glintStrength:0.75
damageTiltStrength:1.0
highContrast:false
narratorHotkey:true
gamma:0.5
renderDistance:12
simulationDistance:12
entityDistanceScaling:1.0
guiScale:0
particles:0
maxFps:120
graphicsMode:1
ao:true
prioritizeChunkUpdates:0
biomeBlendRadius:2
renderClouds:"true"
resourcePacks:["fabric"]
incompatibleResourcePacks:[]
lastServer:
lang:en_us
soundDevice:""
chatVisibility:0
chatOpacity:1.0
chatLineSpacing:0.0
textBackgroundOpacity:0.5
backgroundForChatOnly:true
hideServerAddress:false
advancedItemTooltips:false
pauseOnLostFocus:true
overrideWidth:0
overrideHeight:0
chatHeightFocused:1.0
chatDelay:0.0
chatHeightUnfocused:0.4375
chatScale:1.0
chatWidth:1.0
notificationDisplayTime:1.0
mipmapLevels:4
useNativeTransport:true
mainHand:"right"
attackIndicator:1
narrator:0
tutorialStep:movement
mouseWheelSensitivity:1.0
rawMouseInput:true
glDebugVerbosity:1
skipMultiplayerWarning:false
skipRealms32bitWarning:false
hideMatchedNames:true
joinedFirstServer:false
hideBundleTutorial:false
syncChunkWrites:false
showAutosaveIndicator:true
allowServerListing:true
onlyShowSecureChat:false
panoramaScrollSpeed:1.0
telemetryOptInExtra:false
onboardAccessibility:false
key_key.attack:key.mouse.left
key_key.use:key.mouse.right
key_key.forward:key.keyboard.w
key_key.left:key.keyboard.a
key_key.back:key.keyboard.s
key_key.right:key.keyboard.d
key_key.jump:key.keyboard.space
key_key.sneak:key.keyboard.left.shift
key_key.sprint:key.keyboard.left.control
key_key.drop:key.keyboard.q
key_key.inventory:key.keyboard.e
key_key.chat:key.keyboard.t
key_key.playerlist:key.keyboard.tab
key_key.pickItem:key.mouse.middle
key_key.command:key.keyboard.slash
key_key.socialInteractions:key.keyboard.p
key_key.screenshot:key.keyboard.f2
key_key.togglePerspective:key.keyboard.f5
key_key.smoothCamera:key.keyboard.unknown
key_key.fullscreen:key.keyboard.f11
key_key.spectatorOutlines:key.keyboard.unknown
key_key.swapOffhand:key.keyboard.f
key_key.saveToolbarActivator:key.keyboard.c
key_key.loadToolbarActivator:key.keyboard.x
key_key.advancements:key.keyboard.l
key_key.hotbar.1:key.keyboard.1
key_key.hotbar.2:key.keyboard.2
key_key.hotbar.3:key.keyboard.3
key_key.hotbar.4:key.keyboard.4
key_key.hotbar.5:key.keyboard.5
key_key.hotbar.6:key.keyboard.6
key_key.hotbar.7:key.keyboard.7
key_key.hotbar.8:key.keyboard.8
key_key.hotbar.9:key.keyboard.9
key_key.worldeditcui.toggle:key.keyboard.unknown
key_key.worldeditcui.clear:key.keyboard.unknown
key_key.worldeditcui.chunk:key.keyboard.unknown
key_mod.chiselsandbits.keys.key.modded-tool.open:key.keyboard.r
key_mod.chiselsandbits.keys.key.modded-tool.cycle.left:key.keyboard.unknown
key_mod.chiselsandbits.keys.key.modded-tool.cycle.right:key.keyboard.unknown
key_mod.chiselsandbits.keys.key.measuring-tape.reset:key.keyboard.r
key_mod.chiselsandbits.keys.key.undo:key.keyboard.z
key_mod.chiselsandbits.keys.key.redo:key.keyboard.y
key_mod.chiselsandbits.keys.key.zoom:key.keyboard.z
key_mod.chiselsandbits.keys.reset-caches:key.keyboard.c
key_key.mtr.lift_menu:key.keyboard.z
key_key.mtr.train_accelerate:key.keyboard.up
key_key.mtr.train_brake:key.keyboard.down
key_key.mtr.train_toggle_doors:key.keyboard.left
key_key.mtr.debug_1_negative:key.keyboard.keypad.4
key_key.mtr.debug_2_negative:key.keyboard.keypad.5
key_key.mtr.debug_3_negative:key.keyboard.keypad.6
key_key.mtr.debug_1_positive:key.keyboard.keypad.7
key_key.mtr.debug_2_positive:key.keyboard.keypad.8
key_key.mtr.debug_3_positive:key.keyboard.keypad.9
key_key.mtr.debug_cycle_negative:key.keyboard.keypad.subtract
key_key.mtr.debug_cycle_positive:key.keyboard.keypad.add
key_gui.xaero_switch_waypoint_set:key.keyboard.unknown
key_gui.xaero_instant_waypoint:key.keyboard.keypad.add
key_gui.xaero_toggle_slime:key.keyboard.unknown
key_gui.xaero_toggle_grid:key.keyboard.unknown
key_gui.xaero_toggle_waypoints:key.keyboard.unknown
key_gui.xaero_toggle_map_waypoints:key.keyboard.unknown
key_gui.xaero_toggle_map:key.keyboard.unknown
key_gui.xaero_enlarge_map:key.keyboard.z
key_gui.xaero_waypoints_key:key.keyboard.u
key_gui.xaero_zoom_in:key.keyboard.unknown
key_gui.xaero_zoom_out:key.keyboard.unknown
key_gui.xaero_new_waypoint:key.keyboard.b
key_gui.xaero_display_all_sets:key.keyboard.unknown
key_gui.xaero_toggle_light_overlay:key.keyboard.unknown
key_gui.xaero_toggle_entity_radar:key.keyboard.unknown
key_gui.xaero_reverse_entity_radar:key.keyboard.unknown
key_gui.xaero_toggle_manual_cave_mode:key.keyboard.unknown
key_gui.xaero_alternative_list_players:key.keyboard.unknown
key_gui.xaero_toggle_tracked_players_on_map:key.keyboard.unknown
key_gui.xaero_toggle_tracked_players_in_world:key.keyboard.unknown
key_gui.xaero_toggle_pac_chunk_claims:key.keyboard.unknown
key_gui.xaero_minimap_settings:key.keyboard.y
key_gui.xaero_open_map:key.keyboard.m
key_gui.xaero_open_settings:key.keyboard.right.bracket
key_gui.xaero_map_zoom_in:key.keyboard.unknown
key_gui.xaero_map_zoom_out:key.keyboard.unknown
key_gui.xaero_quick_confirm:key.keyboard.right.shift
key_gui.xaero_toggle_dimension:key.keyboard.unknown
soundCategory_master:1.0
soundCategory_music:1.0
soundCategory_record:1.0
soundCategory_weather:1.0
soundCategory_block:1.0
soundCategory_hostile:1.0
soundCategory_neutral:1.0
soundCategory_player:1.0
soundCategory_ambient:1.0
soundCategory_voice:1.0
modelPart_cape:true
modelPart_jacket:true
modelPart_left_sleeve:true
modelPart_right_sleeve:true
modelPart_left_pants_leg:true
modelPart_right_pants_leg:true
modelPart_hat:true

13
pack.toml Normal file
View file

@ -0,0 +1,13 @@
name = "server sillytards"
author = "Freecorn"
version = "1.0.0"
pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "e802dc6f91ac8af8cb9cfc74253d7ebbf2926a8c96b52277c59964c6f0e54fa1"
[versions]
fabric = "0.16.9"
minecraft = "1.20.4"