created prisim instance
This commit is contained in:
35
minecraft/config/clientsort-server.json
Normal file
35
minecraft/config/clientsort-server.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"options": {
|
||||
"validationActiveServer": false,
|
||||
"validateItemType": true,
|
||||
"validateStackSize": true,
|
||||
"validateStackSizeThreshold": 32,
|
||||
"alwaysLogUnexpectedResults": true,
|
||||
"classPolicies": {
|
||||
"com.simibubi.create.content.equipment.toolbox.ToolboxMenu": {
|
||||
"className": "com.simibubi.create.content.equipment.toolbox.ToolboxMenu",
|
||||
"sortEnabled": false,
|
||||
"stackFillEnabled": false,
|
||||
"transferEnabled": false
|
||||
},
|
||||
"com.tiviacz.travelersbackpack.inventory.menu.BackpackSettingsMenu": {
|
||||
"className": "com.tiviacz.travelersbackpack.inventory.menu.BackpackSettingsMenu",
|
||||
"sortEnabled": false,
|
||||
"stackFillEnabled": false,
|
||||
"transferEnabled": false
|
||||
},
|
||||
"com.tom.storagemod.menu.CraftingTerminalMenu": {
|
||||
"className": "com.tom.storagemod.menu.CraftingTerminalMenu",
|
||||
"sortEnabled": false,
|
||||
"stackFillEnabled": false,
|
||||
"transferEnabled": false
|
||||
},
|
||||
"com.tom.storagemod.menu.StorageTerminalMenu": {
|
||||
"className": "com.tom.storagemod.menu.StorageTerminalMenu",
|
||||
"sortEnabled": false,
|
||||
"stackFillEnabled": false,
|
||||
"transferEnabled": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
161
minecraft/config/clientsort.json
Normal file
161
minecraft/config/clientsort.json
Normal file
@@ -0,0 +1,161 @@
|
||||
{
|
||||
"options": {
|
||||
"interactionInterval": 10,
|
||||
"useServerAcceleration": true,
|
||||
"useClientFallback": false,
|
||||
"optimizeCreativeSorting": true,
|
||||
"autoOpDelayPlayer": 2,
|
||||
"autoOpDelayContainer": 2,
|
||||
"hotbarScope": "HOTBAR",
|
||||
"extraSlotScope": "NONE",
|
||||
"bundlesUseRightClick": false,
|
||||
"transferReverseOrder": true,
|
||||
"alwaysMatchByType": false,
|
||||
"typeMatchTags": [
|
||||
"enchantable/weapon",
|
||||
"enchantable/mining",
|
||||
"enchantable/armor"
|
||||
],
|
||||
"sortOrderStr": "creative",
|
||||
"shiftSortOrderStr": "quantity",
|
||||
"ctrlSortOrderStr": "alphabet",
|
||||
"altSortOrderStr": "rawId",
|
||||
"useStartOverrides": true,
|
||||
"startOverrideItems": [],
|
||||
"useEndOverrides": true,
|
||||
"endOverrideItems": [],
|
||||
"playSoundSort": false,
|
||||
"playSoundOther": false,
|
||||
"interactionSound": "minecraft:block.note_block.xylophone",
|
||||
"soundInterval": 1,
|
||||
"soundPitchMin": 0.5,
|
||||
"soundPitchMax": 2.0,
|
||||
"soundVolume": 0.2,
|
||||
"allowSoundOverlap": true,
|
||||
"showButtons": true,
|
||||
"showButtonTooltips": false,
|
||||
"anchorButtonsLeft": false,
|
||||
"justifyButtonsTopLeft": true,
|
||||
"buttonsHorizontal": false,
|
||||
"firstButtonOp": "SORT",
|
||||
"secondButtonOp": "STACK_FILL",
|
||||
"thirdButtonOp": "MATCH_TRANSFER",
|
||||
"fourthButtonOp": "TRANSFER",
|
||||
"layoutOffset": {
|
||||
"x": -4,
|
||||
"y": 0
|
||||
},
|
||||
"classPolicies": {
|
||||
"com.simibubi.create.content.equipment.toolbox.ToolboxMenu": {
|
||||
"className": "com.simibubi.create.content.equipment.toolbox.ToolboxMenu",
|
||||
"offsetFromSlot": false,
|
||||
"sortPolicy": "NONE",
|
||||
"stackFillPolicy": "NONE",
|
||||
"matchTransferPolicy": "NONE",
|
||||
"transferPolicy": "NONE",
|
||||
"autoOpOther": false,
|
||||
"ignoredSlots": []
|
||||
},
|
||||
"com.tiviacz.travelersbackpack.inventory.menu.BackpackSettingsMenu": {
|
||||
"className": "com.tiviacz.travelersbackpack.inventory.menu.BackpackSettingsMenu",
|
||||
"offsetFromSlot": false,
|
||||
"sortPolicy": "NONE",
|
||||
"stackFillPolicy": "NONE",
|
||||
"matchTransferPolicy": "NONE",
|
||||
"transferPolicy": "NONE",
|
||||
"autoOpOther": false,
|
||||
"ignoredSlots": []
|
||||
},
|
||||
"com.tom.storagemod.menu.CraftingTerminalMenu": {
|
||||
"className": "com.tom.storagemod.menu.CraftingTerminalMenu",
|
||||
"offsetFromSlot": false,
|
||||
"sortPolicy": "NONE",
|
||||
"stackFillPolicy": "NONE",
|
||||
"matchTransferPolicy": "NONE",
|
||||
"transferPolicy": "NONE",
|
||||
"autoOpOther": false,
|
||||
"ignoredSlots": []
|
||||
},
|
||||
"com.tom.storagemod.menu.StorageTerminalMenu": {
|
||||
"className": "com.tom.storagemod.menu.StorageTerminalMenu",
|
||||
"offsetFromSlot": false,
|
||||
"sortPolicy": "NONE",
|
||||
"stackFillPolicy": "NONE",
|
||||
"matchTransferPolicy": "NONE",
|
||||
"transferPolicy": "NONE",
|
||||
"autoOpOther": false,
|
||||
"ignoredSlots": []
|
||||
},
|
||||
"net.minecraft.world.entity.player.Inventory": {
|
||||
"className": "net.minecraft.world.entity.player.Inventory",
|
||||
"offsetFromSlot": false,
|
||||
"sortPolicy": "KEYBIND_BUTTON",
|
||||
"stackFillPolicy": "KEYBIND",
|
||||
"matchTransferPolicy": "KEYBIND_BUTTON",
|
||||
"transferPolicy": "KEYBIND_BUTTON",
|
||||
"autoOpOther": false,
|
||||
"ignoredSlots": []
|
||||
},
|
||||
"net.minecraft.world.inventory.ChestMenu": {
|
||||
"className": "net.minecraft.world.inventory.ChestMenu",
|
||||
"offsetFromSlot": false,
|
||||
"sortPolicy": "KEYBIND_BUTTON",
|
||||
"stackFillPolicy": "KEYBIND_BUTTON",
|
||||
"matchTransferPolicy": "KEYBIND_BUTTON",
|
||||
"transferPolicy": "KEYBIND_BUTTON",
|
||||
"autoOpOther": false,
|
||||
"ignoredSlots": []
|
||||
},
|
||||
"net.minecraft.world.inventory.HopperMenu": {
|
||||
"className": "net.minecraft.world.inventory.HopperMenu",
|
||||
"offsetFromSlot": false,
|
||||
"sortPolicy": "KEYBIND",
|
||||
"stackFillPolicy": "KEYBIND",
|
||||
"matchTransferPolicy": "KEYBIND_BUTTON",
|
||||
"transferPolicy": "KEYBIND_BUTTON",
|
||||
"autoOpOther": false,
|
||||
"ignoredSlots": []
|
||||
},
|
||||
"net.minecraft.world.inventory.HorseInventoryMenu": {
|
||||
"className": "net.minecraft.world.inventory.HorseInventoryMenu",
|
||||
"offsetFromSlot": false,
|
||||
"sortPolicy": "KEYBIND_BUTTON",
|
||||
"stackFillPolicy": "KEYBIND",
|
||||
"matchTransferPolicy": "KEYBIND",
|
||||
"transferPolicy": "KEYBIND_BUTTON",
|
||||
"autoOpOther": false,
|
||||
"ignoredSlots": []
|
||||
},
|
||||
"net.minecraft.world.inventory.PlayerEnderChestContainer": {
|
||||
"className": "net.minecraft.world.inventory.PlayerEnderChestContainer",
|
||||
"offsetFromSlot": false,
|
||||
"sortPolicy": "KEYBIND_BUTTON",
|
||||
"stackFillPolicy": "KEYBIND_BUTTON",
|
||||
"matchTransferPolicy": "KEYBIND_BUTTON",
|
||||
"transferPolicy": "KEYBIND_BUTTON",
|
||||
"autoOpOther": false,
|
||||
"ignoredSlots": []
|
||||
},
|
||||
"net.minecraft.world.inventory.ShulkerBoxMenu": {
|
||||
"className": "net.minecraft.world.inventory.ShulkerBoxMenu",
|
||||
"offsetFromSlot": false,
|
||||
"sortPolicy": "KEYBIND_BUTTON",
|
||||
"stackFillPolicy": "KEYBIND_BUTTON",
|
||||
"matchTransferPolicy": "KEYBIND_BUTTON",
|
||||
"transferPolicy": "KEYBIND_BUTTON",
|
||||
"autoOpOther": false,
|
||||
"ignoredSlots": []
|
||||
},
|
||||
"net.minecraft.world.level.block.entity.RandomizableContainerBlockEntity": {
|
||||
"className": "net.minecraft.world.level.block.entity.RandomizableContainerBlockEntity",
|
||||
"offsetFromSlot": false,
|
||||
"sortPolicy": "KEYBIND_BUTTON",
|
||||
"stackFillPolicy": "KEYBIND_BUTTON",
|
||||
"matchTransferPolicy": "KEYBIND_BUTTON",
|
||||
"transferPolicy": "KEYBIND_BUTTON",
|
||||
"autoOpOther": false,
|
||||
"ignoredSlots": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
23
minecraft/config/gravestones.json
Normal file
23
minecraft/config/gravestones.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"decay_with_deaths": true,
|
||||
"decay_with_time": true,
|
||||
"decay_time": 576000,
|
||||
"decay_time_type": "TICKS",
|
||||
"damage_to_break": 3,
|
||||
"aesthetic_decay": false,
|
||||
"store_experience": true,
|
||||
"experience_cap": true,
|
||||
"experience_kept": "VANILLA",
|
||||
"experience_decay": false,
|
||||
"drop_experience": false,
|
||||
"gravestone_accessible_owner_only": true,
|
||||
"broadcast_collect_in_chat": false,
|
||||
"broadcast_coordinates_in_chat": false,
|
||||
"aesthetic_gravestones": true,
|
||||
"spawn_gravestone_skeletons": false,
|
||||
"spawn_gravestones_in_creative": false,
|
||||
"spawn_gravestones_with_keepinv": false,
|
||||
"show_heads": true,
|
||||
"time_format": "MMDDYYYY",
|
||||
"console_info": false
|
||||
}
|
||||
40
minecraft/config/lambdynlights.toml
Normal file
40
minecraft/config/lambdynlights.toml
Normal file
@@ -0,0 +1,40 @@
|
||||
# LambDynamicLights configuration.
|
||||
# The dynamic lights mode
|
||||
mode = "fancy"
|
||||
|
||||
# The chunk rebuild scheduler mode (immediate, culling).
|
||||
chunk_rebuild_scheduler = "culling"
|
||||
|
||||
[adaptive_ticking]
|
||||
# How far away (in chunks) until light sources get ticked less often.
|
||||
slow = 5
|
||||
# How far away (in chunks) until light sources get ticked even less often.
|
||||
slower = 8
|
||||
# Reduces how often sources behind the camera get ticked.
|
||||
background_sleep = true
|
||||
|
||||
# Light sources settings.
|
||||
[light_sources]
|
||||
# Enable entities light source.
|
||||
entities = true
|
||||
# Enable first-person player light source.
|
||||
self = true
|
||||
# Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water.
|
||||
water_sensitive_check = true
|
||||
# Creeper lighting mode. May be off, simple or fancy.
|
||||
creeper = "simple"
|
||||
# TNT lighting mode. May be off, simple or fancy.
|
||||
tnt = "off"
|
||||
# Enables dynamic lighting of beacon or end gateway beams.
|
||||
beam = true
|
||||
# Enables dynamic lighting of firefly particles from Firefly Bushes.
|
||||
firefly = true
|
||||
# Enables dynamic lighting of Guardian's lasers. This also can be toggled off by disabling Guardian dynamic lighting.
|
||||
guardian_laser = true
|
||||
# Enables dynamic lighting of the Warden's sonic boom attack particles.
|
||||
sonic_boom = true
|
||||
# Enables dynamic lighting for entities that have the Glowing effect.
|
||||
glowing_effect = true
|
||||
|
||||
[light_sources.settings.entities.minecraft]
|
||||
glow_item_frame = false
|
||||
6
minecraft/config/lithium.properties
Normal file
6
minecraft/config/lithium.properties
Normal file
@@ -0,0 +1,6 @@
|
||||
# This is the configuration file for Lithium.
|
||||
#
|
||||
# You can find information on editing this file and all the available options here:
|
||||
# https://github.com/CaffeineMC/lithium-fabric/wiki/Configuration-File
|
||||
#
|
||||
# By default, this file will be empty except for this notice.
|
||||
31
minecraft/config/modmenu.json
Normal file
31
minecraft/config/modmenu.json
Normal 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",
|
||||
"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": []
|
||||
}
|
||||
1
minecraft/config/sodium-fingerprint.json
Normal file
1
minecraft/config/sodium-fingerprint.json
Normal file
@@ -0,0 +1 @@
|
||||
{"v":1,"s":"0a1dcd98c853cdf07917f770e583cae719d67b8834d1768b33f74db25e5cacfa2c0708eea04719860eb81e18a1dfa260ee94b0173c7b30c0a53b62acbc6ea59d","u":"999696ea588cef1b0452039b973c8ec25b0dd0ad34fe28fc8b19345245d4ca9edfd43fdc42fc4d5822f544d3dc7d50d23d3e69d4fa9d2103d5d46f71c436d35c","p":"d30499a1172ed3165cd18fa637937ec6dccde3090fd6a465a608dc018b3346a5e5e0f53b683eb85aa5e3554384bbac74028648ce700eb68bf4ab1da195508937","t":1774717174}
|
||||
6
minecraft/config/sodium-mixins.properties
Normal file
6
minecraft/config/sodium-mixins.properties
Normal 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/wiki/Configuration-File
|
||||
#
|
||||
# By default, this file will be empty except for this notice.
|
||||
29
minecraft/config/sodium-options.json
Normal file
29
minecraft/config/sodium-options.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"quality": {
|
||||
"hidden_fluid_culling": true,
|
||||
"improved_fluid_shaping": false
|
||||
},
|
||||
"performance": {
|
||||
"chunk_builder_threads": 0,
|
||||
"chunk_build_defer_mode": "ALWAYS",
|
||||
"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,
|
||||
"quad_splitting_mode": "SAFE"
|
||||
},
|
||||
"advanced": {
|
||||
"enable_memory_tracing": false,
|
||||
"use_advanced_staging_buffers": true,
|
||||
"cpu_render_ahead_limit": 3
|
||||
},
|
||||
"debug": {
|
||||
"terrain_sorting_enabled": true
|
||||
},
|
||||
"notifications": {
|
||||
"has_cleared_donation_button": false,
|
||||
"has_seen_donation_prompt": false,
|
||||
"has_edited_fullscreen_option": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user