mirror of
https://github.com/xmmtx/XMZ-JFServer-Client
synced 2026-02-25 18:07:05 +08:00
Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8a4575310d | ||
|
|
1958506e2b | ||
|
|
3865ca536d | ||
|
|
70cba6f6b3 | ||
|
|
278e1fa67c | ||
|
|
a5bfd87266 | ||
|
|
c6bd1328c7 | ||
|
|
4cddf213d7 | ||
|
|
79ee924ffd | ||
|
|
8fa23739a5 | ||
|
|
f6f0471325 | ||
|
|
30ac4ed9b2 | ||
|
|
80939355fc | ||
|
|
8db7ada796 |
21
.gitignore
vendored
21
.gitignore
vendored
@@ -1,14 +1,27 @@
|
||||
# 忽略 Minecraft 本体文件等
|
||||
.minecraft/versions/**/*.jar
|
||||
.minecraft/versions/**/*.xml
|
||||
.minecraft/versions/季落秋风客户端-v1.0.0/natives-windows-x86_64
|
||||
.minecraft/versions/**/*.dll
|
||||
.minecraft/versions/**/*.x
|
||||
|
||||
# 忽略 日志文件
|
||||
.minecraft/logs
|
||||
.minecraft/logs/
|
||||
.minecraft/debug/
|
||||
PCL/*.txt
|
||||
|
||||
# 忽略 会自动补充的等文件
|
||||
.minecraft/servers.dat_old
|
||||
.minecraft/realms_persistence.json
|
||||
.minecraft/usercache.json
|
||||
.minecraft/too_many_shortcuts.json
|
||||
.minecraft/command_history.txt
|
||||
.minecraft/CustomSkinLoader/
|
||||
.minecraft/.replay_cache/
|
||||
.minecraft/replay_recordings/
|
||||
.minecraft/voxelmap/
|
||||
.minecraft/screenshots/
|
||||
.minecraft/libraries/
|
||||
.minecraft/itemscroller/
|
||||
.minecraft/.mixin.out/
|
||||
.minecraft/global/
|
||||
.minecraft/crash-reports/
|
||||
@@ -16,7 +29,3 @@ PCL/*.txt
|
||||
.minecraft/assets/
|
||||
.minecraft/saves/
|
||||
.minecraft/downloads/
|
||||
.minecraft/servers.dat_old
|
||||
.minecraft/realms_persistence.json
|
||||
.minecraft/libraries/
|
||||
.minecraft/usercache.json
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
8
.minecraft/config/MouseTweaks.cfg
Normal file
8
.minecraft/config/MouseTweaks.cfg
Normal file
@@ -0,0 +1,8 @@
|
||||
RMBTweak=1
|
||||
LMBTweakWithItem=1
|
||||
LMBTweakWithoutItem=1
|
||||
WheelTweak=1
|
||||
WheelSearchOrder=1
|
||||
WheelScrollDirection=0
|
||||
ScrollItemScaling=0
|
||||
Debug=0
|
||||
29
.minecraft/config/authme.jsonc
Normal file
29
.minecraft/config/authme.jsonc
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
// The version of the config file. Do not change this unless you know what you are doing.
|
||||
"rconfig:version": 0,
|
||||
"authButton": {
|
||||
// Type: Integer
|
||||
"x": 6,
|
||||
// Type: Integer
|
||||
"y": 6,
|
||||
"draggable": true
|
||||
},
|
||||
"methods": {
|
||||
"microsoft": {
|
||||
// Valid Values: DEFAULT, SELECT_ACCOUNT, LOGIN, NONE, CONSENT
|
||||
"prompt": "DEFAULT",
|
||||
// Type: Integer
|
||||
"port": 25585,
|
||||
"clientId": "e16699bb-2aa8-46da-b5e3-45cbcce29091",
|
||||
"authorizeUrl": "https://login.microsoftonline.com/consumers/oauth2/v2.0/authorize",
|
||||
"tokenUrl": "https://login.microsoftonline.com/consumers/oauth2/v2.0/token",
|
||||
"xboxAuthUrl": "https://user.auth.xboxlive.com/user/authenticate",
|
||||
"xboxXstsUrl": "https://xsts.auth.xboxlive.com/xsts/authorize",
|
||||
"mcAuthUrl": "https://api.minecraftservices.com/authentication/login_with_xbox",
|
||||
"mcProfileUrl": "https://api.minecraftservices.com/minecraft/profile"
|
||||
},
|
||||
"offline": {
|
||||
"lastUsername": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
10
.minecraft/config/blockmeter.toml
Normal file
10
.minecraft/config/blockmeter.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
minimalLabelSize = false
|
||||
deleteBoxesOnDisable = true
|
||||
sendBoxes = true
|
||||
showBoxesWhenDisabled = false
|
||||
backgroundForLabels = true
|
||||
reach = 50
|
||||
incrementColor = true
|
||||
innerDiagonal = false
|
||||
showOtherUsersBoxes = false
|
||||
colorIndex = 0
|
||||
8
.minecraft/config/chat_heads.json5
Normal file
8
.minecraft/config/chat_heads.json5
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"renderPosition": "BEFORE_NAME",
|
||||
"offsetNonPlayerText": true,
|
||||
"senderDetection": "UUID_AND_HEURISTIC",
|
||||
"smartHeuristics": true,
|
||||
"handleSystemMessages": true,
|
||||
"nameAliases": { }
|
||||
}
|
||||
5
.minecraft/config/continuity.json
Normal file
5
.minecraft/config/continuity.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"connected_textures": true,
|
||||
"emissive_textures": true,
|
||||
"custom_block_layers": true
|
||||
}
|
||||
18
.minecraft/config/durability-viewer.json
Normal file
18
.minecraft/config/durability-viewer.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"Settings": {
|
||||
"ArmorAroundHotbar": false,
|
||||
"HUDCorner": "Bottom-Right",
|
||||
"EffectDuration": true,
|
||||
"HideDamageOverPercent": 100,
|
||||
"SoundBelowDurability": 100,
|
||||
"SoundBelowPercent": 10,
|
||||
"Percentages": false,
|
||||
"SetWindowTitle": true,
|
||||
"ShowAllTrinkets": true,
|
||||
"PercentToShowDamage": 80,
|
||||
"ShowFreeInventorySlots": true,
|
||||
"TooltipColor": "#0054FB54",
|
||||
"WarningMode": "Sound"
|
||||
},
|
||||
"config_version": 1
|
||||
}
|
||||
20
.minecraft/config/enhanced_bes.properties
Normal file
20
.minecraft/config/enhanced_bes.properties
Normal file
@@ -0,0 +1,20 @@
|
||||
#Configuration file for Enhanced Block Entities
|
||||
#Thu Feb 13 12:47:48 CST 2025
|
||||
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
|
||||
@@ -1,5 +1,5 @@
|
||||
#Indigo properties file
|
||||
#Wed Feb 12 02:10:59 CST 2025
|
||||
#Thu Feb 13 13:09:36 CST 2025
|
||||
always-tesselate-blocks=auto
|
||||
ambient-occlusion-mode=hybrid
|
||||
debug-compare-lighting=auto
|
||||
|
||||
6
.minecraft/config/forgeconfigapiport.toml
Normal file
6
.minecraft/config/forgeconfigapiport.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
#Disables File Watcher. Used to automatically update config if its file has been modified.
|
||||
disableConfigWatcher = false
|
||||
#A config option mainly for developers. Logs out configuration values that do not have translations when running a client in a development environment.
|
||||
logUntranslatedConfigurationWarnings = true
|
||||
#Path to load default configs from, intended for setting global server configs for newly created worlds, but also works when recreating client and common configs.
|
||||
defaultConfigsPath = "defaultconfigs"
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"enableFpsReducer": true,
|
||||
"hudReferencePos": 3,
|
||||
"hudReferencePos": 7,
|
||||
"hudPos": [
|
||||
{
|
||||
"id": 0,
|
||||
@@ -82,6 +82,6 @@
|
||||
"reducingInBackground": true,
|
||||
"suppressSound": true,
|
||||
"suppressedVolume": 20,
|
||||
"hudEnabled": false,
|
||||
"hudEnabled": true,
|
||||
"profile": 5
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"globalBookmarks": {
|
||||
"armorer": [],
|
||||
"butcher": [],
|
||||
"cartographer": [],
|
||||
"cleric": [],
|
||||
"farmer": [],
|
||||
"fisherman": [],
|
||||
"fletcher": [],
|
||||
"leatherworker": [],
|
||||
"librarian": [],
|
||||
"mason": [],
|
||||
"shepherd": [],
|
||||
"toolsmith": [],
|
||||
"weaponsmith": [],
|
||||
"nitwit": [],
|
||||
"none": []
|
||||
},
|
||||
"globalBookmarks1": {
|
||||
"armorer": [],
|
||||
"butcher": [],
|
||||
"cartographer": [],
|
||||
"cleric": [],
|
||||
"farmer": [],
|
||||
"fisherman": [],
|
||||
"fletcher": [],
|
||||
"leatherworker": [],
|
||||
"librarian": [],
|
||||
"mason": [],
|
||||
"shepherd": [],
|
||||
"toolsmith": [],
|
||||
"weaponsmith": [],
|
||||
"nitwit": [],
|
||||
"none": []
|
||||
},
|
||||
"globalBookmarks2": {
|
||||
"armorer": [],
|
||||
"butcher": [],
|
||||
"cartographer": [],
|
||||
"cleric": [],
|
||||
"farmer": [],
|
||||
"fisherman": [],
|
||||
"fletcher": [],
|
||||
"leatherworker": [],
|
||||
"librarian": [],
|
||||
"mason": [],
|
||||
"shepherd": [],
|
||||
"toolsmith": [],
|
||||
"weaponsmith": [],
|
||||
"nitwit": [],
|
||||
"none": []
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"package.name.className": {
|
||||
"ignore": false,
|
||||
"playerSideOnly": false,
|
||||
"force": false,
|
||||
"buttonHints": {
|
||||
"SORT": {
|
||||
"horizontalOffset": 0,
|
||||
"top": 0,
|
||||
"bottom": 0
|
||||
},
|
||||
"SORT_COLUMNS": {
|
||||
"horizontalOffset": 0,
|
||||
"top": 0,
|
||||
"bottom": 0
|
||||
},
|
||||
"SORT_ROWS": {
|
||||
"horizontalOffset": 0,
|
||||
"top": 0,
|
||||
"bottom": 0
|
||||
},
|
||||
"MOVE_TO_CONTAINER": {
|
||||
"horizontalOffset": 0,
|
||||
"top": 0,
|
||||
"bottom": 0
|
||||
},
|
||||
"MOVE_TO_PLAYER": {
|
||||
"horizontalOffset": 0,
|
||||
"top": 0,
|
||||
"bottom": 0
|
||||
},
|
||||
"CONTINUOUS_CRAFTING": {
|
||||
"horizontalOffset": 0,
|
||||
"top": 0,
|
||||
"bottom": 0
|
||||
},
|
||||
"PROFILE_SELECTOR": {
|
||||
"horizontalOffset": 0,
|
||||
"top": 0,
|
||||
"bottom": 0,
|
||||
"hide": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"another.package.name.className": {
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"ModSettings": {
|
||||
"first_run": false
|
||||
},
|
||||
"GuiSettings": {
|
||||
"continuous_crafting_saved_value": false
|
||||
},
|
||||
"AutoRefillSettings": {
|
||||
"auto_refill_enable_per_slot_config": {
|
||||
"value": false
|
||||
},
|
||||
"auto_refill_enable_indicator_icons": {
|
||||
"value": false
|
||||
},
|
||||
"auto_refill_enable_horbar_indicator_icons": {
|
||||
"value": false
|
||||
},
|
||||
"visual_durability_notification": {
|
||||
"value": false
|
||||
},
|
||||
"audio_durability_notification": {
|
||||
"value": false
|
||||
},
|
||||
"visual_replace_success_notification": {
|
||||
"value": false
|
||||
},
|
||||
"audio_replace_success_notification": {
|
||||
"value": false
|
||||
},
|
||||
"visual_replace_failed_notification": {
|
||||
"value": false
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"globalBookmarks": {
|
||||
"armorer": [],
|
||||
"butcher": [],
|
||||
"cartographer": [],
|
||||
"cleric": [],
|
||||
"farmer": [],
|
||||
"fisherman": [],
|
||||
"fletcher": [],
|
||||
"leatherworker": [],
|
||||
"librarian": [],
|
||||
"mason": [],
|
||||
"shepherd": [],
|
||||
"toolsmith": [],
|
||||
"weaponsmith": [],
|
||||
"nitwit": [],
|
||||
"none": []
|
||||
},
|
||||
"globalBookmarks1": {
|
||||
"armorer": [],
|
||||
"butcher": [],
|
||||
"cartographer": [],
|
||||
"cleric": [],
|
||||
"farmer": [],
|
||||
"fisherman": [],
|
||||
"fletcher": [],
|
||||
"leatherworker": [],
|
||||
"librarian": [],
|
||||
"mason": [],
|
||||
"shepherd": [],
|
||||
"toolsmith": [],
|
||||
"weaponsmith": [],
|
||||
"nitwit": [],
|
||||
"none": []
|
||||
},
|
||||
"globalBookmarks2": {
|
||||
"armorer": [],
|
||||
"butcher": [],
|
||||
"cartographer": [],
|
||||
"cleric": [],
|
||||
"farmer": [],
|
||||
"fisherman": [],
|
||||
"fletcher": [],
|
||||
"leatherworker": [],
|
||||
"librarian": [],
|
||||
"mason": [],
|
||||
"shepherd": [],
|
||||
"toolsmith": [],
|
||||
"weaponsmith": [],
|
||||
"nitwit": [],
|
||||
"none": []
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"globalBookmarks": {
|
||||
"armorer": [],
|
||||
"butcher": [],
|
||||
"cartographer": [],
|
||||
"cleric": [],
|
||||
"farmer": [],
|
||||
"fisherman": [],
|
||||
"fletcher": [],
|
||||
"leatherworker": [],
|
||||
"librarian": [],
|
||||
"mason": [],
|
||||
"shepherd": [],
|
||||
"toolsmith": [],
|
||||
"weaponsmith": [],
|
||||
"nitwit": [],
|
||||
"none": []
|
||||
},
|
||||
"globalBookmarks1": {
|
||||
"armorer": [],
|
||||
"butcher": [],
|
||||
"cartographer": [],
|
||||
"cleric": [],
|
||||
"farmer": [],
|
||||
"fisherman": [],
|
||||
"fletcher": [],
|
||||
"leatherworker": [],
|
||||
"librarian": [],
|
||||
"mason": [],
|
||||
"shepherd": [],
|
||||
"toolsmith": [],
|
||||
"weaponsmith": [],
|
||||
"nitwit": [],
|
||||
"none": []
|
||||
},
|
||||
"globalBookmarks2": {
|
||||
"armorer": [],
|
||||
"butcher": [],
|
||||
"cartographer": [],
|
||||
"cleric": [],
|
||||
"farmer": [],
|
||||
"fisherman": [],
|
||||
"fletcher": [],
|
||||
"leatherworker": [],
|
||||
"librarian": [],
|
||||
"mason": [],
|
||||
"shepherd": [],
|
||||
"toolsmith": [],
|
||||
"weaponsmith": [],
|
||||
"nitwit": [],
|
||||
"none": []
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"globalBookmarks": {
|
||||
"armorer": [],
|
||||
"butcher": [],
|
||||
"cartographer": [],
|
||||
"cleric": [],
|
||||
"farmer": [],
|
||||
"fisherman": [],
|
||||
"fletcher": [],
|
||||
"leatherworker": [],
|
||||
"librarian": [],
|
||||
"mason": [],
|
||||
"shepherd": [],
|
||||
"toolsmith": [],
|
||||
"weaponsmith": [],
|
||||
"nitwit": [],
|
||||
"none": []
|
||||
},
|
||||
"globalBookmarks1": {
|
||||
"armorer": [],
|
||||
"butcher": [],
|
||||
"cartographer": [],
|
||||
"cleric": [],
|
||||
"farmer": [],
|
||||
"fisherman": [],
|
||||
"fletcher": [],
|
||||
"leatherworker": [],
|
||||
"librarian": [],
|
||||
"mason": [],
|
||||
"shepherd": [],
|
||||
"toolsmith": [],
|
||||
"weaponsmith": [],
|
||||
"nitwit": [],
|
||||
"none": []
|
||||
},
|
||||
"globalBookmarks2": {
|
||||
"armorer": [],
|
||||
"butcher": [],
|
||||
"cartographer": [],
|
||||
"cleric": [],
|
||||
"farmer": [],
|
||||
"fisherman": [],
|
||||
"fletcher": [],
|
||||
"leatherworker": [],
|
||||
"librarian": [],
|
||||
"mason": [],
|
||||
"shepherd": [],
|
||||
"toolsmith": [],
|
||||
"weaponsmith": [],
|
||||
"nitwit": [],
|
||||
"none": []
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"globalBookmarks": {
|
||||
"armorer": [],
|
||||
"butcher": [],
|
||||
"cartographer": [],
|
||||
"cleric": [],
|
||||
"farmer": [],
|
||||
"fisherman": [],
|
||||
"fletcher": [],
|
||||
"leatherworker": [],
|
||||
"librarian": [],
|
||||
"mason": [],
|
||||
"shepherd": [],
|
||||
"toolsmith": [],
|
||||
"weaponsmith": [],
|
||||
"nitwit": [],
|
||||
"none": []
|
||||
},
|
||||
"globalBookmarks1": {
|
||||
"armorer": [],
|
||||
"butcher": [],
|
||||
"cartographer": [],
|
||||
"cleric": [],
|
||||
"farmer": [],
|
||||
"fisherman": [],
|
||||
"fletcher": [],
|
||||
"leatherworker": [],
|
||||
"librarian": [],
|
||||
"mason": [],
|
||||
"shepherd": [],
|
||||
"toolsmith": [],
|
||||
"weaponsmith": [],
|
||||
"nitwit": [],
|
||||
"none": []
|
||||
},
|
||||
"globalBookmarks2": {
|
||||
"armorer": [],
|
||||
"butcher": [],
|
||||
"cartographer": [],
|
||||
"cleric": [],
|
||||
"farmer": [],
|
||||
"fisherman": [],
|
||||
"fletcher": [],
|
||||
"leatherworker": [],
|
||||
"librarian": [],
|
||||
"mason": [],
|
||||
"shepherd": [],
|
||||
"toolsmith": [],
|
||||
"weaponsmith": [],
|
||||
"nitwit": [],
|
||||
"none": []
|
||||
}
|
||||
}
|
||||
@@ -1,8 +1,8 @@
|
||||
#This file stores configuration options for Iris, such as the currently active shaderpack
|
||||
#Wed Feb 12 02:11:02 CST 2025
|
||||
#Thu Feb 13 13:09:40 CST 2025
|
||||
colorSpace=SRGB
|
||||
disableUpdateMessage=false
|
||||
enableDebugOptions=false
|
||||
enableShaders=true
|
||||
maxShadowRenderDistance=32
|
||||
shaderPack=
|
||||
shaderPack=BSL_v8.4.01.2.zip
|
||||
|
||||
174
.minecraft/config/itemscroller.json
Normal file
174
.minecraft/config/itemscroller.json
Normal file
@@ -0,0 +1,174 @@
|
||||
{
|
||||
"Generic": {
|
||||
"carpetCtrlQCraftingEnabledOnServer": false,
|
||||
"clientCraftingFixOn1.12": true,
|
||||
"craftingRenderRecipeItems": true,
|
||||
"debugMessages": false,
|
||||
"massCraftInhibitMidUpdates": true,
|
||||
"massCraftInterval": 2,
|
||||
"massCraftIterations": 36,
|
||||
"massCraftSwapsOnly": false,
|
||||
"massCraftUseRecipeBook": true,
|
||||
"massCraftHold": false,
|
||||
"modMainToggle": true,
|
||||
"packetRateLimit": 4,
|
||||
"rateLimitClickPackets": false,
|
||||
"craftingRecipesSaveToFile": true,
|
||||
"craftingRecipesSaveFileIsGlobal": false,
|
||||
"reverseScrollDirectionSingle": false,
|
||||
"reverseScrollDirectionStacks": false,
|
||||
"useSlotPositionAwareScrollDirection": false,
|
||||
"useRecipeCaching": true,
|
||||
"villagerTradeUseGlobalFavorites": true,
|
||||
"villagerTradeListRememberScrollPosition": true,
|
||||
"sortInventoryToggle": false,
|
||||
"sortAssumeEmptyBoxStacks": false,
|
||||
"sortShulkerBoxesAtEnd": true,
|
||||
"sortShulkerBoxesInverted": false,
|
||||
"sortBundlesAtEnd": true,
|
||||
"sortBundlesInverted": false,
|
||||
"sortTopPriorityInventory": [
|
||||
"minecraft:diamond_sword",
|
||||
"minecraft:diamond_pickaxe",
|
||||
"minecraft:diamond_axe",
|
||||
"minecraft:diamond_shovel",
|
||||
"minecraft:diamond_hoe",
|
||||
"minecraft:netherite_sword",
|
||||
"minecraft:netherite_pickaxe",
|
||||
"minecraft:netherite_axe",
|
||||
"minecraft:netherite_shovel",
|
||||
"minecraft:netherite_hoe"
|
||||
],
|
||||
"sortBottomPriorityInventory": [],
|
||||
"sortMethodDefault": "category_name",
|
||||
"sortCategoryOrder": [
|
||||
"building_blocks",
|
||||
"colored_blocks",
|
||||
"natural_blocks",
|
||||
"functional_blocks",
|
||||
"redstone_blocks",
|
||||
"tools_and_utilities",
|
||||
"combat",
|
||||
"food_and_drinks",
|
||||
"ingredients",
|
||||
"spawn_eggs",
|
||||
"op_blocks",
|
||||
"other"
|
||||
]
|
||||
},
|
||||
"Hotkeys": {
|
||||
"openConfigGui": {
|
||||
"keys": "I,C"
|
||||
},
|
||||
"toggleModOnOff": {
|
||||
"keys": ""
|
||||
},
|
||||
"craftEverything": {
|
||||
"keys": "LEFT_CONTROL,C"
|
||||
},
|
||||
"dropAllMatching": {
|
||||
"keys": "LEFT_CONTROL,LEFT_SHIFT,Q"
|
||||
},
|
||||
"massCraft": {
|
||||
"keys": "LEFT_CONTROL,LEFT_ALT,C"
|
||||
},
|
||||
"massCraftToggle": {
|
||||
"keys": ""
|
||||
},
|
||||
"moveCraftResults": {
|
||||
"keys": "LEFT_CONTROL,M"
|
||||
},
|
||||
"recipeView": {
|
||||
"keys": "A"
|
||||
},
|
||||
"slotDebug": {
|
||||
"keys": "LEFT_CONTROL,LEFT_ALT,LEFT_SHIFT,I"
|
||||
},
|
||||
"storeRecipe": {
|
||||
"keys": "BUTTON_3"
|
||||
},
|
||||
"throwCraftResults": {
|
||||
"keys": "LEFT_CONTROL,T"
|
||||
},
|
||||
"villagerTradeFavorites": {
|
||||
"keys": ""
|
||||
},
|
||||
"modifierMoveEverything": {
|
||||
"keys": "LEFT_ALT,LEFT_SHIFT"
|
||||
},
|
||||
"modifierMoveMatching": {
|
||||
"keys": "LEFT_ALT"
|
||||
},
|
||||
"modifierMoveStack": {
|
||||
"keys": "LEFT_SHIFT"
|
||||
},
|
||||
"modifierToggleVillagerGlobalFavorite": {
|
||||
"keys": "LEFT_SHIFT"
|
||||
},
|
||||
"keyDragMoveStacks": {
|
||||
"keys": "LEFT_SHIFT,BUTTON_1"
|
||||
},
|
||||
"keyDragMoveLeaveOne": {
|
||||
"keys": "LEFT_SHIFT,BUTTON_2"
|
||||
},
|
||||
"keyDragMoveMatching": {
|
||||
"keys": "LEFT_ALT,BUTTON_1"
|
||||
},
|
||||
"keyDragMoveOne": {
|
||||
"keys": "LEFT_CONTROL,BUTTON_1"
|
||||
},
|
||||
"keyDragDropLeaveOne": {
|
||||
"keys": "LEFT_SHIFT,Q,BUTTON_2"
|
||||
},
|
||||
"keyDragDropSingle": {
|
||||
"keys": "Q,BUTTON_1"
|
||||
},
|
||||
"keyDragDropStacks": {
|
||||
"keys": "LEFT_SHIFT,Q,BUTTON_1"
|
||||
},
|
||||
"keyMoveEverything": {
|
||||
"keys": "LEFT_ALT,LEFT_SHIFT,BUTTON_1"
|
||||
},
|
||||
"wsMoveDownLeaveOne": {
|
||||
"keys": "S,BUTTON_2"
|
||||
},
|
||||
"wsMoveDownMatching": {
|
||||
"keys": "LEFT_ALT,S,BUTTON_1"
|
||||
},
|
||||
"wsMoveDownSingle": {
|
||||
"keys": "S,BUTTON_1"
|
||||
},
|
||||
"wsMoveDownStacks": {
|
||||
"keys": "LEFT_SHIFT,S,BUTTON_1"
|
||||
},
|
||||
"wsMoveUpLeaveOne": {
|
||||
"keys": "W,BUTTON_2"
|
||||
},
|
||||
"wsMoveUpMatching": {
|
||||
"keys": "LEFT_ALT,W,BUTTON_1"
|
||||
},
|
||||
"wsMoveUpSingle": {
|
||||
"keys": "W,BUTTON_1"
|
||||
},
|
||||
"wsMoveUpStacks": {
|
||||
"keys": "LEFT_SHIFT,W,BUTTON_1"
|
||||
},
|
||||
"sortInventory": {
|
||||
"keys": "R"
|
||||
}
|
||||
},
|
||||
"Toggles": {
|
||||
"enableCraftingFeatures": true,
|
||||
"enableDropkeyDropMatching": true,
|
||||
"enableRightClickCraftingOneStack": true,
|
||||
"enableScrollingEverything": true,
|
||||
"enableScrollingMatchingStacks": true,
|
||||
"enableScrollingSingle": true,
|
||||
"enableScrollingStacks": true,
|
||||
"enableScrollingStacksFallback": true,
|
||||
"enableScrollingVillager": true,
|
||||
"enableShiftDropItems": true,
|
||||
"enableShiftPlaceItems": true,
|
||||
"enableVillagerTradeFeatures": true
|
||||
}
|
||||
}
|
||||
179
.minecraft/config/lambdynlights.toml
Normal file
179
.minecraft/config/lambdynlights.toml
Normal file
@@ -0,0 +1,179 @@
|
||||
# LambDynamicLights configuration.
|
||||
# The dynamic lights mode
|
||||
mode = "fancy"
|
||||
|
||||
# Light sources settings.
|
||||
[light_sources]
|
||||
# Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water.
|
||||
water_sensitive_check = true
|
||||
# Enables dynamic lighting of beacon or end gateway beams.
|
||||
beam = true
|
||||
# Enable entities light source.
|
||||
entities = true
|
||||
# Enable first-person player light source.
|
||||
self = true
|
||||
# TNT lighting mode. May be off, simple or fancy.
|
||||
tnt = "fancy"
|
||||
# Creeper lighting mode. May be off, simple or fancy.
|
||||
creeper = "fancy"
|
||||
# Enables dynamic lighting of Guardian's lasers. This also can be toggled off by disabling Guardian dynamic lighting.
|
||||
guardian_laser = true
|
||||
|
||||
[light_sources.settings.entities.minecraft]
|
||||
glow_item_frame = false
|
||||
|
||||
[debug]
|
||||
active_dynamic_lighting_cells = false
|
||||
display_dynamic_lighting_chunk_rebuild = false
|
||||
display_behavior_bounding_box = false
|
||||
|
||||
[entity.minecraft]
|
||||
zombie_horse = true
|
||||
pale_oak_boat = true
|
||||
axolotl = true
|
||||
zoglin = true
|
||||
egg = true
|
||||
spawner_minecart = true
|
||||
allay = true
|
||||
jungle_chest_boat = true
|
||||
llama = true
|
||||
mule = true
|
||||
bat = true
|
||||
husk = true
|
||||
experience_bottle = true
|
||||
camel = true
|
||||
rabbit = true
|
||||
firework_rocket = true
|
||||
silverfish = true
|
||||
giant = true
|
||||
drowned = true
|
||||
creaking = true
|
||||
item = true
|
||||
oak_chest_boat = true
|
||||
goat = true
|
||||
vindicator = true
|
||||
horse = true
|
||||
birch_boat = true
|
||||
minecart = true
|
||||
spectral_arrow = true
|
||||
mooshroom = true
|
||||
oak_boat = true
|
||||
llama_spit = true
|
||||
glow_item_frame = true
|
||||
tnt = true
|
||||
snowball = true
|
||||
parrot = true
|
||||
creeper = true
|
||||
lightning_bolt = true
|
||||
tadpole = true
|
||||
ravager = true
|
||||
evoker_fangs = true
|
||||
tropical_fish = true
|
||||
chest_minecart = true
|
||||
slime = true
|
||||
pillager = true
|
||||
dark_oak_chest_boat = true
|
||||
area_effect_cloud = true
|
||||
blaze = true
|
||||
piglin = true
|
||||
end_crystal = true
|
||||
endermite = true
|
||||
zombie = true
|
||||
ender_pearl = true
|
||||
item_display = true
|
||||
breeze_wind_charge = true
|
||||
guardian = true
|
||||
fireball = true
|
||||
illusioner = true
|
||||
wither_skull = true
|
||||
eye_of_ender = true
|
||||
wolf = true
|
||||
tnt_minecart = true
|
||||
zombie_villager = true
|
||||
block_display = true
|
||||
elder_guardian = true
|
||||
cherry_chest_boat = true
|
||||
acacia_chest_boat = true
|
||||
small_fireball = true
|
||||
strider = true
|
||||
cave_spider = true
|
||||
witch = true
|
||||
snow_golem = true
|
||||
cod = true
|
||||
spider = true
|
||||
command_block_minecart = true
|
||||
panda = true
|
||||
bee = true
|
||||
arrow = true
|
||||
cow = true
|
||||
birch_chest_boat = true
|
||||
magma_cube = true
|
||||
pig = true
|
||||
spruce_boat = true
|
||||
skeleton = true
|
||||
frog = true
|
||||
hoglin = true
|
||||
armadillo = true
|
||||
armor_stand = true
|
||||
experience_orb = true
|
||||
dolphin = true
|
||||
stray = true
|
||||
jungle_boat = true
|
||||
turtle = true
|
||||
shulker = true
|
||||
salmon = true
|
||||
wither_skeleton = true
|
||||
vex = true
|
||||
wandering_trader = true
|
||||
piglin_brute = true
|
||||
breeze = true
|
||||
ocelot = true
|
||||
furnace_minecart = true
|
||||
pale_oak_chest_boat = true
|
||||
acacia_boat = true
|
||||
mangrove_boat = true
|
||||
item_frame = true
|
||||
phantom = true
|
||||
ender_dragon = true
|
||||
leash_knot = true
|
||||
evoker = true
|
||||
marker = true
|
||||
glow_squid = true
|
||||
warden = true
|
||||
squid = true
|
||||
shulker_bullet = true
|
||||
enderman = true
|
||||
dragon_fireball = true
|
||||
chicken = true
|
||||
sniffer = true
|
||||
dark_oak_boat = true
|
||||
trader_llama = true
|
||||
donkey = true
|
||||
bogged = true
|
||||
bamboo_chest_raft = true
|
||||
bamboo_raft = true
|
||||
fox = true
|
||||
mangrove_chest_boat = true
|
||||
cherry_boat = true
|
||||
iron_golem = true
|
||||
zombified_piglin = true
|
||||
cat = true
|
||||
wind_charge = true
|
||||
ghast = true
|
||||
sheep = true
|
||||
player = true
|
||||
pufferfish = true
|
||||
potion = true
|
||||
trident = true
|
||||
villager = true
|
||||
ominous_item_spawner = true
|
||||
skeleton_horse = true
|
||||
fishing_bobber = true
|
||||
text_display = true
|
||||
polar_bear = true
|
||||
hopper_minecart = true
|
||||
falling_block = true
|
||||
painting = true
|
||||
interaction = true
|
||||
wither = true
|
||||
spruce_chest_boat = true
|
||||
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.
|
||||
32
.minecraft/config/malilib.json
Normal file
32
.minecraft/config/malilib.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"Generic": {
|
||||
"ignoredKeys": {
|
||||
"keys": ""
|
||||
},
|
||||
"openGuiConfigs": {
|
||||
"keys": "A,C"
|
||||
},
|
||||
"enableConfigSwitcher": {
|
||||
"enabled": true,
|
||||
"hotkey": {
|
||||
"keys": ""
|
||||
}
|
||||
},
|
||||
"realmsCommonConfig": true,
|
||||
"enableActionbarMessages": {
|
||||
"enabled": true,
|
||||
"hotkey": {
|
||||
"keys": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"Debug": {
|
||||
"debugMessages": false,
|
||||
"configElementDebug": false,
|
||||
"inputCancellationDebugging": false,
|
||||
"keybindDebugging": false,
|
||||
"keybindDebuggingIngame": false,
|
||||
"mouseScrollDebug": false,
|
||||
"printTranslationKeys": false
|
||||
}
|
||||
}
|
||||
752
.minecraft/config/minihud.json
Normal file
752
.minecraft/config/minihud.json
Normal file
@@ -0,0 +1,752 @@
|
||||
{
|
||||
"InfoLineOrders": {
|
||||
"infoFPS": 0,
|
||||
"infoMemoryUsage": 0,
|
||||
"infoTimeIRL": 0,
|
||||
"infoTimeWorld": 0,
|
||||
"infoWorldTimeFormatted": 0,
|
||||
"infoCoordinates": 0,
|
||||
"infoCoordinatesScaled": 0,
|
||||
"infoBlockPosition": 0,
|
||||
"infoChunkPosition": 0,
|
||||
"infoBlockInChunk": 0,
|
||||
"infoDimensionId": 0,
|
||||
"infoFacing": 0,
|
||||
"infoRotationYaw": 0,
|
||||
"infoRotationPitch": 0,
|
||||
"infoBlockBreakSpeed": 0,
|
||||
"infoPlayerExperience": 0,
|
||||
"infoSpeed": 0,
|
||||
"infoSpeedAxis": 0,
|
||||
"infoSpeedHV": 0,
|
||||
"infoSprinting": 0,
|
||||
"infoServerTPS": 0,
|
||||
"§6infoServux§r": 0,
|
||||
"infoPing": 0,
|
||||
"§6infoWeather§r": 0,
|
||||
"infoTimeTotalModulo": 0,
|
||||
"infoTimeDayModulo": 0,
|
||||
"§6infoMobCaps§r": 0,
|
||||
"infoParticleCount": 0,
|
||||
"infoDifficulty": 0,
|
||||
"infoEntities": 0,
|
||||
"infoEntitiesClientWorld": 0,
|
||||
"infoTileEntities": 0,
|
||||
"infoLightLevel": 0,
|
||||
"infoBiome": 0,
|
||||
"infoBiomeRegistryName": 0,
|
||||
"infoDistance": 0,
|
||||
"infoLoadedChunksCount": 0,
|
||||
"infoChunkSections": 0,
|
||||
"infoChunkSectionsLine": 0,
|
||||
"infoChunkUpdates": 0,
|
||||
"infoRegionFile": 0,
|
||||
"infoSlimeChunk": 0,
|
||||
"infoLookingAtBlock": 0,
|
||||
"infoLookingAtBlockInChunk": 0,
|
||||
"infoBlockProperties": 0,
|
||||
"§6infoBeeCount§r": 0,
|
||||
"§6infoComparatorOutput§r": 0,
|
||||
"infoHoneyLevel": 0,
|
||||
"§6infoFurnaceXp§r": 0,
|
||||
"infoEntityRegistryName": 0,
|
||||
"infoLookingAtEntity": 0,
|
||||
"infoLookingAtEffects": 0,
|
||||
"infoLookingAtPlayerExp": 0,
|
||||
"infoZombieConversion": 0,
|
||||
"infoHorseSpeed": 0,
|
||||
"infoHorseJump": 0,
|
||||
"infoPandaGene": 0,
|
||||
"infoEntityVariant": 0
|
||||
},
|
||||
"Colors": {
|
||||
"beaconRangeLvl1": "#20E060FF",
|
||||
"beaconRangeLvl2": "#20FFB040",
|
||||
"beaconRangeLvl3": "#20FFF040",
|
||||
"beaconRangeLvl4": "#2060FF40",
|
||||
"blockGridOverlayColor": "#80FFFFFF",
|
||||
"conduitRange": "#2030FFFF",
|
||||
"lightLevelMarkerBlockLit": "#FF209040",
|
||||
"lightLevelMarkerDark": "#FFFF4848",
|
||||
"lightLevelMarkerDim": "#FFC0C040",
|
||||
"lightLevelMarkerSkyLit": "#FFFFFF33",
|
||||
"lightLevelNumberBlockDark": "#FFC03030",
|
||||
"lightLevelNumberBlockDim": "#FFC0C040",
|
||||
"lightLevelNumberBlockLit": "#FF20FF40",
|
||||
"lightLevelNumberSkyDark": "#FFFFF030",
|
||||
"lightLevelNumberSkyDim": "#FFC0C030",
|
||||
"lightLevelNumberSkyLit": "#FF40E0FF",
|
||||
"randomTicksFixedOverlayColor": "#30F9F225",
|
||||
"randomTicksPlayerOverlayColor": "#3030FE73",
|
||||
"regionOverlayColor": "#30FF8019",
|
||||
"shapeAdjustableSpawnSphere": "#6030B0B0",
|
||||
"shapeBox": "#6050A0A0",
|
||||
"shapeCanDespawnSphere": "#60A04050",
|
||||
"shapeCanSpawnSphere": "#60A04050",
|
||||
"shapeCircle": "#6030B0B0",
|
||||
"shapeDespawnSphere": "#60A04050",
|
||||
"shapeLineBlocky": "#6030F0B0",
|
||||
"shapeSphereBlocky": "#6030B0B0",
|
||||
"slimeChunksOverlayColor": "#3020F020",
|
||||
"spawnPlayerEntityOverlayColor": "#302050D0",
|
||||
"spawnPlayerRedstoneOverlayColor": "#30F8D641",
|
||||
"spawnPlayerLazyOverlayColor": "#30D030D0",
|
||||
"spawnPlayerOuterOverlayColor": "#306900D2",
|
||||
"spawnRealEntityOverlayColor": "#3030FF20",
|
||||
"spawnRealRedstoneOverlayColor": "#30F8D641",
|
||||
"spawnRealLazyOverlayColor": "#30FF3020",
|
||||
"spawnRealOuterOverlayColor": "#309D581A",
|
||||
"spawnableColumnHeightsOverlayColor": "#A0FF00FF",
|
||||
"textBackgroundColor": "#A0505050",
|
||||
"textColor": "#FFE0E0E0"
|
||||
},
|
||||
"Generic": {
|
||||
"axolotlTooltips": false,
|
||||
"beeTooltips": false,
|
||||
"bundleTooltips": true,
|
||||
"bundleTooltipsFillLevel": 64,
|
||||
"honeyTooltips": false,
|
||||
"biomeOverlaySingleColor": true,
|
||||
"bundlePreview": false,
|
||||
"bundleDisplayBgColor": true,
|
||||
"bundleDisplayRequireShift": true,
|
||||
"bundleDisplayRowWidth": 9,
|
||||
"debugMessages": false,
|
||||
"dontClearStoredSeedOnDimensionChange": true,
|
||||
"entityDataSync": true,
|
||||
"entityDataSyncBackup": true,
|
||||
"entityDataSyncCacheTimeout": 1.0,
|
||||
"entityDataSyncLoadNbt": false,
|
||||
"infoLinesUsesNbt": true,
|
||||
"lightLevelAutoHeight": false,
|
||||
"lightLevelCollisionCheck": false,
|
||||
"lightLevelColoredNumbers": true,
|
||||
"lightLevelNumberRotation": true,
|
||||
"lightLevelRenderThrough": false,
|
||||
"lightLevelSkipBlockCheck": false,
|
||||
"lightLevelUnderWater": false,
|
||||
"mapPreview": false,
|
||||
"mapPreviewRequireShift": true,
|
||||
"offsetSubtitleHud": true,
|
||||
"requireSneak": false,
|
||||
"shulkerBoxPreview": true,
|
||||
"shulkerDisplayBgColor": true,
|
||||
"shulkerDisplayEnderChest": false,
|
||||
"shulkerDisplayRequireShift": true,
|
||||
"slimeChunkTopToPlayer": false,
|
||||
"sortLinesByLength": false,
|
||||
"sortLinesReversed": false,
|
||||
"spawnPlayerOuterOverlayEnabled": false,
|
||||
"spawnPlayerRedstoneOverlayEnabled": false,
|
||||
"spawnRealOuterOverlayEnabled": false,
|
||||
"spawnRealRedstoneOverlayEnabled": false,
|
||||
"structuresRenderThrough": false,
|
||||
"useCustomizedCoordinateFormat": true,
|
||||
"useFontShadow": false,
|
||||
"useTextBackground": true,
|
||||
"mainRenderingToggle": {
|
||||
"enabled": true,
|
||||
"hotkey": {
|
||||
"keys": "H"
|
||||
}
|
||||
},
|
||||
"moveShapeToPlayer": {
|
||||
"keys": ""
|
||||
},
|
||||
"openConfigGui": {
|
||||
"keys": "H,C"
|
||||
},
|
||||
"requiredKey": {
|
||||
"keys": ""
|
||||
},
|
||||
"serverNbtRequestRate": 2,
|
||||
"setDistanceReferencePoint": {
|
||||
"keys": ""
|
||||
},
|
||||
"shapeEditor": {
|
||||
"keys": ""
|
||||
},
|
||||
"blockGridOverlayMode": "all",
|
||||
"lightLevelMarkerCondition": "spawnable",
|
||||
"lightLevelMarkers": "square",
|
||||
"lightLevelNumberCondition": "always",
|
||||
"lightLevelNumbers": "block",
|
||||
"hudAlignment": "top_right",
|
||||
"biomeOverlayRange": 4,
|
||||
"biomeOverlayRangeVertical": 0,
|
||||
"blockPosFormat": "Block: %d, %d, %d",
|
||||
"blockGridOverlayRadius": 32,
|
||||
"coordinateFormat": "x: %.1f y: %.1f z: %.1f",
|
||||
"dateFormatReal": "yyyy-MM-dd HH:mm:ss",
|
||||
"dateFormatMinecraft": "MC time: (day {DAY}) {HOUR}:{MIN}:xx",
|
||||
"fontScale": 0.5,
|
||||
"lightLevelMarkerSize": 0.84,
|
||||
"lightLevelNumberOffsetBlockX": 0.26,
|
||||
"lightLevelNumberOffsetBlockY": 0.32,
|
||||
"lightLevelNumberOffsetSkyX": 0.42,
|
||||
"lightLevelNumberOffsetSkyY": 0.56,
|
||||
"lightLevelRange": 24,
|
||||
"lightLevelThresholdDim": 0,
|
||||
"lightLevelThresholdSafe": 1,
|
||||
"lightLevelRenderOffset": 0.005,
|
||||
"mapPreviewSize": 160,
|
||||
"slimeChunkOverlayRadius": -1,
|
||||
"spawnableColumnHeightsOverlayRadius": 40,
|
||||
"textPosX": 4,
|
||||
"textPosY": 4,
|
||||
"timeDayDivisor": 24000,
|
||||
"timeTotalDivisor": 24000,
|
||||
"inventoryPreview": {
|
||||
"keys": "LEFT_ALT"
|
||||
},
|
||||
"inventoryPreviewEnabled": false,
|
||||
"inventoryPreviewToggleScreen": {
|
||||
"keys": "BUTTON_3"
|
||||
},
|
||||
"villagerConversionTicks": true,
|
||||
"villagerOfferEnchantmentBooks": true,
|
||||
"villagerOfferPriceRange": true,
|
||||
"villagerOfferHighestLevelOnly": false,
|
||||
"villagerOfferLowestPriceNearby": false,
|
||||
"villagerOfferPriceThreshold": 1.0
|
||||
},
|
||||
"InfoTypeToggles": {
|
||||
"infoFPS": false,
|
||||
"infoMemoryUsage": false,
|
||||
"infoTimeIRL": true,
|
||||
"infoTimeWorld": false,
|
||||
"infoWorldTimeFormatted": false,
|
||||
"infoCoordinates": true,
|
||||
"infoCoordinatesScaled": false,
|
||||
"infoBlockPosition": false,
|
||||
"infoChunkPosition": false,
|
||||
"infoBlockInChunk": false,
|
||||
"infoDimensionId": false,
|
||||
"infoFacing": true,
|
||||
"infoRotationYaw": false,
|
||||
"infoRotationPitch": false,
|
||||
"infoBlockBreakSpeed": false,
|
||||
"infoPlayerExperience": false,
|
||||
"infoSpeed": false,
|
||||
"infoSpeedAxis": false,
|
||||
"infoSpeedHV": false,
|
||||
"infoSprinting": false,
|
||||
"infoServerTPS": false,
|
||||
"§6infoServux§r": false,
|
||||
"infoPing": true,
|
||||
"§6infoWeather§r": false,
|
||||
"infoTimeTotalModulo": false,
|
||||
"infoTimeDayModulo": false,
|
||||
"§6infoMobCaps§r": false,
|
||||
"infoParticleCount": false,
|
||||
"infoDifficulty": false,
|
||||
"infoEntities": false,
|
||||
"infoEntitiesClientWorld": false,
|
||||
"infoTileEntities": false,
|
||||
"infoLightLevel": false,
|
||||
"infoBiome": false,
|
||||
"infoBiomeRegistryName": false,
|
||||
"infoDistance": false,
|
||||
"infoLoadedChunksCount": false,
|
||||
"infoChunkSections": false,
|
||||
"infoChunkSectionsLine": false,
|
||||
"infoChunkUpdates": false,
|
||||
"infoRegionFile": false,
|
||||
"infoSlimeChunk": false,
|
||||
"infoLookingAtBlock": false,
|
||||
"infoLookingAtBlockInChunk": false,
|
||||
"infoBlockProperties": false,
|
||||
"§6infoBeeCount§r": false,
|
||||
"§6infoComparatorOutput§r": false,
|
||||
"infoHoneyLevel": false,
|
||||
"§6infoFurnaceXp§r": false,
|
||||
"infoEntityRegistryName": false,
|
||||
"infoLookingAtEntity": false,
|
||||
"infoLookingAtEffects": false,
|
||||
"infoLookingAtPlayerExp": false,
|
||||
"infoZombieConversion": false,
|
||||
"infoHorseSpeed": false,
|
||||
"infoHorseJump": false,
|
||||
"infoPandaGene": false,
|
||||
"infoEntityVariant": false
|
||||
},
|
||||
"InfoHotkeys": {
|
||||
"infoFPS": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoMemoryUsage": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoTimeIRL": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoTimeWorld": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoWorldTimeFormatted": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoCoordinates": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoCoordinatesScaled": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoBlockPosition": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoChunkPosition": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoBlockInChunk": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoDimensionId": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoFacing": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoRotationYaw": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoRotationPitch": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoBlockBreakSpeed": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoPlayerExperience": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoSpeed": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoSpeedAxis": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoSpeedHV": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoSprinting": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoServerTPS": {
|
||||
"keys": ""
|
||||
},
|
||||
"§6infoServux§r": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoPing": {
|
||||
"keys": ""
|
||||
},
|
||||
"§6infoWeather§r": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoTimeTotalModulo": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoTimeDayModulo": {
|
||||
"keys": ""
|
||||
},
|
||||
"§6infoMobCaps§r": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoParticleCount": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoDifficulty": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoEntities": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoEntitiesClientWorld": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoTileEntities": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoLightLevel": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoBiome": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoBiomeRegistryName": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoDistance": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoLoadedChunksCount": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoChunkSections": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoChunkSectionsLine": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoChunkUpdates": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoRegionFile": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoSlimeChunk": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoLookingAtBlock": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoLookingAtBlockInChunk": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoBlockProperties": {
|
||||
"keys": ""
|
||||
},
|
||||
"§6infoBeeCount§r": {
|
||||
"keys": ""
|
||||
},
|
||||
"§6infoComparatorOutput§r": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoHoneyLevel": {
|
||||
"keys": ""
|
||||
},
|
||||
"§6infoFurnaceXp§r": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoEntityRegistryName": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoLookingAtEntity": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoLookingAtEffects": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoLookingAtPlayerExp": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoZombieConversion": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoHorseSpeed": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoHorseJump": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoPandaGene": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoEntityVariant": {
|
||||
"keys": ""
|
||||
}
|
||||
},
|
||||
"RendererToggles": {
|
||||
"overlayBeaconRange": false,
|
||||
"overlayBiomeBorder": false,
|
||||
"overlayBlockGrid": false,
|
||||
"overlayConduitRange": false,
|
||||
"overlayLightLevel": false,
|
||||
"overlayRandomTicksFixed": false,
|
||||
"overlayRandomTicksPlayer": false,
|
||||
"overlayRegionFile": false,
|
||||
"overlaySlimeChunks": false,
|
||||
"overlaySpawnableColumnHeights": false,
|
||||
"overlaySpawnChunkReal": false,
|
||||
"overlaySpawnChunkPlayer": false,
|
||||
"§6overlayStructureMainToggle§r": false,
|
||||
"§6overlayVillagerInfo§r": false,
|
||||
"shapeRenderer": false,
|
||||
"§6debugDataMainToggle§r": false,
|
||||
"§6debugBeeDataEnabled§r": false,
|
||||
"§6debugBrainEnabled§r": false,
|
||||
"§6debugBreezeJumpEnabled§r": false,
|
||||
"debugChunkBorder": false,
|
||||
"debugChunkInfo": false,
|
||||
"§6debugChunkLoading§r": false,
|
||||
"debugChunkOcclusion": false,
|
||||
"debugCollisionBoxEnabled": false,
|
||||
"debugHeightmapEnabled": false,
|
||||
"debugLightEnabled": false,
|
||||
"§6debugNeighborsUpdateEnabled§r": false,
|
||||
"§6debugGameEventsEnabled§r": false,
|
||||
"§6debugGoalSelectorEnabled§r": false,
|
||||
"debugOctreeEnabled": false,
|
||||
"§6debugPathfindingEnabled§r": false,
|
||||
"§6debugRaidCenterEnabled§r": false,
|
||||
"debugSkylightEnabled": false,
|
||||
"debugSolidFaceEnabled": false,
|
||||
"§6debugStructuresEnabled§r": false,
|
||||
"debugSupportingBlock": false,
|
||||
"debugWaterEnabled": false,
|
||||
"§6debugVillageEnabled§r": false,
|
||||
"§6debugVillageSectionsEnabled§r": false,
|
||||
"§6debugWorldGenEnabled§r": false
|
||||
},
|
||||
"RendererHotkeys": {
|
||||
"overlayBeaconRange": {
|
||||
"keys": ""
|
||||
},
|
||||
"overlayBiomeBorder": {
|
||||
"keys": ""
|
||||
},
|
||||
"overlayBlockGrid": {
|
||||
"keys": ""
|
||||
},
|
||||
"overlayConduitRange": {
|
||||
"keys": ""
|
||||
},
|
||||
"overlayLightLevel": {
|
||||
"keys": "R"
|
||||
},
|
||||
"overlayRandomTicksFixed": {
|
||||
"keys": ""
|
||||
},
|
||||
"overlayRandomTicksPlayer": {
|
||||
"keys": ""
|
||||
},
|
||||
"overlayRegionFile": {
|
||||
"keys": ""
|
||||
},
|
||||
"overlaySlimeChunks": {
|
||||
"keys": ""
|
||||
},
|
||||
"overlaySpawnableColumnHeights": {
|
||||
"keys": ""
|
||||
},
|
||||
"overlaySpawnChunkReal": {
|
||||
"keys": ""
|
||||
},
|
||||
"overlaySpawnChunkPlayer": {
|
||||
"keys": ""
|
||||
},
|
||||
"§6overlayStructureMainToggle§r": {
|
||||
"keys": ""
|
||||
},
|
||||
"§6overlayVillagerInfo§r": {
|
||||
"keys": ""
|
||||
},
|
||||
"shapeRenderer": {
|
||||
"keys": ""
|
||||
},
|
||||
"§6debugDataMainToggle§r": {
|
||||
"keys": ""
|
||||
},
|
||||
"§6debugBeeDataEnabled§r": {
|
||||
"keys": ""
|
||||
},
|
||||
"§6debugBrainEnabled§r": {
|
||||
"keys": ""
|
||||
},
|
||||
"§6debugBreezeJumpEnabled§r": {
|
||||
"keys": ""
|
||||
},
|
||||
"debugChunkBorder": {
|
||||
"keys": ""
|
||||
},
|
||||
"debugChunkInfo": {
|
||||
"keys": ""
|
||||
},
|
||||
"§6debugChunkLoading§r": {
|
||||
"keys": ""
|
||||
},
|
||||
"debugChunkOcclusion": {
|
||||
"keys": ""
|
||||
},
|
||||
"debugCollisionBoxEnabled": {
|
||||
"keys": ""
|
||||
},
|
||||
"debugHeightmapEnabled": {
|
||||
"keys": ""
|
||||
},
|
||||
"debugLightEnabled": {
|
||||
"keys": ""
|
||||
},
|
||||
"§6debugNeighborsUpdateEnabled§r": {
|
||||
"keys": ""
|
||||
},
|
||||
"§6debugGameEventsEnabled§r": {
|
||||
"keys": ""
|
||||
},
|
||||
"§6debugGoalSelectorEnabled§r": {
|
||||
"keys": ""
|
||||
},
|
||||
"debugOctreeEnabled": {
|
||||
"keys": ""
|
||||
},
|
||||
"§6debugPathfindingEnabled§r": {
|
||||
"keys": ""
|
||||
},
|
||||
"§6debugRaidCenterEnabled§r": {
|
||||
"keys": ""
|
||||
},
|
||||
"debugSkylightEnabled": {
|
||||
"keys": ""
|
||||
},
|
||||
"debugSolidFaceEnabled": {
|
||||
"keys": ""
|
||||
},
|
||||
"§6debugStructuresEnabled§r": {
|
||||
"keys": ""
|
||||
},
|
||||
"debugSupportingBlock": {
|
||||
"keys": ""
|
||||
},
|
||||
"debugWaterEnabled": {
|
||||
"keys": ""
|
||||
},
|
||||
"§6debugVillageEnabled§r": {
|
||||
"keys": ""
|
||||
},
|
||||
"§6debugVillageSectionsEnabled§r": {
|
||||
"keys": ""
|
||||
},
|
||||
"§6debugWorldGenEnabled§r": {
|
||||
"keys": ""
|
||||
}
|
||||
},
|
||||
"StructureColors": {
|
||||
"Ancient City Main": "#30D10AE6",
|
||||
"Ancient City Components": "#30D506C9",
|
||||
"Bastion Remnant Main": "#302171F5",
|
||||
"Bastion Remnant Components": "#302171F5",
|
||||
"Buried Treasure Main": "#302298E6",
|
||||
"Buried Treasure Components": "#302298E6",
|
||||
"Desert Pyramid Main": "#30FFFF00",
|
||||
"Desert Pyramid Components": "#30FFFF00",
|
||||
"End City Main": "#30EB07EB",
|
||||
"End City Components": "#30EB07EB",
|
||||
"Igloo Main": "#300FAFE4",
|
||||
"Igloo Components": "#300FAFE4",
|
||||
"Jungle Temple Main": "#3099FF00",
|
||||
"Jungle Temple Components": "#3099FF00",
|
||||
"Mansion Main": "#30FF6500",
|
||||
"Mansion Components": "#30FF6500",
|
||||
"Mineshaft Main": "#30F8D650",
|
||||
"Mineshaft Components": "#30F8D650",
|
||||
"Nether Fortress Main": "#30FC381D",
|
||||
"Nether Fortress Components": "#30FC381D",
|
||||
"Nether Fossil Main": "#30868E99",
|
||||
"Nether Fossil Components": "#30868E99",
|
||||
"Ocean Monument Main": "#3029E6EF",
|
||||
"Ocean Monument Components": "#3029E6EF",
|
||||
"Ocean Ruin Main": "#300FAD83",
|
||||
"Ocean Ruin Components": "#300FAD83",
|
||||
"Pillager Outpost Main": "#300FAD83",
|
||||
"Pillager Outpost Components": "#300FAD83",
|
||||
"Ruined Portal Main": "#309F03D3",
|
||||
"Ruined Portal Components": "#309F03D3",
|
||||
"Shipwreck Main": "#30EB1995",
|
||||
"Shipwreck Components": "#30EB1995",
|
||||
"Stronghold Main": "#30009999",
|
||||
"Stronghold Components": "#30009999",
|
||||
"Trial Chambers Main": "#3099664E",
|
||||
"Trial Chambers Components": "#30CC8868",
|
||||
"Village Main": "#3054CB4E",
|
||||
"Village Components": "#3054CB4E",
|
||||
"Witch Hut Main": "#30BE1DFC",
|
||||
"Witch Hut Components": "#300099FF",
|
||||
"Trail Ruins Main": "#307F5AFF",
|
||||
"Trail Ruins Components": "#307F5AFF",
|
||||
"Unknown Main": "#50FFFFFF",
|
||||
"Unknown Components": "#50FFFFFF"
|
||||
},
|
||||
"StructureHotkeys": {
|
||||
"Toggle Ancient City": {
|
||||
"keys": ""
|
||||
},
|
||||
"Toggle Bastion Remnant": {
|
||||
"keys": ""
|
||||
},
|
||||
"Toggle Buried Treasure": {
|
||||
"keys": ""
|
||||
},
|
||||
"Toggle Desert Pyramid": {
|
||||
"keys": ""
|
||||
},
|
||||
"Toggle End City": {
|
||||
"keys": ""
|
||||
},
|
||||
"Toggle Igloo": {
|
||||
"keys": ""
|
||||
},
|
||||
"Toggle Jungle Temple": {
|
||||
"keys": ""
|
||||
},
|
||||
"Toggle Mansion": {
|
||||
"keys": ""
|
||||
},
|
||||
"Toggle Mineshaft": {
|
||||
"keys": ""
|
||||
},
|
||||
"Toggle Nether Fortress": {
|
||||
"keys": ""
|
||||
},
|
||||
"Toggle Nether Fossil": {
|
||||
"keys": ""
|
||||
},
|
||||
"Toggle Ocean Monument": {
|
||||
"keys": ""
|
||||
},
|
||||
"Toggle Ocean Ruin": {
|
||||
"keys": ""
|
||||
},
|
||||
"Toggle Pillager Outpost": {
|
||||
"keys": ""
|
||||
},
|
||||
"Toggle Ruined Portal": {
|
||||
"keys": ""
|
||||
},
|
||||
"Toggle Shipwreck": {
|
||||
"keys": ""
|
||||
},
|
||||
"Toggle Stronghold": {
|
||||
"keys": ""
|
||||
},
|
||||
"Toggle Trial Chambers": {
|
||||
"keys": ""
|
||||
},
|
||||
"Toggle Village": {
|
||||
"keys": ""
|
||||
},
|
||||
"Toggle Witch Hut": {
|
||||
"keys": ""
|
||||
},
|
||||
"Toggle Trail Ruins": {
|
||||
"keys": ""
|
||||
},
|
||||
"Toggle Unknown": {
|
||||
"keys": ""
|
||||
}
|
||||
},
|
||||
"StructureToggles": {
|
||||
"Ancient City": false,
|
||||
"Bastion Remnant": false,
|
||||
"Buried Treasure": false,
|
||||
"Desert Pyramid": false,
|
||||
"End City": false,
|
||||
"Igloo": false,
|
||||
"Jungle Temple": false,
|
||||
"Mansion": false,
|
||||
"Mineshaft": false,
|
||||
"Nether Fortress": false,
|
||||
"Nether Fossil": false,
|
||||
"Ocean Monument": false,
|
||||
"Ocean Ruin": false,
|
||||
"Pillager Outpost": false,
|
||||
"Ruined Portal": false,
|
||||
"Shipwreck": false,
|
||||
"Stronghold": false,
|
||||
"Trial Chambers": false,
|
||||
"Village": false,
|
||||
"Witch Hut": false,
|
||||
"Trail Ruins": false,
|
||||
"Unknown": false
|
||||
},
|
||||
"config_version": 1
|
||||
}
|
||||
14
.minecraft/config/minihud/mc.mineblock.cc.json
Normal file
14
.minecraft/config/minihud/mc.mineblock.cc.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"renderers": {
|
||||
"random_tickable_chunks": {
|
||||
"pos": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"slime_chunks": {
|
||||
"y_top": 0.0
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"data_storage": {
|
||||
"distance_pos": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"hud_data": {},
|
||||
"entities": {},
|
||||
"shapes": {}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"data_storage": {
|
||||
"distance_pos": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"hud_data": {},
|
||||
"entities": {},
|
||||
"shapes": {}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"data_storage": {
|
||||
"distance_pos": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"hud_data": {},
|
||||
"entities": {},
|
||||
"shapes": {}
|
||||
}
|
||||
14
.minecraft/config/minihud/test.json
Normal file
14
.minecraft/config/minihud/test.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"renderers": {
|
||||
"random_tickable_chunks": {
|
||||
"pos": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"slime_chunks": {
|
||||
"y_top": 0.0
|
||||
}
|
||||
}
|
||||
}
|
||||
15
.minecraft/config/minihud/test_dim_minecraft_overworld.json
Normal file
15
.minecraft/config/minihud/test_dim_minecraft_overworld.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"data_storage": {
|
||||
"distance_pos": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"hud_data": {
|
||||
"seed": -9137858631877548034,
|
||||
"spawn_chunk_radius": 2
|
||||
},
|
||||
"entities": {},
|
||||
"shapes": {}
|
||||
}
|
||||
14
.minecraft/config/minihud/wdsj.pro.json
Normal file
14
.minecraft/config/minihud/wdsj.pro.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"renderers": {
|
||||
"random_tickable_chunks": {
|
||||
"pos": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"slime_chunks": {
|
||||
"y_top": 0.0
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"data_storage": {
|
||||
"distance_pos": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"hud_data": {},
|
||||
"entities": {},
|
||||
"shapes": {}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"data_storage": {
|
||||
"distance_pos": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"hud_data": {},
|
||||
"entities": {},
|
||||
"shapes": {}
|
||||
}
|
||||
66
.minecraft/config/replaymod.json
Normal file
66
.minecraft/config/replaymod.json
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"core": {
|
||||
"notifications": true
|
||||
},
|
||||
"advanced": {
|
||||
"recordingPath": "./replay_recordings/",
|
||||
"cachePath": "./.replay_cache/",
|
||||
"renderPath": "./replay_videos/",
|
||||
"skipPostRenderGui": false,
|
||||
"askForOpenEye": true,
|
||||
"skipPostScreenshotGui": false,
|
||||
"fullBrightness": "replaymod.gui.settings.fullbrightness.gamma",
|
||||
"fullBrightness_valid_values": [
|
||||
"replaymod.gui.settings.fullbrightness.gamma",
|
||||
"replaymod.gui.settings.fullbrightness.nightvision",
|
||||
"replaymod.gui.settings.fullbrightness.both"
|
||||
]
|
||||
},
|
||||
"recording": {
|
||||
"recordSingleplayer": false,
|
||||
"recordServer": false,
|
||||
"indicator": true,
|
||||
"autoStartRecording": true,
|
||||
"autoPostProcess": true,
|
||||
"renameDialog": true
|
||||
},
|
||||
"replay": {
|
||||
"showChat": true,
|
||||
"showServerIPs": true,
|
||||
"camera": "replaymod.camera.classic",
|
||||
"camera_valid_values": [
|
||||
"replaymod.camera.classic",
|
||||
"replaymod.camera.vanilla"
|
||||
],
|
||||
"legacyMainMenuButton": false,
|
||||
"mainMenuButton": "DEFAULT",
|
||||
"mainMenuButton_valid_values": [
|
||||
"BIG",
|
||||
"DEFAULT",
|
||||
"TOP_LEFT",
|
||||
"TOP_RIGHT",
|
||||
"LEFT_OF_SINGLEPLAYER",
|
||||
"RIGHT_OF_SINGLEPLAYER",
|
||||
"LEFT_OF_MULTIPLAYER",
|
||||
"RIGHT_OF_MULTIPLAYER",
|
||||
"LEFT_OF_REALMS",
|
||||
"RIGHT_OF_REALMS",
|
||||
"LEFT_OF_MODS",
|
||||
"RIGHT_OF_MODS"
|
||||
]
|
||||
},
|
||||
"render": {
|
||||
"frameTimeFromWorldTime": false
|
||||
},
|
||||
"simplepathing": {
|
||||
"pathpreview": true,
|
||||
"autosync": true,
|
||||
"timelineLength": 1800,
|
||||
"interpolator": "replaymod.gui.editkeyframe.interpolator.catmullrom.name",
|
||||
"interpolator_valid_values": [
|
||||
"replaymod.gui.editkeyframe.interpolator.catmullrom.name",
|
||||
"replaymod.gui.editkeyframe.interpolator.cubic.name",
|
||||
"replaymod.gui.editkeyframe.interpolator.linear.name"
|
||||
]
|
||||
}
|
||||
}
|
||||
12
.minecraft/config/resourceful-config-web.json
Normal file
12
.minecraft/config/resourceful-config-web.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"enabled": false,
|
||||
"port": 7903,
|
||||
"validator": {
|
||||
"uuids": [],
|
||||
"if": {
|
||||
"password": "40f99ab9-84af-4380-a4e2-a61ca8a6e8b9",
|
||||
"type": "password"
|
||||
},
|
||||
"type": "if"
|
||||
}
|
||||
}
|
||||
@@ -54,7 +54,7 @@
|
||||
"cheatingStyle": "GRAB"
|
||||
},
|
||||
"appearance": {
|
||||
"recipeScreenType": "UNSET",
|
||||
"recipeScreenType": "ORIGINAL",
|
||||
// Declares the appearance of REI windows.
|
||||
"theme": "LIGHT",
|
||||
"layout": {
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
#Pinyin Options
|
||||
#Wed Feb 12 02:11:28 CST 2025
|
||||
#Thu Feb 13 14:42:53 CST 2025
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#Double Pinyin Options
|
||||
#Wed Feb 12 02:11:28 CST 2025
|
||||
#Thu Feb 13 14:42:53 CST 2025
|
||||
Converter=sougou
|
||||
|
||||
59
.minecraft/config/voxelmap.properties
Normal file
59
.minecraft/config/voxelmap.properties
Normal file
@@ -0,0 +1,59 @@
|
||||
Zoom Level:2
|
||||
Hide Minimap:false
|
||||
Show Coordinates:true
|
||||
Enable Cave Mode:true
|
||||
Dynamic Lighting:true
|
||||
Height Map:true
|
||||
Slope Map:true
|
||||
Blur:false
|
||||
Water Transparency:true
|
||||
Block Transparency:true
|
||||
Biomes:true
|
||||
Biome Overlay:0
|
||||
Chunk Grid:false
|
||||
Slime Chunks:false
|
||||
World Boarder:true
|
||||
Square Map:false
|
||||
Rotation:false
|
||||
Old North:false
|
||||
Waypoint Beacons:false
|
||||
Waypoint Signs:true
|
||||
Deathpoints:1
|
||||
Waypoint Max Distance:1000
|
||||
Waypoint Sort By:1
|
||||
Welcome Message:false
|
||||
Map Corner:0
|
||||
Map Size:1
|
||||
Zoom Key:key.keyboard.z
|
||||
Fullscreen Key:key.keyboard.unknown
|
||||
Menu Key:key.keyboard.m
|
||||
Waypoint Menu Key:key.keyboard.u
|
||||
Waypoint Key:key.keyboard.n
|
||||
Mob Key:key.keyboard.unknown
|
||||
In-game Waypoint Key:key.keyboard.unknown
|
||||
Teleport Command:tp %p %x %y %z
|
||||
Move Map Down While Status Effect:true
|
||||
Move ScoreBoard Down:true
|
||||
Distance Unit Conversion:true
|
||||
Waypoint Name Below Icon:true
|
||||
Waypoint Distance Below Name:true
|
||||
Radar Mode:2
|
||||
Show Radar:true
|
||||
Show Hostiles:true
|
||||
Show Players:true
|
||||
Show Neutrals:false
|
||||
Filter Mob Icons:true
|
||||
Outline Mob Icons:true
|
||||
Show Player Helmets:true
|
||||
Show Mob Helmets:true
|
||||
Show Player Names:true
|
||||
Show Mob Names:true
|
||||
Font Scale:1.0
|
||||
Show Facing:true
|
||||
Hidden Mobs:
|
||||
Worldmap Zoom:0.5
|
||||
Worldmap Minimum Zoom:0.5
|
||||
Worldmap Maximum Zoom:16.0
|
||||
Worldmap Cache Size:500
|
||||
Show Worldmap Waypoints:true
|
||||
Show Worldmap Waypoint Names:true
|
||||
48
.minecraft/config/waila/blacklist.json5
Normal file
48
.minecraft/config/waila/blacklist.json5
Normal file
@@ -0,0 +1,48 @@
|
||||
// Run `/waila reload` to apply changes server-wide.
|
||||
// Run `/wailac reload` to apply changes to only your client.
|
||||
//
|
||||
// Operators:
|
||||
// @namespace - include objects based on their namespace location
|
||||
// #tag - include objects based on data pack tags
|
||||
// /regex/ - include objects based on regular expression
|
||||
// default - include objects with specific ID
|
||||
//
|
||||
// An exclamation mark (!) prefix can be added which negates the pattern.
|
||||
// Any entries matching previous rules will be removed from it.
|
||||
// Can be combined with other rule to exclude what matches the rule.
|
||||
//
|
||||
// Example:
|
||||
// @aether - include all block from the aether namespace
|
||||
// #minecraft:planks - include all blocks in the planks tag
|
||||
// /.*_ore/ - include all blocks that ends with "_ore"
|
||||
// minecraft:iron_block - include only the iron block
|
||||
// !/.*:oak_.*$/ - exclude all blocks that its path start with "oak_"
|
||||
//
|
||||
// The `#waila:blacklist` tag rule can not be removed
|
||||
{
|
||||
blocks: [
|
||||
"minecraft:barrier",
|
||||
"minecraft:structure_void",
|
||||
"#waila:blacklist"
|
||||
],
|
||||
blockEntityTypes: [
|
||||
"#waila:blacklist"
|
||||
],
|
||||
entityTypes: [
|
||||
"minecraft:area_effect_cloud",
|
||||
"minecraft:experience_orb",
|
||||
"minecraft:fireball",
|
||||
"minecraft:firework_rocket",
|
||||
"minecraft:interaction",
|
||||
"minecraft:snowball",
|
||||
"#waila:blacklist"
|
||||
],
|
||||
//
|
||||
// The values below are used internally by WTHIT, you SHOULD NOT modify it!
|
||||
configVersion: 0,
|
||||
pluginHash: [
|
||||
981800043,
|
||||
1449661236,
|
||||
2021915756
|
||||
]
|
||||
}
|
||||
5
.minecraft/config/waila/debug.json5
Normal file
5
.minecraft/config/waila/debug.json5
Normal file
@@ -0,0 +1,5 @@
|
||||
// Debug options, restart the game to apply
|
||||
{
|
||||
// Show test plugin on plugin toggle screen
|
||||
showTestPluginToggle: false
|
||||
}
|
||||
32
.minecraft/config/waila/extra/energy_blacklist.json5
Normal file
32
.minecraft/config/waila/extra/energy_blacklist.json5
Normal file
@@ -0,0 +1,32 @@
|
||||
// Run `/waila reload` to apply changes server-wide.
|
||||
// Run `/wailac reload` to apply changes to only your client.
|
||||
//
|
||||
// Operators:
|
||||
// @namespace - include objects based on their namespace location
|
||||
// #tag - include objects based on data pack tags
|
||||
// /regex/ - include objects based on regular expression
|
||||
// default - include objects with specific ID
|
||||
//
|
||||
// An exclamation mark (!) prefix can be added which negates the pattern.
|
||||
// Any entries matching previous rules will be removed from it.
|
||||
// Can be combined with other rule to exclude what matches the rule.
|
||||
//
|
||||
// Example:
|
||||
// @aether - include all block from the aether namespace
|
||||
// #minecraft:planks - include all blocks in the planks tag
|
||||
// /.*_ore/ - include all blocks that ends with "_ore"
|
||||
// minecraft:iron_block - include only the iron block
|
||||
// !/.*:oak_.*$/ - exclude all blocks that its path start with "oak_"
|
||||
//
|
||||
// The #waila:extra/energy_blacklist tag rule can not be removed
|
||||
{
|
||||
blocks: [
|
||||
"#waila:extra/energy_blacklist"
|
||||
],
|
||||
blockEntityTypes: [
|
||||
"#waila:extra/energy_blacklist"
|
||||
],
|
||||
entityTypes: [
|
||||
"#waila:extra/energy_blacklist"
|
||||
]
|
||||
}
|
||||
32
.minecraft/config/waila/extra/fluid_blacklist.json5
Normal file
32
.minecraft/config/waila/extra/fluid_blacklist.json5
Normal file
@@ -0,0 +1,32 @@
|
||||
// Run `/waila reload` to apply changes server-wide.
|
||||
// Run `/wailac reload` to apply changes to only your client.
|
||||
//
|
||||
// Operators:
|
||||
// @namespace - include objects based on their namespace location
|
||||
// #tag - include objects based on data pack tags
|
||||
// /regex/ - include objects based on regular expression
|
||||
// default - include objects with specific ID
|
||||
//
|
||||
// An exclamation mark (!) prefix can be added which negates the pattern.
|
||||
// Any entries matching previous rules will be removed from it.
|
||||
// Can be combined with other rule to exclude what matches the rule.
|
||||
//
|
||||
// Example:
|
||||
// @aether - include all block from the aether namespace
|
||||
// #minecraft:planks - include all blocks in the planks tag
|
||||
// /.*_ore/ - include all blocks that ends with "_ore"
|
||||
// minecraft:iron_block - include only the iron block
|
||||
// !/.*:oak_.*$/ - exclude all blocks that its path start with "oak_"
|
||||
//
|
||||
// The #waila:extra/fluid_blacklist tag rule can not be removed
|
||||
{
|
||||
blocks: [
|
||||
"#waila:extra/fluid_blacklist"
|
||||
],
|
||||
blockEntityTypes: [
|
||||
"#waila:extra/fluid_blacklist"
|
||||
],
|
||||
entityTypes: [
|
||||
"#waila:extra/fluid_blacklist"
|
||||
]
|
||||
}
|
||||
32
.minecraft/config/waila/extra/item_blacklist.json5
Normal file
32
.minecraft/config/waila/extra/item_blacklist.json5
Normal file
@@ -0,0 +1,32 @@
|
||||
// Run `/waila reload` to apply changes server-wide.
|
||||
// Run `/wailac reload` to apply changes to only your client.
|
||||
//
|
||||
// Operators:
|
||||
// @namespace - include objects based on their namespace location
|
||||
// #tag - include objects based on data pack tags
|
||||
// /regex/ - include objects based on regular expression
|
||||
// default - include objects with specific ID
|
||||
//
|
||||
// An exclamation mark (!) prefix can be added which negates the pattern.
|
||||
// Any entries matching previous rules will be removed from it.
|
||||
// Can be combined with other rule to exclude what matches the rule.
|
||||
//
|
||||
// Example:
|
||||
// @aether - include all block from the aether namespace
|
||||
// #minecraft:planks - include all blocks in the planks tag
|
||||
// /.*_ore/ - include all blocks that ends with "_ore"
|
||||
// minecraft:iron_block - include only the iron block
|
||||
// !/.*:oak_.*$/ - exclude all blocks that its path start with "oak_"
|
||||
//
|
||||
// The #waila:extra/item_blacklist tag rule can not be removed
|
||||
{
|
||||
blocks: [
|
||||
"#waila:extra/item_blacklist"
|
||||
],
|
||||
blockEntityTypes: [
|
||||
"#waila:extra/item_blacklist"
|
||||
],
|
||||
entityTypes: [
|
||||
"#waila:extra/item_blacklist"
|
||||
]
|
||||
}
|
||||
32
.minecraft/config/waila/extra/progress_blacklist.json5
Normal file
32
.minecraft/config/waila/extra/progress_blacklist.json5
Normal file
@@ -0,0 +1,32 @@
|
||||
// Run `/waila reload` to apply changes server-wide.
|
||||
// Run `/wailac reload` to apply changes to only your client.
|
||||
//
|
||||
// Operators:
|
||||
// @namespace - include objects based on their namespace location
|
||||
// #tag - include objects based on data pack tags
|
||||
// /regex/ - include objects based on regular expression
|
||||
// default - include objects with specific ID
|
||||
//
|
||||
// An exclamation mark (!) prefix can be added which negates the pattern.
|
||||
// Any entries matching previous rules will be removed from it.
|
||||
// Can be combined with other rule to exclude what matches the rule.
|
||||
//
|
||||
// Example:
|
||||
// @aether - include all block from the aether namespace
|
||||
// #minecraft:planks - include all blocks in the planks tag
|
||||
// /.*_ore/ - include all blocks that ends with "_ore"
|
||||
// minecraft:iron_block - include only the iron block
|
||||
// !/.*:oak_.*$/ - exclude all blocks that its path start with "oak_"
|
||||
//
|
||||
// The #waila:extra/progress_blacklist tag rule can not be removed
|
||||
{
|
||||
blocks: [
|
||||
"#waila:extra/progress_blacklist"
|
||||
],
|
||||
blockEntityTypes: [
|
||||
"#waila:extra/progress_blacklist"
|
||||
],
|
||||
entityTypes: [
|
||||
"#waila:extra/progress_blacklist"
|
||||
]
|
||||
}
|
||||
7
.minecraft/config/waila/plugin_toggle.json5
Normal file
7
.minecraft/config/waila/plugin_toggle.json5
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"waila:core": true,
|
||||
"waila:vanilla": true,
|
||||
"waila:harvest": true,
|
||||
"waila:extra": true,
|
||||
"waila:fabric": true
|
||||
}
|
||||
111
.minecraft/config/waila/waila.json5
Normal file
111
.minecraft/config/waila/waila.json5
Normal file
@@ -0,0 +1,111 @@
|
||||
{
|
||||
general: {
|
||||
// 显示提示框
|
||||
// 收集数据并渲染提示框
|
||||
// Default value: [true]
|
||||
displayTooltip: true,
|
||||
// 潜行详情
|
||||
// 仅当潜行时显示主体内容
|
||||
// Default value: [false]
|
||||
shiftForDetails: false,
|
||||
// 隐藏潜行文本
|
||||
// 当潜行详情启用时,隐藏“潜行显示详情”文本
|
||||
// Default value: [false]
|
||||
hideShiftText: false,
|
||||
// 显示模式
|
||||
// 提示框显示方式
|
||||
// 切换:显示按键会切换开关
|
||||
// 按住:必须按住显示按键
|
||||
// Default value: [TOGGLE]
|
||||
// Available values: [HOLD_KEY, TOGGLE]
|
||||
displayMode: "TOGGLE",
|
||||
// 玩家列表隐藏
|
||||
// 当玩家列表打开时隐藏提示框
|
||||
// Default value: [true]
|
||||
hideFromPlayerList: true,
|
||||
// 调试隐藏
|
||||
// 当调试菜单打开时隐藏提示框
|
||||
// Default value: [true]
|
||||
hideFromDebug: true,
|
||||
// 启用系统讲述人
|
||||
// 使用系统讲述人读出方块和实体名
|
||||
// Default value: [false]
|
||||
enableTextToSpeech: false,
|
||||
// 速率限制
|
||||
// 每个服务器请求之间的延迟是多少毫秒
|
||||
// 必须至少为250毫秒
|
||||
// Default value: [250]
|
||||
rateLimit: 250
|
||||
},
|
||||
overlay: {
|
||||
position: {
|
||||
align: {
|
||||
// Default value: [CENTER]
|
||||
// Available values: [LEFT, CENTER, RIGHT]
|
||||
x: "CENTER",
|
||||
// Default value: [TOP]
|
||||
// Available values: [TOP, MIDDLE, BOTTOM]
|
||||
y: "TOP"
|
||||
},
|
||||
anchor: {
|
||||
// Default value: [CENTER]
|
||||
// Available values: [LEFT, CENTER, RIGHT]
|
||||
x: "CENTER",
|
||||
// Default value: [TOP]
|
||||
// Available values: [TOP, MIDDLE, BOTTOM]
|
||||
y: "TOP"
|
||||
},
|
||||
// X轴偏移
|
||||
// 相对于屏幕锚点的X坐标
|
||||
// 坐标受尺寸影响
|
||||
// Default value: [0]
|
||||
x: 0,
|
||||
// Y轴偏移
|
||||
// 相对于屏幕锚点的Y坐标
|
||||
// 坐标受尺寸影响
|
||||
// Default value: [0]
|
||||
y: 0,
|
||||
// Boss栏重叠
|
||||
// 如果设为否,当Boss栏可见时工具框将向下移动
|
||||
// 仅影响顶部中心对齐
|
||||
// Default value: [false]
|
||||
bossBarsOverlap: false
|
||||
},
|
||||
color: {
|
||||
// 背景不透明度
|
||||
// Default value: [204]
|
||||
backgroundAlpha: 204,
|
||||
// Custom Themes
|
||||
themes: [],
|
||||
// 主题
|
||||
// Default value: [waila:vanilla]
|
||||
activeTheme: "waila:vanilla"
|
||||
},
|
||||
// 尺寸
|
||||
// 提示框的尺寸是多少
|
||||
// 默认为1.0
|
||||
// Default value: [1.0]
|
||||
scale: 1.0,
|
||||
// 叠加FPS
|
||||
// 降低叠加FPS可能会提高整个游戏的FPS
|
||||
// 设置为0以解锁
|
||||
// Default value: [30]
|
||||
fps: 30
|
||||
},
|
||||
// Text formatters
|
||||
formatter: {
|
||||
// Default value: [§9§o%s]
|
||||
modName: "§9§o%s",
|
||||
// Default value: [§f%s]
|
||||
blockName: "§f%s",
|
||||
// Default value: [§f%s]
|
||||
fluidName: "§f%s",
|
||||
// Default value: [§f%s]
|
||||
entityName: "§f%s",
|
||||
// Default value: [§8%s]
|
||||
registryName: "§8%s"
|
||||
},
|
||||
// Internal value, DO NOT TOUCH!
|
||||
// Default value: [0]
|
||||
configVersion: 1
|
||||
}
|
||||
311
.minecraft/config/waila/waila_plugins.json5
Normal file
311
.minecraft/config/waila/waila_plugins.json5
Normal file
@@ -0,0 +1,311 @@
|
||||
{
|
||||
waila: {
|
||||
// 显示方块
|
||||
// Default value: [true]
|
||||
show_blocks: true,
|
||||
// 显示流体
|
||||
// 尝试显示流体
|
||||
// Default value: [false]
|
||||
show_fluids: false,
|
||||
// 显示实体
|
||||
// Default value: [true]
|
||||
show_entities: true,
|
||||
// 显示图标
|
||||
// Default value: [true]
|
||||
show_icon: true,
|
||||
// 图标位置
|
||||
// Default value: [MIDDLE]
|
||||
// Available values: [TOP, MIDDLE, BOTTOM]
|
||||
icon_position: "MIDDLE",
|
||||
// 显示模组名称
|
||||
// Default value: [true]
|
||||
show_mod_name: true,
|
||||
// 显示物品模组名称
|
||||
// Default value: [true]
|
||||
show_item_mod_name: true,
|
||||
// 显示注册名称
|
||||
// Default value: [false]
|
||||
show_registry: false
|
||||
},
|
||||
minecraft: {
|
||||
// 显示方块位置
|
||||
// Default value: [false]
|
||||
"block.position": false,
|
||||
// 显示方块状态
|
||||
// Default value: [false]
|
||||
"block.state": false,
|
||||
// 显示物品实体
|
||||
// This value will get merged with the value from the server
|
||||
// Default value: [true]
|
||||
"entity.item_entity": true,
|
||||
// 显示实体位置
|
||||
// Default value: [false]
|
||||
"entity.position": false,
|
||||
// 显示生命值
|
||||
// This value will get merged with the value from the server
|
||||
// Default value: [true]
|
||||
"entity.health": true,
|
||||
// 显示伤害吸收值
|
||||
// Require server to have WTHIT installed, if not, will be locked to [false]
|
||||
// Default value: [true]
|
||||
"entity.absorption": true,
|
||||
// 显示护甲值
|
||||
// This value will get merged with the value from the server
|
||||
// Default value: [true]
|
||||
"entity.armor": true,
|
||||
// 紧凑模式
|
||||
// 用数字而不是用图标在一行中显示生命值和护甲值
|
||||
// Default value: [false]
|
||||
"entity.compact": false,
|
||||
// 每行最大图标
|
||||
// 在新行开始之前生命值和盔甲值图标的最大数量
|
||||
// Default value: [25]
|
||||
"entity.icon_per_line": 25,
|
||||
// 要绘制的最大生命值
|
||||
// 强制分数视图前,图标绘制的最大生命值
|
||||
// Default value: [100]
|
||||
"entity.long_health_max": 100,
|
||||
// 要绘制的最大护甲值
|
||||
// 强制数字视图前,图标绘制的最大护甲值
|
||||
// Default value: [100]
|
||||
"entity.long_armor_max": 100,
|
||||
// 显示宠物主人
|
||||
// 仅适用于已注册的Minecraft帐户
|
||||
// Require server to have WTHIT installed, if not, will be locked to [false]
|
||||
// Default value: [true]
|
||||
"pet.owner": true,
|
||||
// 隐藏未知主人
|
||||
// Default value: [false]
|
||||
"pet.hide_unknown_owner": false,
|
||||
// 显示马匹跳跃高度
|
||||
// This value will get merged with the value from the server
|
||||
// Default value: [true]
|
||||
"horse.jump_height": true,
|
||||
// 显示马匹行进速度
|
||||
// This value will get merged with the value from the server
|
||||
// Default value: [true]
|
||||
"horse.speed": true,
|
||||
// 显示熊猫基因
|
||||
// This value will get merged with the value from the server
|
||||
// Default value: [true]
|
||||
"panda.genes": true,
|
||||
// 显示蜂巢位置
|
||||
// Require server to have WTHIT installed, if not, will be locked to [false]
|
||||
// Default value: [true]
|
||||
"bee.hive_pos": true,
|
||||
// 显示蜂巢蜂蜜等级
|
||||
// This value will get merged with the value from the server
|
||||
// Default value: [true]
|
||||
"bee.hive_honey_level": true,
|
||||
// 显示蜂巢占领者
|
||||
// Require server to have WTHIT installed, if not, will be locked to [false]
|
||||
// Default value: [true]
|
||||
"bee.hive_occupants": true,
|
||||
// 显示信标效果
|
||||
// Require server to have WTHIT installed, if not, will be locked to [false]
|
||||
// Default value: [true]
|
||||
"effect.beacon": true,
|
||||
// 显示生物效果
|
||||
// Require server to have WTHIT installed, if not, will be locked to [false]
|
||||
// Default value: [true]
|
||||
"effect.mob": true,
|
||||
// 显示隐藏的生物效果
|
||||
// Require server to have WTHIT installed, if not, will be locked to [false]
|
||||
// Default value: [false]
|
||||
"effect.hidden_mob": false,
|
||||
// 显示正在播放的唱片
|
||||
// Require server to have WTHIT installed, if not, will be locked to [false]
|
||||
// Default value: [true]
|
||||
"jukebox.record": true,
|
||||
// 显示成长计时器
|
||||
// Require server to have WTHIT installed, if not, will be locked to [false]
|
||||
// Default value: [true]
|
||||
"timer.grow": true,
|
||||
// 显示繁殖冷却时间
|
||||
// Require server to have WTHIT installed, if not, will be locked to [false]
|
||||
// Default value: [true]
|
||||
"timer.breed": true,
|
||||
// 不显示隐身实体的信息
|
||||
// This value will get merged with the value from the server
|
||||
// Default value: [true]
|
||||
"override.invisible_entity": true,
|
||||
// 陷阱箱显示为正常箱子
|
||||
// This value will get merged with the value from the server
|
||||
// Default value: [true]
|
||||
"override.trapped_chest": true,
|
||||
// 细雪显示为正常雪
|
||||
// This value will get merged with the value from the server
|
||||
// Default value: [true]
|
||||
"override.powder_snow": true,
|
||||
// 被虫蚀的方块显示为正常方块
|
||||
// This value will get merged with the value from the server
|
||||
// Default value: [true]
|
||||
"override.infested": true,
|
||||
// 不显示搭乘的实体信息
|
||||
// 搭乘矿车、马匹等可搭乘实体时,不显示详细信息
|
||||
// Default value: [true]
|
||||
"override.vehicle": true,
|
||||
// 显示挖掘进度
|
||||
// This value will get merged with the value from the server
|
||||
// Default value: [true]
|
||||
"breaking_progress.enabled": true,
|
||||
// 挖掘进度颜色
|
||||
// Default value: [-1426063361]
|
||||
"breaking_progress.color": -1426063361,
|
||||
// 只在底部边界显示进度条
|
||||
// Default value: [false]
|
||||
"breaking_progress.bottom_only": false,
|
||||
// 显示刷怪笼类型
|
||||
// This value will get merged with the value from the server
|
||||
// Default value: [true]
|
||||
"spawner.type": true,
|
||||
// 显示作物生长进度
|
||||
// This value will get merged with the value from the server
|
||||
// Default value: [true]
|
||||
"plant.crop_progress": true,
|
||||
// 显示作物是否可生长
|
||||
// This value will get merged with the value from the server
|
||||
// Default value: [true]
|
||||
"plant.crop_growable": true,
|
||||
// 显示树木是否可生长
|
||||
// This value will get merged with the value from the server
|
||||
// Default value: [true]
|
||||
"plant.tree_growable": true,
|
||||
// 显示拉杆状态
|
||||
// This value will get merged with the value from the server
|
||||
// Default value: [true]
|
||||
"redstone.lever": true,
|
||||
// 显示中继器延迟
|
||||
// This value will get merged with the value from the server
|
||||
// Default value: [true]
|
||||
"redstone.repeater": true,
|
||||
// 显示比较器模式
|
||||
// This value will get merged with the value from the server
|
||||
// Default value: [true]
|
||||
"redstone.comparator": true,
|
||||
// 显示红石强度等级
|
||||
// This value will get merged with the value from the server
|
||||
// Default value: [true]
|
||||
"redstone.level": true,
|
||||
// 显示玩家名称
|
||||
// This value will get merged with the value from the server
|
||||
// Default value: [true]
|
||||
"player_head.name": true,
|
||||
// 显示堆肥等级
|
||||
// This value will get merged with the value from the server
|
||||
// Default value: [true]
|
||||
"level.composter": true,
|
||||
// 显示乐器与音符
|
||||
// This value will get merged with the value from the server
|
||||
// Default value: [true]
|
||||
"note_block.type": true,
|
||||
// 音符显示模式
|
||||
// Default value: [SHARP]
|
||||
// Available values: [SHARP, FLAT]
|
||||
"note_block.note": "SHARP",
|
||||
// 显示整型等级数值
|
||||
// Default value: [false]
|
||||
"note_block.int_value": false,
|
||||
// 展示雕纹书架书籍
|
||||
// Require server to have WTHIT installed, if not, will be locked to [false]
|
||||
// Default value: [true]
|
||||
"book.bookshelf": true,
|
||||
// 附魔显示模式
|
||||
// Default value: [CYCLE]
|
||||
// Available values: [SEPARATE, COMBINED, CYCLE, DISABLED]
|
||||
"book.enchantment": "CYCLE",
|
||||
// 附魔循环计时(毫秒)
|
||||
// Default value: [500]
|
||||
"book.enchantment_cycle_timing": 500,
|
||||
// 展示书籍的作者和时间
|
||||
// Default value: [true]
|
||||
"book.written": true
|
||||
},
|
||||
harvest: {
|
||||
// 显示收获物品
|
||||
// This value will get merged with the value from the server
|
||||
// Default value: [true]
|
||||
enabled: true,
|
||||
// 显示模式
|
||||
// Default value: [MODERN]
|
||||
// Available values: [MODERN, CLASSIC, CLASSIC_MINIMAL]
|
||||
display_mode: "MODERN",
|
||||
// 在创造上显示
|
||||
// Default value: [false]
|
||||
creative: false
|
||||
},
|
||||
wailax: {
|
||||
// 显示方块能量
|
||||
// Require server to have WTHIT installed, if not, will be locked to [false]
|
||||
// Default value: [true]
|
||||
"energy.enabled_block": true,
|
||||
// 显示实体能量
|
||||
// Require server to have WTHIT installed, if not, will be locked to [false]
|
||||
// Default value: [true]
|
||||
"energy.enabled_entity": true,
|
||||
// 能量黑名单
|
||||
// Custom config, open the following file
|
||||
// extra\energy_blacklist.json5
|
||||
"energy.blacklist": null,
|
||||
// 显示方块流体内容
|
||||
// Require server to have WTHIT installed, if not, will be locked to [false]
|
||||
// Default value: [true]
|
||||
"fluid.enabled_block": true,
|
||||
// 显示实体流体内容
|
||||
// Require server to have WTHIT installed, if not, will be locked to [false]
|
||||
// Default value: [true]
|
||||
"fluid.enabled_entity": true,
|
||||
// 显示装置
|
||||
// Default value: [MILLIBUCKETS]
|
||||
// Available values: [MILLIBUCKETS, DROPLETS]
|
||||
"fluid.display_unit": "MILLIBUCKETS",
|
||||
// 流体内容黑名单
|
||||
// Custom config, open the following file
|
||||
// extra\fluid_blacklist.json5
|
||||
"fluid.blacklist": null,
|
||||
// 显示方块合成进度
|
||||
// Require server to have WTHIT installed, if not, will be locked to [false]
|
||||
// Default value: [true]
|
||||
"progress.enabled_block": true,
|
||||
// 显示实体合成进度
|
||||
// Require server to have WTHIT installed, if not, will be locked to [false]
|
||||
// Default value: [true]
|
||||
"progress.enabled_entity": true,
|
||||
// 合成进度黑名单
|
||||
// Custom config, open the following file
|
||||
// extra\progress_blacklist.json5
|
||||
"progress.blacklist": null,
|
||||
// 显示方块物品内容
|
||||
// Require server to have WTHIT installed, if not, will be locked to [false]
|
||||
// Default value: [true]
|
||||
"item.enabled_block": true,
|
||||
// 显示实体物品内容
|
||||
// Require server to have WTHIT installed, if not, will be locked to [false]
|
||||
// Default value: [true]
|
||||
"item.enabled_entity": true,
|
||||
// 同步NBT数据
|
||||
// Require server to have WTHIT installed, if not, will be locked to [false]
|
||||
// Default value: [true]
|
||||
"item.nbt": true,
|
||||
// 显示模式
|
||||
// 网格: 显示为网格,就像物品栏的工作原理一样
|
||||
// 列表:显示为带内联名称的垂直列表
|
||||
// 动态:超过最大高度时从列表切换到网格
|
||||
// Default value: [DYNAMIC]
|
||||
// Available values: [GRID, LIST, DYNAMIC]
|
||||
"item.display_mode": "DYNAMIC",
|
||||
// 最大高度
|
||||
// Default value: [3]
|
||||
"item.max_height": 3,
|
||||
// 按计数排序
|
||||
// Default value: [true]
|
||||
"item.sort_by_count": true,
|
||||
// Grid Mode Scale
|
||||
// Default value: [1.0]
|
||||
"item.grid_mode_scale": 1.0,
|
||||
// 物品内容黑名单
|
||||
// Custom config, open the following file
|
||||
// extra\item_blacklist.json5
|
||||
"item.blacklist": null
|
||||
}
|
||||
}
|
||||
Binary file not shown.
BIN
.minecraft/mods/【体素地图】voxelmap-fabric-1.21.4-1.14.8.jar
Normal file
BIN
.minecraft/mods/【体素地图】voxelmap-fabric-1.21.4-1.14.8.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/【切换账号】authme-fabric-9.0.1+1.21.4.jar
Normal file
BIN
.minecraft/mods/【切换账号】authme-fabric-9.0.1+1.21.4.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/【前置】ForgeConfigAPIPort-v21.4.1-1.21.4-Fabric.jar
Normal file
BIN
.minecraft/mods/【前置】ForgeConfigAPIPort-v21.4.1-1.21.4-Fabric.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/【前置】badpackets-fabric-0.8.2.jar
Normal file
BIN
.minecraft/mods/【前置】badpackets-fabric-0.8.2.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/【前置】libIPN-fabric-1.21.4-6.3.1.jar
Normal file
BIN
.minecraft/mods/【前置】libIPN-fabric-1.21.4-6.3.1.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/【动态光源】lambdynamiclights-4.0.1+1.21.4.jar
Normal file
BIN
.minecraft/mods/【动态光源】lambdynamiclights-4.0.1+1.21.4.jar
Normal file
Binary file not shown.
Binary file not shown.
BIN
.minecraft/mods/【录像回放】replaymod-1.21.4-2.6.21.jar
Normal file
BIN
.minecraft/mods/【录像回放】replaymod-1.21.4-2.6.21.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/【数格子】blockmeter-1.15-1.21.3.jar
Normal file
BIN
.minecraft/mods/【数格子】blockmeter-1.15-1.21.3.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/【更好的F3】BetterF3-13.0.0-Fabric-1.21.4.jar
Normal file
BIN
.minecraft/mods/【更好的F3】BetterF3-13.0.0-Fabric-1.21.4.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/【更好的床】betterbeds-fabric-1.4.1.jar
Normal file
BIN
.minecraft/mods/【更好的床】betterbeds-fabric-1.4.1.jar
Normal file
Binary file not shown.
Binary file not shown.
BIN
.minecraft/mods/【汉化】I18nUpdateMod-3.6.0-all.jar
Normal file
BIN
.minecraft/mods/【汉化】I18nUpdateMod-3.6.0-all.jar
Normal file
Binary file not shown.
Binary file not shown.
BIN
.minecraft/mods/【物品滚轮】itemscroller-fabric-1.21.4-0.26.0.jar
Normal file
BIN
.minecraft/mods/【物品滚轮】itemscroller-fabric-1.21.4-0.26.0.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/【皮肤补丁】CustomSkinLoader_Fabric-14.22.jar
Normal file
BIN
.minecraft/mods/【皮肤补丁】CustomSkinLoader_Fabric-14.22.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/【看什么】wthit-fabric-14.1.4.jar
Normal file
BIN
.minecraft/mods/【看什么】wthit-fabric-14.1.4.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/【箱子优化】enhancedblockentities-0.11.3+1.21.4.jar
Normal file
BIN
.minecraft/mods/【箱子优化】enhancedblockentities-0.11.3+1.21.4.jar
Normal file
Binary file not shown.
Binary file not shown.
BIN
.minecraft/mods/【美西螈桶】axolotl-item-fix-1.1.10.jar
Normal file
BIN
.minecraft/mods/【美西螈桶】axolotl-item-fix-1.1.10.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/【耐久显示】DurabilityViewer-1.21.4-1.11.0.jar
Normal file
BIN
.minecraft/mods/【耐久显示】DurabilityViewer-1.21.4-1.11.0.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/【聊天头像】chat_heads-0.13.13-fabric-1.21.4.jar
Normal file
BIN
.minecraft/mods/【聊天头像】chat_heads-0.13.13-fabric-1.21.4.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/【连接纹理】continuity-3.0.0+1.21.4.jar
Normal file
BIN
.minecraft/mods/【连接纹理】continuity-3.0.0+1.21.4.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/【迷你HUD】minihud-fabric-1.21.4-0.34.3.jar
Normal file
BIN
.minecraft/mods/【迷你HUD】minihud-fabric-1.21.4-0.34.3.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/【锂】lithium-fabric-0.14.7+mc1.21.4.jar
Normal file
BIN
.minecraft/mods/【锂】lithium-fabric-0.14.7+mc1.21.4.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/【鼠标手势】MouseTweaks-fabric-mc1.21.3-2.27.jar
Normal file
BIN
.minecraft/mods/【鼠标手势】MouseTweaks-fabric-mc1.21.3-2.27.jar
Normal file
Binary file not shown.
@@ -51,8 +51,8 @@ damageTiltStrength:1.0
|
||||
highContrast:false
|
||||
highContrastBlockOutline:false
|
||||
narratorHotkey:true
|
||||
resourcePacks:["fabric"]
|
||||
incompatibleResourcePacks:[]
|
||||
resourcePacks:["vanilla","fabric","betterbeds:fancyconnectedbeds","continuity:default","continuity:glass_pane_culling_fix","file/CozyUI+_1-3_no-fonts.zip","file/护眼大补丸1.21.4_v3b.zip","file/XKRD 红显v3.5for1.21.4.zip"]
|
||||
incompatibleResourcePacks:["appleskin","authme","imblocker","replaymod","voxelmap","zume"]
|
||||
lastServer:
|
||||
lang:zh_cn
|
||||
chatVisibility:0
|
||||
@@ -112,7 +112,7 @@ key_key.fullscreen:key.keyboard.f11
|
||||
key_key.spectatorOutlines:key.keyboard.unknown
|
||||
key_key.swapOffhand:key.keyboard.f
|
||||
key_key.saveToolbarActivator:key.keyboard.unknown
|
||||
key_key.loadToolbarActivator:key.keyboard.x
|
||||
key_key.loadToolbarActivator:key.keyboard.unknown
|
||||
key_key.advancements:key.keyboard.l
|
||||
key_key.hotbar.1:key.keyboard.1
|
||||
key_key.hotbar.2:key.keyboard.2
|
||||
@@ -123,10 +123,32 @@ 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.wi_zoom.zoom:key.keyboard.v
|
||||
key_key.blockmeter.assign:key.keyboard.k
|
||||
key_key.blockmeter.menu:key.keyboard.unknown
|
||||
key_key.blockmeter.useItem:key.keyboard.unknown
|
||||
key_key.blockmeter.measure:key.keyboard.unknown
|
||||
key_key.durabilityviewer.showhide:key.keyboard.h
|
||||
key_fpsreducer.key.openGui:key.keyboard.end
|
||||
key_fpsreducer.key.forceIdle:key.keyboard.pause
|
||||
key_key.modmenu.open_menu:key.keyboard.unknown
|
||||
key_key.replaymod.playeroverview:key.keyboard.b
|
||||
key_key.replaymod.lighting:key.keyboard.z
|
||||
key_key.replaymod.quickmode:key.keyboard.q
|
||||
key_key.replaymod.settings:key.keyboard.unknown
|
||||
key_key.replaymod.marker:key.keyboard.m
|
||||
key_key.replaymod.thumbnail:key.keyboard.n
|
||||
key_key.replaymod.playpause:key.keyboard.p
|
||||
key_key.replaymod.rollclockwise:key.keyboard.l
|
||||
key_key.replaymod.rollcounterclockwise:key.keyboard.j
|
||||
key_key.replaymod.resettilt:key.keyboard.k
|
||||
key_key.replaymod.pathpreview:key.keyboard.h
|
||||
key_key.replaymod.keyframerepository:key.keyboard.x
|
||||
key_key.replaymod.clearkeyframes:key.keyboard.c
|
||||
key_key.replaymod.synctimeline:key.keyboard.v
|
||||
key_key.replaymod.positionkeyframe:key.keyboard.i
|
||||
key_key.replaymod.positiononlykeyframe:key.keyboard.unknown
|
||||
key_key.replaymod.timekeyframe:key.keyboard.o
|
||||
key_key.replaymod.bothkeyframes:key.keyboard.unknown
|
||||
key_key.too_many_shortcuts.alternative_escape:key.keyboard.unknown
|
||||
key_key.too_many_shortcuts.toggle_auto_jump:key.keyboard.unknown
|
||||
key_key.too_many_shortcuts.toggle_cape:key.keyboard.unknown
|
||||
@@ -136,10 +158,25 @@ key_key.too_many_shortcuts.toggle_right_sleeve:key.keyboard.unknown
|
||||
key_key.too_many_shortcuts.toggle_left_pants_leg:key.keyboard.unknown
|
||||
key_key.too_many_shortcuts.toggle_right_pants_leg:key.keyboard.unknown
|
||||
key_key.too_many_shortcuts.toggle_hat:key.keyboard.unknown
|
||||
key_key.waila.config:key.keyboard.unknown
|
||||
key_key.waila.show_overlay:key.keyboard.unknown
|
||||
key_key.waila.toggle_liquid:key.keyboard.unknown
|
||||
key_key.waila.show_recipe_input:key.keyboard.unknown
|
||||
key_key.waila.show_recipe_output:key.keyboard.unknown
|
||||
key_zume.zoom:key.keyboard.c
|
||||
key_zume.zoom_in:key.keyboard.unknown
|
||||
key_zume.zoom_out:key.keyboard.unknown
|
||||
key_iris.keybind.reload:key.keyboard.unknown
|
||||
key_iris.keybind.toggleShaders:key.keyboard.unknown
|
||||
key_iris.keybind.shaderPackSelection:key.keyboard.unknown
|
||||
key_iris.keybind.wireframe:key.keyboard.unknown
|
||||
key_key.minimap.voxelmapmenu:key.keyboard.m
|
||||
key_key.minimap.waypointmenu:key.keyboard.u
|
||||
key_key.minimap.zoom:key.keyboard.z
|
||||
key_key.minimap.togglefullscreen:key.keyboard.unknown
|
||||
key_key.minimap.waypointhotkey:key.keyboard.n
|
||||
key_key.minimap.togglemobs:key.keyboard.unknown
|
||||
key_key.minimap.toggleingamewaypoints:key.keyboard.unknown
|
||||
soundCategory_master:1.0
|
||||
soundCategory_music:0.0
|
||||
soundCategory_record:1.0
|
||||
|
||||
BIN
.minecraft/resourcepacks/CozyUI+_1-3.zip
Normal file
BIN
.minecraft/resourcepacks/CozyUI+_1-3.zip
Normal file
Binary file not shown.
BIN
.minecraft/resourcepacks/CozyUI+_1-3_no-fonts.zip
Normal file
BIN
.minecraft/resourcepacks/CozyUI+_1-3_no-fonts.zip
Normal file
Binary file not shown.
BIN
.minecraft/resourcepacks/XKRD 红显v3.5for1.21.4.zip
Normal file
BIN
.minecraft/resourcepacks/XKRD 红显v3.5for1.21.4.zip
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user