Initial commit
This commit is contained in:
commit
fdce60e052
55 changed files with 3505 additions and 0 deletions
1426
.gitattributes
vendored
Normal file
1426
.gitattributes
vendored
Normal file
File diff suppressed because one or more lines are too long
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Exclude exported CurseForge zip files
|
||||
*.zip
|
||||
|
||||
# Exclude exported Modrinth modpacks
|
||||
*.mrpack
|
1
.packwizignore
Normal file
1
.packwizignore
Normal file
|
@ -0,0 +1 @@
|
|||
/README.md
|
4
RENAME.md
Normal file
4
RENAME.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
A minecraft modpack for general use and to improve quality of life on multiplayer servers that I play.
|
||||
|
||||
## Note
|
||||
Modpack contains mods that might be aganist rules on some servers. You should always check if any mods that you use are allowed on servers that you play.
|
22
config/appleskin.json5
Normal file
22
config/appleskin.json5
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
// If true, shows the hunger and saturation values of food in its tooltip while holding SHIFT
|
||||
"showFoodValuesInTooltip": true,
|
||||
// If true, shows the hunger and saturation values of food in its tooltip automatically (without needing to hold SHIFT)
|
||||
"showFoodValuesInTooltipAlways": true,
|
||||
// If true, shows your current saturation level overlayed on the hunger bar
|
||||
"showSaturationHudOverlay": true,
|
||||
// If true, shows the hunger (and saturation if showSaturationHudOverlay is true) that would be restored by food you are currently holding
|
||||
"showFoodValuesHudOverlay": true,
|
||||
// If true, enables the hunger/saturation/health overlays for food in your off-hand
|
||||
"showFoodValuesHudOverlayWhenOffhand": true,
|
||||
// If true, shows your food exhaustion as a progress bar behind the hunger bar
|
||||
"showFoodExhaustionHudUnderlay": true,
|
||||
// If true, shows estimated health restored by food on the health bar
|
||||
"showFoodHealthHudOverlay": true,
|
||||
// If true, shows your hunger, saturation, and exhaustion level in Debug Screen
|
||||
"showFoodDebugInfo": true,
|
||||
// If true, health/hunger overlay will shake to match Minecraft's icon animations
|
||||
"showVanillaAnimationsOverlay": true,
|
||||
// Alpha value of the flashing icons at their most visible point (1.0 = fully opaque, 0.0 = fully transparent)
|
||||
"maxHudOverlayFlashAlpha": 0.6499999761581421
|
||||
}
|
4
config/continuity.json
Normal file
4
config/continuity.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"disable_ctm": false,
|
||||
"use_manual_culling": true
|
||||
}
|
78
config/craftpresence.properties
Normal file
78
config/craftpresence.properties
Normal file
|
@ -0,0 +1,78 @@
|
|||
#CraftPresence - Configuration Settings
|
||||
#Current Version -> v1.8.8 (Schema v2)
|
||||
#
|
||||
#Last synchronized:
|
||||
#Sat Apr 02 15:55:35 CEST 2022
|
||||
Large_Image_Key_Format=&DEFAULT&
|
||||
Enable_Join_Requests=true
|
||||
Default_Icon=jappa_grass_498
|
||||
Show_Elapsed_Time=true
|
||||
Default_Dimension_Icon=unknown
|
||||
Entity_Riding_Messages=[default;Riding &entity&]
|
||||
Reset_Time_on_Init=false
|
||||
Tooltip_Border_Color=0x505000FF
|
||||
Strip_Extra_Gui_Elements=false
|
||||
Gui_Messages=[default;In &screen&]
|
||||
Last_MC_Version_ID=758
|
||||
Language_ID=en_us
|
||||
Verbose_Mode=false
|
||||
Enable_Per-Item_System=false
|
||||
Client_ID=450485984333660181
|
||||
Detect_Dimension_Data=false
|
||||
Player_Inner_Info_Placeholder=(&health&)
|
||||
Details_Message_Format=
|
||||
Enable_Commands=true
|
||||
Vivecraft_Message=Playing in VR via Vivecraft
|
||||
Loading_Message=Loading...
|
||||
Party_Privacy=0
|
||||
Enable_Per-Entity_System=false
|
||||
Detect_MCUpdater_Instance=false
|
||||
Default\ Biome\ Icon=unknown
|
||||
Player_List_Placeholder=¤t& / &max& Players
|
||||
Format_Words=true
|
||||
Main_Menu_Message=In the Main Menu
|
||||
Config_Gui_Keybind=96
|
||||
Include_Extra_Gui_Classes=false
|
||||
Auto_Register=true
|
||||
Gui_Background_Color=minecraft;textures/gui/options_background.png
|
||||
Fallback_Pack_Placeholder=
|
||||
Player_Outer_Info_Placeholder=&name&
|
||||
Detect_Curse_Manifest=false
|
||||
Detect_Technic_Pack=false
|
||||
World_Data_Placeholder=On &worldname&
|
||||
Server_Messages=[default;Playing Multiplayer]
|
||||
Show_Logging_in_Chat=false
|
||||
Biome_Messages=[default;Playing in &biome&]
|
||||
Small_Image_Text_Format=&SERVER&
|
||||
Modpack_Message=&name&
|
||||
Enable_Per-Gui_System=false
|
||||
Render_Tooltips=true
|
||||
Dimension_Messages=[default;In the &dimension&]
|
||||
Schema_Version=2
|
||||
Default_Server_Icon=default
|
||||
Button_Background_Color=minecraft;textures/gui/widgets.png
|
||||
Game_State_Message_Format=&MAINMENU&&SERVER&
|
||||
Small_Image_Key_Format=
|
||||
Player_Items_Placeholder=Items\: &main&
|
||||
Reduced_Background_Tint=true
|
||||
Detect_World_Data=true
|
||||
Detect_Biome_Data=false
|
||||
LAN_Game_Message=Playing on a LAN Server
|
||||
Split_Character=;
|
||||
Debug_Mode=false
|
||||
Default_Server_Name=Minecraft Server
|
||||
Mods_Placeholder=&modcount& Mods
|
||||
Item_Messages=[default;Holding &item&]
|
||||
Player_Skin_Endpoint=https\://crafatar.com/avatars/%1$s
|
||||
Entity_Target_Messages=[default;Targeting &entity&]
|
||||
Detect_MultiMC_Instance=false
|
||||
Tooltip_Background_Color=0xF0100010
|
||||
Player_Coordinate_Placeholder=At &xPosition&, &zPosition&
|
||||
Strip_Translation_Colors=false
|
||||
Rounding_Size=3
|
||||
Player_Health_Placeholder=Health\: ¤t&/&max&
|
||||
Entity_Attacking_Messages=[default;Attacking &entity&]
|
||||
Default_Server_Motd=A Minecraft Server
|
||||
Large_Image_Text_Format=&MCVERSION& &BRAND& &MODS&
|
||||
Singleplayer_Game_Message=Playing Singleplayer
|
||||
Refresh_Rate=2
|
3
config/customwindowtitle-client.toml
Normal file
3
config/customwindowtitle-client.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
title = 'Minecraft VMU - {mcversion}'
|
||||
icon16 = ''
|
||||
icon32 = ''
|
8
config/fabric/indigo-renderer.properties
Normal file
8
config/fabric/indigo-renderer.properties
Normal file
|
@ -0,0 +1,8 @@
|
|||
#Indigo properties file
|
||||
#Sat Apr 02 15:55:34 CEST 2022
|
||||
debug-compare-lighting=auto
|
||||
fix-exterior-vertex-lighting=auto
|
||||
ambient-occlusion-mode=hybrid
|
||||
always-tesselate-blocks=auto
|
||||
fix-smooth-lighting-offset=auto
|
||||
fix-luminous-block-ambient-occlusion=auto
|
52
config/fallingleaves.json
Normal file
52
config/fallingleaves.json
Normal file
|
@ -0,0 +1,52 @@
|
|||
{
|
||||
"version": 1,
|
||||
"displayDebugData": false,
|
||||
"leafSize": 5,
|
||||
"leafLifespan": 200,
|
||||
"leafSpawnRate": 10,
|
||||
"coniferLeafSpawnRate": 0,
|
||||
"dropFromPlayerPlacedBlocks": true,
|
||||
"minimumFreeSpaceBelow": 1,
|
||||
"windEnabled": true,
|
||||
"windlessDimensions": [
|
||||
"minecraft:the_end",
|
||||
"minecraft:the_nether"
|
||||
],
|
||||
"leafSettings": {
|
||||
"minecraft:flowering_azalea_leaves": {
|
||||
"spawnRateFactor": 1.0,
|
||||
"isConiferBlock": false
|
||||
},
|
||||
"minecraft:jungle_leaves": {
|
||||
"spawnRateFactor": 0.0,
|
||||
"isConiferBlock": false
|
||||
},
|
||||
"minecraft:azalea_leaves": {
|
||||
"spawnRateFactor": 1.0,
|
||||
"isConiferBlock": false
|
||||
},
|
||||
"minecraft:birch_leaves": {
|
||||
"spawnRateFactor": 1.0,
|
||||
"isConiferBlock": false
|
||||
},
|
||||
"minecraft:acacia_leaves": {
|
||||
"spawnRateFactor": 1.0,
|
||||
"isConiferBlock": false
|
||||
},
|
||||
"minecraft:oak_leaves": {
|
||||
"spawnRateFactor": 1.0,
|
||||
"isConiferBlock": false
|
||||
},
|
||||
"minecraft:dark_oak_leaves": {
|
||||
"spawnRateFactor": 1.0,
|
||||
"isConiferBlock": false
|
||||
},
|
||||
"minecraft:spruce_leaves": {
|
||||
"spawnRateFactor": 1.0,
|
||||
"isConiferBlock": true
|
||||
}
|
||||
},
|
||||
"leafSpawners": [],
|
||||
"fallSpawnRateFactor": 1.8,
|
||||
"winterSpawnRateFactor": 0.1
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"net.minecraft.class_476": {
|
||||
"buttonHints": {
|
||||
"MOVE_TO_CONTAINER": {
|
||||
"horizontalOffset": 1,
|
||||
"bottom": 1
|
||||
},
|
||||
"MOVE_TO_PLAYER": {
|
||||
"horizontalOffset": 1
|
||||
},
|
||||
"SORT": {
|
||||
"horizontalOffset": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"net.minecraft.class_481": {
|
||||
"buttonHints": {
|
||||
"SORT": {
|
||||
"horizontalOffset": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
25
config/inventoryprofilesnext/inventoryprofiles.json
Normal file
25
config/inventoryprofilesnext/inventoryprofiles.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"ModSettings": {
|
||||
"enable_auto_refill": false,
|
||||
"enable_updates_check": false,
|
||||
"first_run": false
|
||||
},
|
||||
"GuiSettings": {
|
||||
"enable_profiles_ui": false,
|
||||
"continuous_crafting_saved_value": false,
|
||||
"show_sort_in_columns_button": false,
|
||||
"show_sort_in_rows_button": false
|
||||
},
|
||||
"Hotkeys": {
|
||||
"open_config_menu": {
|
||||
"main": {
|
||||
"keys": ""
|
||||
}
|
||||
},
|
||||
"reload_custom_configs": {
|
||||
"main": {
|
||||
"keys": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
11
config/malilib.json
Normal file
11
config/malilib.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"Generic": {
|
||||
"ignoredKeys": {
|
||||
"keys": ""
|
||||
},
|
||||
"openGuiConfigs": {
|
||||
"keys": ""
|
||||
},
|
||||
"realmsCommonConfig": true
|
||||
}
|
||||
}
|
570
config/minihud.json
Normal file
570
config/minihud.json
Normal file
|
@ -0,0 +1,570 @@
|
|||
{
|
||||
"InfoLineOrders": {
|
||||
"infoBeeCount": 36,
|
||||
"infoBiome": 19,
|
||||
"infoBiomeRegistryName": 20,
|
||||
"infoBlockBreakSpeed": 6,
|
||||
"infoBlockInChunk": 28,
|
||||
"infoBlockPosition": 6,
|
||||
"infoBlockProperties": 27,
|
||||
"infoChunkPosition": 7,
|
||||
"infoChunkSections": 14,
|
||||
"infoChunkSectionsLine": 15,
|
||||
"infoChunkUpdates": 16,
|
||||
"infoCoordinates": 4,
|
||||
"infoCoordinatesScaled": 4,
|
||||
"infoDifficulty": 18,
|
||||
"infoDimensionId": 5,
|
||||
"infoDistance": 33,
|
||||
"infoEntities": 21,
|
||||
"infoEntitiesClientWorld": 22,
|
||||
"infoEntityRegistryName": 24,
|
||||
"infoFacing": 8,
|
||||
"infoFurnaceXp": 30,
|
||||
"infoFPS": 0,
|
||||
"infoHoneyLevel": 37,
|
||||
"infoHorseSpeed": 36,
|
||||
"infoHorseJump": 37,
|
||||
"infoLightLevel": 10,
|
||||
"infoLookingAtBlock": 25,
|
||||
"infoLookingAtBlockInChunk": 26,
|
||||
"infoLookingAtEntity": 23,
|
||||
"infoMemoryUsage": 0,
|
||||
"infoLoadedChunksCount": 31,
|
||||
"infoParticleCount": 17,
|
||||
"infoPing": 36,
|
||||
"infoRegionFile": 29,
|
||||
"infoRotationPitch": 12,
|
||||
"infoRotationYaw": 11,
|
||||
"infoServerTPS": 9,
|
||||
"infoSlimeChunk": 22,
|
||||
"infoSpeed": 13,
|
||||
"infoSpeedAxis": 13,
|
||||
"infoSpeedHV": 13,
|
||||
"infoSprinting": 40,
|
||||
"infoTileEntities": 32,
|
||||
"infoTimeDayModulo": 35,
|
||||
"infoTimeIRL": 1,
|
||||
"infoTimeTotalModulo": 34,
|
||||
"infoTimeWorld": 2,
|
||||
"infoWorldTimeFormatted": 3
|
||||
},
|
||||
"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": "#FF209040",
|
||||
"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",
|
||||
"spawnPlayerLazyOverlayColor": "#30D030D0",
|
||||
"spawnPlayerOuterOverlayColor": "#306900D2",
|
||||
"spawnRealEntityOverlayColor": "#3030FF20",
|
||||
"spawnRealLazyOverlayColor": "#30FF3020",
|
||||
"spawnRealOuterOverlayColor": "#309D581A",
|
||||
"spawnableColumnHeightsOverlayColor": "#A0FF00FF",
|
||||
"textBackgroundColor": "#00000000",
|
||||
"textColor": "#FFFFFFFF"
|
||||
},
|
||||
"Generic": {
|
||||
"axolotlTooltipsTooltips": true,
|
||||
"beeTooltips": true,
|
||||
"honeyTooltips": true,
|
||||
"biomeOverlaySingleColor": true,
|
||||
"debugMessages": false,
|
||||
"debugRendererPathFindingEnablePointWidth": true,
|
||||
"dontClearStoredSeedOnDimensionChange": true,
|
||||
"enableVanillaDebugRendererFix": true,
|
||||
"lightLevelAutoHeight": false,
|
||||
"lightLevelCollisionCheck": false,
|
||||
"lightLevelColoredNumbers": true,
|
||||
"lightLevelNumberRotation": true,
|
||||
"lightLevelRenderThrough": false,
|
||||
"lightLevelSkipBlockCheck": false,
|
||||
"lightLevelUnderWater": false,
|
||||
"mapPreview": true,
|
||||
"offsetSubtitleHud": true,
|
||||
"requireSneak": false,
|
||||
"shulkerBoxPreview": false,
|
||||
"shulkerDisplayBgColor": true,
|
||||
"shulkerDisplayRequireShift": true,
|
||||
"sortLinesByLength": false,
|
||||
"sortLinesReversed": false,
|
||||
"structuresRenderThrough": false,
|
||||
"useCustomizedCoordinateFormat": true,
|
||||
"useFontShadow": false,
|
||||
"useTextBackground": true,
|
||||
"mainRenderingToggle": {
|
||||
"enabled": true,
|
||||
"hotkey": {
|
||||
"keys": "H"
|
||||
}
|
||||
},
|
||||
"openConfigGui": {
|
||||
"keys": "H,C"
|
||||
},
|
||||
"requiredKey": {
|
||||
"keys": ""
|
||||
},
|
||||
"setDistanceReferencePoint": {
|
||||
"keys": ""
|
||||
},
|
||||
"shapeEditor": {
|
||||
"keys": ""
|
||||
},
|
||||
"blockGridOverlayMode": "all",
|
||||
"lightLevelMarkerCondition": "spawnable",
|
||||
"lightLevelMarkers": "square",
|
||||
"lightLevelNumberCondition": "always",
|
||||
"lightLevelNumbers": "block",
|
||||
"hudAlignment": "top_left",
|
||||
"biomeOverlayRange": 4,
|
||||
"biomeOverlayRangeVertical": 0,
|
||||
"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": 1.0,
|
||||
"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": 0,
|
||||
"textPosY": 0,
|
||||
"timeDayDivisor": 24000,
|
||||
"timeTotalDivisor": 24000
|
||||
},
|
||||
"InfoTypeToggles": {
|
||||
"infoBeeCount": false,
|
||||
"infoBiome": false,
|
||||
"infoBiomeRegistryName": false,
|
||||
"infoBlockBreakSpeed": false,
|
||||
"infoBlockInChunk": false,
|
||||
"infoBlockPosition": false,
|
||||
"infoBlockProperties": true,
|
||||
"infoChunkPosition": false,
|
||||
"infoChunkSections": false,
|
||||
"infoChunkSectionsLine": false,
|
||||
"infoChunkUpdates": false,
|
||||
"infoCoordinates": false,
|
||||
"infoCoordinatesScaled": false,
|
||||
"infoDifficulty": false,
|
||||
"infoDimensionId": false,
|
||||
"infoDistance": false,
|
||||
"infoEntities": false,
|
||||
"infoEntitiesClientWorld": false,
|
||||
"infoEntityRegistryName": false,
|
||||
"infoFacing": false,
|
||||
"infoFurnaceXp": false,
|
||||
"infoFPS": true,
|
||||
"infoHoneyLevel": false,
|
||||
"infoHorseSpeed": true,
|
||||
"infoHorseJump": true,
|
||||
"infoLightLevel": false,
|
||||
"infoLookingAtBlock": false,
|
||||
"infoLookingAtBlockInChunk": false,
|
||||
"infoLookingAtEntity": true,
|
||||
"infoMemoryUsage": false,
|
||||
"infoLoadedChunksCount": false,
|
||||
"infoParticleCount": false,
|
||||
"infoPing": false,
|
||||
"infoRegionFile": false,
|
||||
"infoRotationPitch": false,
|
||||
"infoRotationYaw": false,
|
||||
"infoServerTPS": false,
|
||||
"infoSlimeChunk": false,
|
||||
"infoSpeed": false,
|
||||
"infoSpeedAxis": false,
|
||||
"infoSpeedHV": false,
|
||||
"infoSprinting": false,
|
||||
"infoTileEntities": false,
|
||||
"infoTimeDayModulo": false,
|
||||
"infoTimeIRL": false,
|
||||
"infoTimeTotalModulo": false,
|
||||
"infoTimeWorld": false,
|
||||
"infoWorldTimeFormatted": false
|
||||
},
|
||||
"InfoHotkeys": {
|
||||
"infoBeeCount": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoBiome": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoBiomeRegistryName": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoBlockBreakSpeed": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoBlockInChunk": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoBlockPosition": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoBlockProperties": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoChunkPosition": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoChunkSections": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoChunkSectionsLine": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoChunkUpdates": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoCoordinates": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoCoordinatesScaled": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoDifficulty": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoDimensionId": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoDistance": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoEntities": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoEntitiesClientWorld": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoEntityRegistryName": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoFacing": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoFurnaceXp": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoFPS": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoHoneyLevel": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoHorseSpeed": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoHorseJump": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoLightLevel": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoLookingAtBlock": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoLookingAtBlockInChunk": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoLookingAtEntity": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoMemoryUsage": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoLoadedChunksCount": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoParticleCount": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoPing": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoRegionFile": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoRotationPitch": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoRotationYaw": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoServerTPS": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoSlimeChunk": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoSpeed": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoSpeedAxis": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoSpeedHV": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoSprinting": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoTileEntities": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoTimeDayModulo": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoTimeIRL": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoTimeTotalModulo": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoTimeWorld": {
|
||||
"keys": ""
|
||||
},
|
||||
"infoWorldTimeFormatted": {
|
||||
"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,
|
||||
"overlayStructureMainToggle": false,
|
||||
"shapeRenderer": true,
|
||||
"debugChunkBorder": false,
|
||||
"debugChunkInfo": false,
|
||||
"debugChunkOcclusion": false,
|
||||
"debugCollisionBoxEnabled": false,
|
||||
"debugNeighborsUpdateEnabled": false,
|
||||
"debugPathfindingEnabled": false,
|
||||
"debugSolidFaceEnabled": false,
|
||||
"debugWaterEnabled": false
|
||||
},
|
||||
"RendererHotkeys": {
|
||||
"overlayBeaconRange": {
|
||||
"keys": ""
|
||||
},
|
||||
"overlayBiomeBorder": {
|
||||
"keys": ""
|
||||
},
|
||||
"overlayBlockGrid": {
|
||||
"keys": ""
|
||||
},
|
||||
"overlayConduitRange": {
|
||||
"keys": ""
|
||||
},
|
||||
"overlayLightLevel": {
|
||||
"keys": "F7"
|
||||
},
|
||||
"overlayRandomTicksFixed": {
|
||||
"keys": ""
|
||||
},
|
||||
"overlayRandomTicksPlayer": {
|
||||
"keys": ""
|
||||
},
|
||||
"overlayRegionFile": {
|
||||
"keys": "F8"
|
||||
},
|
||||
"overlaySlimeChunks": {
|
||||
"keys": ""
|
||||
},
|
||||
"overlaySpawnableColumnHeights": {
|
||||
"keys": ""
|
||||
},
|
||||
"overlaySpawnChunkReal": {
|
||||
"keys": ""
|
||||
},
|
||||
"overlaySpawnChunkPlayer": {
|
||||
"keys": ""
|
||||
},
|
||||
"overlayStructureMainToggle": {
|
||||
"keys": ""
|
||||
},
|
||||
"shapeRenderer": {
|
||||
"keys": "F9"
|
||||
},
|
||||
"debugChunkBorder": {
|
||||
"keys": ""
|
||||
},
|
||||
"debugChunkInfo": {
|
||||
"keys": ""
|
||||
},
|
||||
"debugChunkOcclusion": {
|
||||
"keys": ""
|
||||
},
|
||||
"debugCollisionBoxEnabled": {
|
||||
"keys": ""
|
||||
},
|
||||
"debugNeighborsUpdateEnabled": {
|
||||
"keys": ""
|
||||
},
|
||||
"debugPathfindingEnabled": {
|
||||
"keys": ""
|
||||
},
|
||||
"debugSolidFaceEnabled": {
|
||||
"keys": ""
|
||||
},
|
||||
"debugWaterEnabled": {
|
||||
"keys": ""
|
||||
}
|
||||
},
|
||||
"StructureColors": {
|
||||
"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",
|
||||
"Village Main": "#3054CB4E",
|
||||
"Village Components": "#3054CB4E",
|
||||
"Witch Hut Main": "#30BE1DFC",
|
||||
"Witch Hut Components": "#300099FF"
|
||||
},
|
||||
"StructureHotkeys": {
|
||||
"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 Village": {
|
||||
"keys": ""
|
||||
},
|
||||
"Toggle Witch Hut": {
|
||||
"keys": ""
|
||||
}
|
||||
},
|
||||
"StructureToggles": {
|
||||
"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,
|
||||
"Village": false,
|
||||
"Witch Hut": false
|
||||
},
|
||||
"config_version": 1
|
||||
}
|
5
config/modmenu.json
Normal file
5
config/modmenu.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"show_libraries": false,
|
||||
"hide_config_buttons": false,
|
||||
"sorting": "ascending"
|
||||
}
|
107
config/mousewheelie.hjson
Normal file
107
config/mousewheelie.hjson
Normal file
|
@ -0,0 +1,107 @@
|
|||
{
|
||||
// General settings
|
||||
general: {
|
||||
// Sets the interval in milliseconds in which certain packets are fired.
|
||||
// Lower numbers increase the speed but might be rejected by servers.
|
||||
// default: 10
|
||||
// Must be inclusively between 1 and 1000
|
||||
interaction-rate: 10
|
||||
// Enables right-clicking in recipe books/villager trading to swiftly craft/trade.
|
||||
// default: true
|
||||
enable-quick-craft: true
|
||||
// This option will treat the hotbar as a separate scope.
|
||||
// This means that pushing the inventory or sorting the main inventory will not affect the hotbar and vice-versa.
|
||||
// default: true
|
||||
hotbar-scope: true
|
||||
// Enables using armor/elytra items to swap them with the currently equipped item.
|
||||
// default: true
|
||||
enable-quick-armor-swapping: true
|
||||
}
|
||||
scrolling: {
|
||||
// Enables scrolling of stacks
|
||||
// default: true
|
||||
enable: true
|
||||
// Invert the scroll direction when scrolling items
|
||||
// default: false
|
||||
invert: false
|
||||
// If enabled items will be moved according to whether your scrolling up or down.
|
||||
// If disabled you will scroll to change the amount of items present (up will increase - down will decrease
|
||||
// default: true
|
||||
directional-scrolling: true
|
||||
// Sets whether to by default scroll items
|
||||
// out of the creative menu.
|
||||
// default: true
|
||||
scroll-creative-menu-items: true
|
||||
// Sets whether creative mode tabs can
|
||||
// be switched by scrolling over them.
|
||||
// default: true
|
||||
scroll-creative-menu-tabs: true
|
||||
}
|
||||
// Change sort modes. Existing sort modes are ALPHABET, RAW_ID and QUANTITY
|
||||
sort: {
|
||||
// Sets the sort mode for normal sorting.
|
||||
// default: raw_id
|
||||
primary-sort: raw_id
|
||||
// Sets the sort mode for sorting whilst pressing shift.
|
||||
// default: quantity
|
||||
shift-sort: quantity
|
||||
// Sets the sort mode for sorting whilst pressing control.
|
||||
// default: alphabet
|
||||
control-sort: alphabet
|
||||
}
|
||||
// Configure refill related stuff here.
|
||||
refill: {
|
||||
// Refills stacks in the off hand
|
||||
// default: true
|
||||
off-hand: true
|
||||
// Refill when eating items
|
||||
// default: true
|
||||
eat: true
|
||||
// Refill when dropping items
|
||||
// default: true
|
||||
drop: true
|
||||
// Refill when using up items
|
||||
// default: true
|
||||
use: true
|
||||
// Refill on other occasions
|
||||
// default: true
|
||||
other: true
|
||||
// Enable/Disable specific rules for how to refill items
|
||||
rules: {
|
||||
// Tries to find any block items
|
||||
// default: false
|
||||
any-block: false
|
||||
// Find items of the same item group
|
||||
// default: false
|
||||
itemgroup: false
|
||||
// Try to find similar items through the item type hierarchy
|
||||
// default: false
|
||||
item-hierarchy: false
|
||||
// Try to find similar block items through the block type hierarchy
|
||||
// default: false
|
||||
block-hierarchy: false
|
||||
// Try to find other food items
|
||||
// default: false
|
||||
food: false
|
||||
// Try to find equal items (no nbt matching)
|
||||
// default: true
|
||||
equal-items: true
|
||||
// Try to find equal stacks (nbt matching
|
||||
// default: true
|
||||
equal-stacks: true
|
||||
}
|
||||
}
|
||||
// Configure picking the correct tool for the currently faced block.
|
||||
tool-picking: {
|
||||
// Pick correct tool when middle clicking whilst holding a tool.
|
||||
// default: true
|
||||
hold-tool: true
|
||||
// Pick correct tool when middle clicking whilst holding the same block as faced.
|
||||
// default: false
|
||||
hold-block: false
|
||||
// Allows picking tools from the inventory.
|
||||
// If disabled picking will only happen from the hotbar.
|
||||
// default: true
|
||||
pick-from-inventory: true
|
||||
}
|
||||
}
|
13
config/no_fog.json
Normal file
13
config/no_fog.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"globalToggles": {
|
||||
"skyFog": "DEFAULT",
|
||||
"terrainFog": "DEFAULT",
|
||||
"thickFog": "DEFAULT",
|
||||
"waterFog": "DEFAULT",
|
||||
"lavaFog": "DEFAULT",
|
||||
"powderSnowFog": "DEFAULT",
|
||||
"blindnessFog": "DEFAULT"
|
||||
},
|
||||
"dimensionToggles": {},
|
||||
"biomeToggles": {}
|
||||
}
|
3
config/perspectivemod/main.json5
Normal file
3
config/perspectivemod/main.json5
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"holdMode": false
|
||||
}
|
5
config/presencefootsteps/updater.json
Normal file
5
config/presencefootsteps/updater.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"enabled": false,
|
||||
"displayCount": 0,
|
||||
"displayRemaining": 0
|
||||
}
|
6
config/presencefootsteps/userconfig.json
Normal file
6
config/presencefootsteps/userconfig.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"volume": 70,
|
||||
"stance": "BIPED",
|
||||
"multiplayer": true,
|
||||
"global": true
|
||||
}
|
166
config/roughlyenoughitems/config.json5
Normal file
166
config/roughlyenoughitems/config.json5
Normal file
|
@ -0,0 +1,166 @@
|
|||
{
|
||||
"basics": {
|
||||
"favorites": [
|
||||
"{mode:\"NOT_SET\",type:\"roughlyenoughitems:gamemode\"}",
|
||||
"{data:{Count:1b,id:\"minecraft:item_frame\",tag:{EntityTag:{Invisible:1b},display:{Name:'{\"text\":\"Invisible Item Frame\",\"color\":\"#FFFF90\",\"italic\":true}'}},type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}",
|
||||
"{data:{Count:1b,id:\"minecraft:glow_item_frame\",tag:{EntityTag:{Invisible:1b},display:{Name:'{\"text\":\"Invisible Glowing Item Frame\",\"color\":\"#FFFF90\",\"italic\":true}'}},type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}",
|
||||
"{data:{Count:1b,id:\"minecraft:weathered_cut_copper\",type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}"
|
||||
],
|
||||
// Declares whether cheating mode is on.
|
||||
"cheating": true,
|
||||
"favoritesEnabled": true,
|
||||
"keyBindings": {
|
||||
"recipeKeybind": {
|
||||
"keyCode": "key.keyboard.r",
|
||||
"modifier": 0
|
||||
},
|
||||
"usageKeybind": {
|
||||
"keyCode": "key.keyboard.u",
|
||||
"modifier": 0
|
||||
},
|
||||
"hideKeybind": {
|
||||
"keyCode": "key.keyboard.o",
|
||||
"modifier": 2
|
||||
},
|
||||
"previousPageKeybind": {
|
||||
"keyCode": "key.keyboard.unknown",
|
||||
"modifier": 0
|
||||
},
|
||||
"nextPageKeybind": {
|
||||
"keyCode": "key.keyboard.unknown",
|
||||
"modifier": 0
|
||||
},
|
||||
"focusSearchFieldKeybind": {
|
||||
"keyCode": "key.keyboard.f",
|
||||
"modifier": 2
|
||||
},
|
||||
"copyRecipeIdentifierKeybind": {
|
||||
"keyCode": "key.mouse.middle",
|
||||
"modifier": 0
|
||||
},
|
||||
"favoriteKeybind": {
|
||||
"keyCode": "key.keyboard.a",
|
||||
"modifier": 0
|
||||
},
|
||||
"exportImageKeybind": {
|
||||
"keyCode": "key.keyboard.f8",
|
||||
"modifier": 0
|
||||
},
|
||||
"previousScreenKeybind": {
|
||||
"keyCode": "key.keyboard.backspace",
|
||||
"modifier": 0
|
||||
}
|
||||
},
|
||||
// Declares whether REI is visible.
|
||||
"overlayVisible": true,
|
||||
"cheatingStyle": "GRAB",
|
||||
"motion": {
|
||||
"favoritesAnimation": false
|
||||
}
|
||||
},
|
||||
"advanced": {
|
||||
"filtering": {
|
||||
"shouldFilterDisplays": true,
|
||||
"filteringRules": [
|
||||
"{id:\"roughlyenoughitems:manual\",rule:{}}"
|
||||
],
|
||||
"filteredStacks": []
|
||||
},
|
||||
"enableJeiCompatibilityLayer": true,
|
||||
"tooltips": {
|
||||
// Declares whether REI should append mod names to entries.
|
||||
"appendModNames": false,
|
||||
// Declares whether favorites tooltip should be displayed.
|
||||
"displayFavoritesTooltip": false
|
||||
},
|
||||
"layout": {
|
||||
// The ordering of the items on the entry panel.
|
||||
"entryPanelOrdering": "REGISTRY_ASCENDING",
|
||||
// Declares the maximum amount of recipes displayed in a page if possible.
|
||||
"maxRecipesPerPage": 12,
|
||||
// Declares the maximum amount of recipes displayed in a page if possible.
|
||||
"maxRecipesPageHeight": 300,
|
||||
// Declares whether entry rendering time should be debugged.
|
||||
"debugRenderTimeRequired": false,
|
||||
// Merges displays with equal contents under 1 display.
|
||||
"mergeDisplayUnderOne": true,
|
||||
"favoriteAddWidgetMode": "ALWAYS_VISIBLE"
|
||||
},
|
||||
"accessibility": {
|
||||
"entrySize": 1.0,
|
||||
// Declares the position of the entry panel.
|
||||
"displayPanelLocation": "RIGHT",
|
||||
// Declares whether scrolled entry panel should snap to rows.
|
||||
"snapToRows": false,
|
||||
// Declares how the scrollbar in composite screen should act.
|
||||
"compositeScrollBarPermanent": false,
|
||||
"toastDisplayedOnCopyIdentifier": true,
|
||||
// Declares whether REI should use compact tabs for categories.
|
||||
"useCompactTabs": true
|
||||
},
|
||||
"search": {
|
||||
// Declares whether search time should be debugged.
|
||||
"debugSearchTimeRequired": false,
|
||||
// Declares whether REI should search async.
|
||||
"asyncSearch": true,
|
||||
// Declares how many entries should be grouped one async search.
|
||||
"asyncSearchPartitionSize": 100,
|
||||
"tooltipSearch": "ALWAYS",
|
||||
"tagSearch": "PREFIX",
|
||||
"identifierSearch": "ALWAYS",
|
||||
"modSearch": "PREFIX"
|
||||
},
|
||||
"commands": {
|
||||
// Declares the command used to change gamemode.
|
||||
"gamemodeCommand": "/gamemode {gamemode}",
|
||||
// Declares the command used in servers to cheat items.
|
||||
"giveCommand": "/give {player_name} {item_identifier}{nbt} {count}",
|
||||
// Declares the command used to change weather.
|
||||
"weatherCommand": "/weather {weather}",
|
||||
// Declares the command used to change time.
|
||||
"timeCommand": "/time set {time}"
|
||||
},
|
||||
"miscellaneous": {
|
||||
// Declares whether arrows in containers should be clickable.
|
||||
"clickableRecipeArrows": true,
|
||||
"registerRecipesInAnotherThread": true,
|
||||
"newFastEntryRendering": true,
|
||||
"cachingFastEntryRendering": true
|
||||
}
|
||||
},
|
||||
"appearance": {
|
||||
"recipeScreenType": "ORIGINAL",
|
||||
// Declares the appearance of REI windows.
|
||||
"theme": "LIGHT",
|
||||
"layout": {
|
||||
// Declares the position of the search field.
|
||||
"searchFieldLocation": "BOTTOM_SIDE",
|
||||
// Declares the position of the config button.
|
||||
"configButtonLocation": "LOWER",
|
||||
// Declares whether the craftable filter button is enabled.
|
||||
"enableCraftableOnlyButton": true
|
||||
},
|
||||
// Declares the appearance of recipe's border.
|
||||
"recipeBorder": "DEFAULT",
|
||||
// Declares whether entry panel is scrolled.
|
||||
"scrollingEntryListWidget": false,
|
||||
"horizontalEntriesBoundaries": 1.0,
|
||||
"verticalEntriesBoundaries": 1.0,
|
||||
"horizontalEntriesBoundariesColumns": 18,
|
||||
"verticalEntriesBoundariesRows": 1000,
|
||||
"favoritesHorizontalEntriesBoundaries": 1.0,
|
||||
"favoritesHorizontalEntriesBoundariesColumns": 9,
|
||||
"syntaxHighlightingMode": "COLORFUL",
|
||||
"isFocusModeZoomed": false
|
||||
},
|
||||
"functionality": {
|
||||
// Declares whether REI should remove the recipe book.
|
||||
"disableRecipeBook": false,
|
||||
// Declares whether mob effects should be on the left side instead of the right side.
|
||||
"leftSideMobEffects": true,
|
||||
// Declares whether subsets is enabled.
|
||||
"isSubsetsEnabled": false,
|
||||
"allowInventoryHighlighting": true,
|
||||
"itemCheatingMode": "REI_LIKE"
|
||||
}
|
||||
}
|
116
config/shulkerboxtooltip.json5
Normal file
116
config/shulkerboxtooltip.json5
Normal file
|
@ -0,0 +1,116 @@
|
|||
{
|
||||
"preview": {
|
||||
/* Toggles the shulker box preview.
|
||||
(default value: true)
|
||||
*/
|
||||
"enable": true,
|
||||
/* Locks the preview window above the tooltip.
|
||||
When locked, the window will not adapt when out of screen.
|
||||
(default value: false)
|
||||
*/
|
||||
"lock": false,
|
||||
/* Swaps the preview modes.
|
||||
If true, pressing the preview key will show the full preview instead.
|
||||
(default value: false)
|
||||
*/
|
||||
"swapModes": false,
|
||||
/* If on, the preview is always displayed, regardless of the preview key being pressed.
|
||||
(default value: false)
|
||||
*/
|
||||
"alwaysOn": false,
|
||||
/* In compact mode, how should items with the same ID but different NBT data be compacted?
|
||||
IGNORE: Ignores NBT data
|
||||
FIRST_ITEM: Items are displayed as all having the same NBT as the first item
|
||||
SEPARATE: Separates items with different NBT data
|
||||
(default value: SEPARATE)
|
||||
*/
|
||||
"compactPreviewNbtBehavior": "SEPARATE",
|
||||
/* Controls whether the preview window should be colored.
|
||||
(default value: true)
|
||||
*/
|
||||
"coloredPreview": true,
|
||||
/* The max number of items in a row.
|
||||
May not affect modded containers.
|
||||
(default value: 9)
|
||||
*/
|
||||
"defaultMaxRowSize": 9,
|
||||
/* If on, the client will try to send packets to servers to allow extra preview information such as ender chest previews.
|
||||
(default value: true)
|
||||
*/
|
||||
"serverIntegration": true,
|
||||
/* The theme to use for preview windows.
|
||||
MOD_AUTO: ShulkerBoxTooltip's style using the dark mode setting from LibGui, defaults to light theme if not present.
|
||||
MOD_LIGHT: ShulkerBoxTooltip's style with vanilla colors.
|
||||
MOD_DARK: ShulkeBoxTooltip's style with gray preview windows instead of white.
|
||||
VANILLA: Mimics the style of vanilla bundle previews.
|
||||
(default value: MOD_AUTO)
|
||||
*/
|
||||
"theme": "MOD_AUTO",
|
||||
/* The position of the preview window.
|
||||
INSIDE: Inside the item's tooltip.
|
||||
OUTSIDE: Outside the item's tooltip, moves dependening on the screen borders.
|
||||
OUTSIDE_TOP: Always at the top of the item's tooltip.
|
||||
OUTSIDE_BOTTOM: Always at the bottom of the item's tooltip.
|
||||
(default value: INSIDE)
|
||||
*/
|
||||
"position": "INSIDE",
|
||||
/* If on, large item counts in compact previews will be shortened.
|
||||
(default value: true)
|
||||
*/
|
||||
"shortItemCounts": true
|
||||
},
|
||||
"tooltip": {
|
||||
/* Controls whether the key hints in the container's tooltip should be displayed.
|
||||
(default value: true)
|
||||
*/
|
||||
"showKeyHints": true,
|
||||
/* The tooltip to use.
|
||||
VANILLA: The vanilla tooltip (shows the first 5 items)
|
||||
MOD: The mod's tooltip
|
||||
NONE: No tooltip
|
||||
(default value: MOD)
|
||||
*/
|
||||
"type": "MOD",
|
||||
/* Shows info about the current loot table of the item if present.
|
||||
Visible only when Tooltip Type is set to Modded.
|
||||
HIDE: No loot table info, default.
|
||||
SIMPLE: Displays whether the stack uses a loot table.
|
||||
ADVANCED: Shows the loot table used by the item.
|
||||
(default value: HIDE)
|
||||
*/
|
||||
"lootTableInfoType": "HIDE",
|
||||
/* If on, the mod hides the custom text on shulker box tooltips.
|
||||
Use this option when a server-side preview datapack clashes with the mod.
|
||||
(default value: false)
|
||||
*/
|
||||
"hideShulkerBoxLore": false
|
||||
},
|
||||
"controls": {
|
||||
/* Press this key when hovering a container stack to open the preview window.
|
||||
(default value: key.keyboard.left.shift)
|
||||
*/
|
||||
"previewKey": {
|
||||
"code": "key.keyboard.left.shift"
|
||||
},
|
||||
/* Press this key when hovering a container stack to open the full preview window.
|
||||
(default value: key.keyboard.left.alt)
|
||||
*/
|
||||
"fullPreviewKey": {
|
||||
"code": "key.keyboard.left.alt"
|
||||
}
|
||||
},
|
||||
"server": {
|
||||
/* If on, the server will be able to provide extra information about containers to the clients with the mod installed.
|
||||
Disabling this option will disable all of the options below.
|
||||
(default value: true)
|
||||
*/
|
||||
"clientIntegration": true,
|
||||
/* Changes the way the ender chest content preview is synchronized.
|
||||
NONE: No synchronization, prevents clients from seeing a preview of their ender chest.
|
||||
ACTIVE: Ender chest contents are synchronized when changed.
|
||||
PASSIVE: Ender chest contents are synchonized when the client opens a preview.
|
||||
(default value: ACTIVE)
|
||||
*/
|
||||
"enderChestSyncType": "ACTIVE"
|
||||
}
|
||||
}
|
26
config/sodium-options.json
Normal file
26
config/sodium-options.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"quality": {
|
||||
"weather_quality": "DEFAULT",
|
||||
"leaves_quality": "DEFAULT",
|
||||
"enable_vignette": true
|
||||
},
|
||||
"advanced": {
|
||||
"arena_memory_allocator": "ASYNC",
|
||||
"allow_direct_memory_access": true,
|
||||
"enable_memory_tracing": false,
|
||||
"use_advanced_staging_buffers": true,
|
||||
"cpu_render_ahead_limit": 3
|
||||
},
|
||||
"performance": {
|
||||
"chunk_builder_threads": 8,
|
||||
"always_defer_chunk_updates": false,
|
||||
"animate_only_visible_textures": true,
|
||||
"use_entity_culling": true,
|
||||
"use_particle_culling": true,
|
||||
"use_fog_occlusion": true,
|
||||
"use_block_face_culling": true
|
||||
},
|
||||
"notifications": {
|
||||
"hide_donation_button": true
|
||||
}
|
||||
}
|
48
config/worldeditcui.config.json
Normal file
48
config/worldeditcui.config.json
Normal file
|
@ -0,0 +1,48 @@
|
|||
{
|
||||
"debugMode": false,
|
||||
"ignoreUpdates": false,
|
||||
"promiscuous": false,
|
||||
"clearAllOnKey": false,
|
||||
"cuboidGridColor": {
|
||||
"hex": "#CC3333CC"
|
||||
},
|
||||
"cuboidEdgeColor": {
|
||||
"hex": "#CC4C4CCC"
|
||||
},
|
||||
"cuboidFirstPointColor": {
|
||||
"hex": "#33CC33CC"
|
||||
},
|
||||
"cuboidSecondPointColor": {
|
||||
"hex": "#3333CCCC"
|
||||
},
|
||||
"polyGridColor": {
|
||||
"hex": "#CC3333CC"
|
||||
},
|
||||
"polyEdgeColor": {
|
||||
"hex": "#CC4C4CCC"
|
||||
},
|
||||
"polyPointColor": {
|
||||
"hex": "#33CCCCCC"
|
||||
},
|
||||
"ellipsoidGridColor": {
|
||||
"hex": "#CC4C4CCC"
|
||||
},
|
||||
"ellipsoidPointColor": {
|
||||
"hex": "#CCCC33CC"
|
||||
},
|
||||
"cylinderGridColor": {
|
||||
"hex": "#CC3333CC"
|
||||
},
|
||||
"cylinderEdgeColor": {
|
||||
"hex": "#CC4C4CCC"
|
||||
},
|
||||
"cylinderPointColor": {
|
||||
"hex": "#CC33CCCC"
|
||||
},
|
||||
"chunkBoundaryColour": {
|
||||
"hex": "#33CC33CC"
|
||||
},
|
||||
"chunkGridColour": {
|
||||
"hex": "#4CCCAA99"
|
||||
}
|
||||
}
|
103
config/xaerominimap.txt
Normal file
103
config/xaerominimap.txt
Normal file
|
@ -0,0 +1,103 @@
|
|||
#CONFIG ONLY OPTIONS
|
||||
ignoreUpdate:324
|
||||
settingsButton:false
|
||||
allowWrongWorldTeleportation:false
|
||||
differentiateByServerAddress:true
|
||||
debugEntityIcons:false
|
||||
debugEntityVariantIds:false
|
||||
#INGAME SETTINGS (DO NOT EDIT!)
|
||||
updateNotification:false
|
||||
minimap:false
|
||||
caveMaps:0
|
||||
caveZoom:0
|
||||
showWaypoints:true
|
||||
showIngameWaypoints:true
|
||||
displayRedstone:true
|
||||
deathpoints:true
|
||||
oldDeathpoints:true
|
||||
distance:1
|
||||
showCoords:true
|
||||
lockNorth:true
|
||||
zoom:0
|
||||
minimapSize:169
|
||||
chunkGrid:8
|
||||
slimeChunks:false
|
||||
mapSafeMode:false
|
||||
minimapOpacity:100.0
|
||||
waypointsIngameIconScale:0
|
||||
waypointsIngameDistanceScale:0
|
||||
waypointsIngameNameScale:0
|
||||
waypointsIngameCloseScale:1.0
|
||||
antiAliasing:false
|
||||
blockColours:0
|
||||
lighting:true
|
||||
dotsStyle:0
|
||||
dotNameScale:1.0
|
||||
compassOverWaypoints:false
|
||||
showBiome:false
|
||||
showFlowers:true
|
||||
keepWaypointNames:false
|
||||
waypointsDistanceExp:0
|
||||
waypointsDistanceMin:0.0
|
||||
defaultWaypointTPCommandFormat:/tppos {x} {y} {z}
|
||||
defaultWaypointTPCommandRotationFormat:/tppos {x} {y} {z} {yaw} ~
|
||||
arrowScale:1.0
|
||||
arrowColour:0
|
||||
smoothDots:false
|
||||
worldMap:true
|
||||
terrainDepth:true
|
||||
terrainSlopes:2
|
||||
mainEntityAs:0
|
||||
blockTransparency:true
|
||||
waypointOpacityIngame:80
|
||||
waypointOpacityMap:90
|
||||
hideWorldNames:1
|
||||
openSlimeSettings:true
|
||||
alwaysShowDistance:false
|
||||
showLightLevel:0
|
||||
renderLayerIndex:1
|
||||
crossDimensionalTp:true
|
||||
showTime:0
|
||||
biomeColorsVanillaMode:false
|
||||
lookingAtAngle:20
|
||||
lookingAtAngleVertical:180
|
||||
centeredEnlarged:false
|
||||
zoomedOutEnlarged:false
|
||||
minimapTextAlign:0
|
||||
showAngles:false
|
||||
waypointsMutualEdit:true
|
||||
compassLocation:1
|
||||
compassScale:1
|
||||
caveMapsDepth:13
|
||||
hideWaypointCoordinates:false
|
||||
renderAllSets:false
|
||||
playerArrowOpacity:100
|
||||
waypointsBottom:false
|
||||
minimapShape:0
|
||||
lightOverlayType:-1
|
||||
lightOverlayMaxLight:7
|
||||
lightOverlayMinLight:0
|
||||
lightOverlayColor:13
|
||||
uiScale:0
|
||||
bossHealthPushBox:1
|
||||
potionEffectPushBox:1
|
||||
minimapFrame:0
|
||||
minimapFrameColor:9
|
||||
compassColor:9
|
||||
northCompassColor:-1
|
||||
showDimensionName:false
|
||||
displayMultipleWaypointInfo:1
|
||||
entityRadar:true
|
||||
adjustHeightForCarpetLikeBlocks:true
|
||||
autoConvertWaypointDistanceToKmThreshold:10000
|
||||
waypointDistancePrecision:1
|
||||
mainDotSize:2
|
||||
partialYTeleportation:true
|
||||
deleteReachedDeathpoints:true
|
||||
hideMinimapUnderScreen:true
|
||||
interface:dummy:0:36:true:false:false:false
|
||||
interface:dummy:0:10000:true:false:false:false
|
||||
interface:dummy:0:0:false:false:true:false
|
||||
interface:dummy:0:36:true:false:false:false
|
||||
interface:gui.xaero_minimap:0:0:false:false:true:false
|
||||
#WAYPOINTS HAVE BEEN MOVED TO /XaeroWaypoints
|
1
config/xaeropatreon.txt
Normal file
1
config/xaeropatreon.txt
Normal file
|
@ -0,0 +1 @@
|
|||
showCapes:false
|
32
config/xaeroworldmap.txt
Normal file
32
config/xaeroworldmap.txt
Normal file
|
@ -0,0 +1,32 @@
|
|||
ignoreUpdate:128
|
||||
updateNotification:false
|
||||
differentiateByServerAddress:true
|
||||
netherlikeCaveMapAllowed:true
|
||||
debug:false
|
||||
lighting:true
|
||||
colours:0
|
||||
loadChunks:true
|
||||
updateChunks:true
|
||||
terrainSlopes:2
|
||||
terrainDepth:true
|
||||
footsteps:true
|
||||
flowers:true
|
||||
coordinates:true
|
||||
biomeColorsVanillaMode:false
|
||||
waypoints:true
|
||||
renderArrow:true
|
||||
displayZoom:true
|
||||
worldmapWaypointsScale:1.0
|
||||
openMapAnimation:false
|
||||
reloadVersion:0
|
||||
reloadEverything:false
|
||||
zoomButtons:true
|
||||
waypointBackgrounds:true
|
||||
detectAmbiguousY:true
|
||||
showDisabledWaypoints:false
|
||||
closeWaypointsWhenHopping:true
|
||||
adjustHeightForCarpetLikeBlocks:true
|
||||
onlyCurrentMapWaypoints:false
|
||||
minZoomForLocalWaypoints:0.0
|
||||
arrowColour:-2
|
||||
globalVersion:18
|
226
index.toml
Normal file
226
index.toml
Normal file
|
@ -0,0 +1,226 @@
|
|||
hash-format = "sha256"
|
||||
|
||||
[[files]]
|
||||
file = "RENAME.md"
|
||||
hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
|
||||
|
||||
[[files]]
|
||||
file = "config/appleskin.json5"
|
||||
hash = "ae87f2d1b38dfd4b1e0767dfeb539261deaaf4fd2eb73692afcbaac7147855b9"
|
||||
|
||||
[[files]]
|
||||
file = "config/continuity.json"
|
||||
hash = "03a19a67749e08c8be9c653fa89bb3a2eb587a0d969fceb92052aa5e6e7adf09"
|
||||
|
||||
[[files]]
|
||||
file = "config/craftpresence.properties"
|
||||
hash = "3b76a60f74c9862fa69fdf09e62c2ffa95e5a86b4f2fe9cf5d9121fe3e2ad76a"
|
||||
|
||||
[[files]]
|
||||
file = "config/customwindowtitle-client.toml"
|
||||
hash = "103ab2253b65e0a98457fc2f753f3e18a9beefa290ca5e81bd7b1a76b1e870ae"
|
||||
|
||||
[[files]]
|
||||
file = "config/fabric/indigo-renderer.properties"
|
||||
hash = "aca683eda86a0d8c8cbce57648f3959078b40102f3429a4aefde0060e6a6466f"
|
||||
|
||||
[[files]]
|
||||
file = "config/fallingleaves.json"
|
||||
hash = "45b8c86d744fae5a2f28531fbedb9fd6151042412efe9e279472dc9fbbec9e1f"
|
||||
|
||||
[[files]]
|
||||
file = "config/inventoryprofilesnext/integrationHints/player-defined.json"
|
||||
hash = "3c94c0003a7616bea1a38887fafbe1c8a3e35f0ef0d0f4d5aad974ac73801b1a"
|
||||
|
||||
[[files]]
|
||||
file = "config/inventoryprofilesnext/inventoryprofiles.json"
|
||||
hash = "c5d7d8a276716c7ceeab4fede26edb6963ae9aae5563969ad821f081e5e7aae4"
|
||||
|
||||
[[files]]
|
||||
file = "config/malilib.json"
|
||||
hash = "c7486c0c1e198b7227066f1926389117aab9d4705aca3911ed3aceb450669e4b"
|
||||
|
||||
[[files]]
|
||||
file = "config/minihud.json"
|
||||
hash = "2f7d26b6ae5c97f358396e8b930dae2cebe55e8a98f9f48668ea970958c47dee"
|
||||
|
||||
[[files]]
|
||||
file = "config/modmenu.json"
|
||||
hash = "8674cd6fd41faab892673142c123917d457dc1f9e032243c155a769e7b74b579"
|
||||
|
||||
[[files]]
|
||||
file = "config/mousewheelie.hjson"
|
||||
hash = "0d7d77377fc7ac500ba4b7747bea37c7ce2b605ae35bd3cb8dc83dfe3efce2e5"
|
||||
|
||||
[[files]]
|
||||
file = "config/no_fog.json"
|
||||
hash = "24c6ca04f25518e2b4358bac31c4502e6b7c42b500226a508db0858cd81a232c"
|
||||
|
||||
[[files]]
|
||||
file = "config/perspectivemod/main.json5"
|
||||
hash = "6a5944f13d0a3f8434f4143514d27dc8709a5624267505a56bfa63b0c7f46764"
|
||||
|
||||
[[files]]
|
||||
file = "config/presencefootsteps/updater.json"
|
||||
hash = "1e7c61df09c105e1eeca8cf3dcbdfeb976700e9904bcb3983fc7791adb7fad2e"
|
||||
|
||||
[[files]]
|
||||
file = "config/presencefootsteps/userconfig.json"
|
||||
hash = "c6955e896295fdc20ca7b6a3ecdfd8d7af50ef8c768e132cdffb35eaafd868b3"
|
||||
|
||||
[[files]]
|
||||
file = "config/roughlyenoughitems/config.json5"
|
||||
hash = "35c268f465d3573e9cbc42b5134c4647eb5bf0681aedee4a923b097069eab5e1"
|
||||
|
||||
[[files]]
|
||||
file = "config/shulkerboxtooltip.json5"
|
||||
hash = "dd2ee59d8f82617617d820329b19ee6dd0ae4200b95fae9ad73ff7a5bb6c3af6"
|
||||
|
||||
[[files]]
|
||||
file = "config/sodium-options.json"
|
||||
hash = "64bac25b21e0736eb3fd0205ffbb8cf52ffbbe6bfb3f0813ba1aad90dd9b87a1"
|
||||
|
||||
[[files]]
|
||||
file = "config/worldeditcui.config.json"
|
||||
hash = "9221a1c42d4d25101c09ff8980ea8babda5d2d0ed2471f0d2b5ac76bc2c9ea10"
|
||||
|
||||
[[files]]
|
||||
file = "config/xaerominimap.txt"
|
||||
hash = "d79bd16f5f1048c031b4c597133fa0b7bcee1f75efee9cb5fc9f9bb6a9538157"
|
||||
|
||||
[[files]]
|
||||
file = "config/xaeropatreon.txt"
|
||||
hash = "e6a503d95dad7e712790bd7b77540880f160d54e0b88fa4f8d7e5f4389a41c6a"
|
||||
|
||||
[[files]]
|
||||
file = "config/xaeroworldmap.txt"
|
||||
hash = "d21233a7086fb4388fa446fe090c9cc3262942fc9273275ccd6a0c1d0a412a16"
|
||||
|
||||
[[files]]
|
||||
file = "mods/accurate-block-placement.toml"
|
||||
hash = "a1f8631ecc0e71786e58aa97fca93347221e654564b8481ef5942cdecdafd1ac"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/advancements-enlarger.toml"
|
||||
hash = "eea30bf3a3f1f9350f871b5b652068b890acaeecca92dd74bae45c2a1b833f0f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/appleskin.toml"
|
||||
hash = "cde374866663873f43b376a673fa6095b5f74a8b87215432f6628ee08d405f5f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/architectury-fabric.toml"
|
||||
hash = "2ed0458c1f09c92c401f0f36eeddb8fd893f7e66b461daa1d59ea436fb8d2316"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cloth-config.toml"
|
||||
hash = "010bc8378b59257708190728f5aee476d7415f47fc26567952f294eda6b0cd25"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/continuity.toml"
|
||||
hash = "a2503cd9f6455bcfd5b5d5d7d5f1350bc005e799918dca1e7d3203c5b67f9ae5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/craftpresence.toml"
|
||||
hash = "5157d41d81287d176f93a1477f7ee44efcb81867af8049e2287309f7792c4666"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fabric-api.toml"
|
||||
hash = "e1d62926446ab5519d262d741f9f2f125488bc2048f38aced8d3e1ebec55fe1e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/falling-leaves-fabric.toml"
|
||||
hash = "9f4e5056e9fa466ce8b643f20656c107198dafa4adecef099bed25463f5e61bd"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/inventory-profiles-next.toml"
|
||||
hash = "92aefdfd457c3c13e5a583ed697289b0d84e0304e7af2a20c16e16813534efbb"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/irisshaders.toml"
|
||||
hash = "d1b796d25ba43d6b37218dcfdd5a88aaaead81028fe51dd40b9e4f1a9b731ecc"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/malilib.toml"
|
||||
hash = "fd88ab8b23121cea2b1c7d05f2b7cbbe76b93ced03d6b98f0b212521ccb0ecb2"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/minihud.toml"
|
||||
hash = "ea0f5b02b0ec99b0defe4f9b0ca8d9270a75142bea88752beb1ba5045c7708ee"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/modmenu.toml"
|
||||
hash = "86f5fc0b25c2d71a6ac6f07dcf0fd168a51b7d3604636d5cd75485835d465c3b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/mouse-wheelie.toml"
|
||||
hash = "0ef46300ba717d679eaec91b03edac50e5a2881f7c8526eac6e475ee9f86ae50"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/nofog.toml"
|
||||
hash = "fcb77964f74c646ec734fdda0aeecd6e098f6966bd1d576ebab5a56057297a9d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/perspective-mod-redux.toml"
|
||||
hash = "68010ccd22ee136e9a4ddb03805170742603b80ad23c04bbb568ae180ac74928"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/presence-footsteps.toml"
|
||||
hash = "46acb2de4a49ecabca2387ea6f4312acf43db567043dfe1a64a37c13461d198e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/roughly-enough-items.toml"
|
||||
hash = "8aa67b7d71db2e344dcae8427aa8742459e893705774e1941bed7fff04a8d892"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/shulkerboxtooltip.toml"
|
||||
hash = "2a0ae8867645fe078bc7e6f67ca7eb83d5c650a925c9252740f6121fd29113ec"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sodium.toml"
|
||||
hash = "629cba9c7cd4bfbb4f5be04e7d2ebfb71ef1c44466c7a1614b9c31b78b97f7a1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/tooltipfix.toml"
|
||||
hash = "57279a8ae2d7c6e5053da3909d95254118db533d9a38c1a0763bf602d80c933d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/worldeditcui-fabric.toml"
|
||||
hash = "e6449798eea5f340dac17cfda3576fc4565054e22a5c6140f21cdbc787ac58be"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/xaeros-minimap-fair-play-edition.toml"
|
||||
hash = "ae2faa6c0d4365feece0831f9b801ea1af046844991f875993336c3024a185aa"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/xaeros-world-map.toml"
|
||||
hash = "8f10cb65455a6ccd28e37027b951465d2db5c7ea10a2326ff8fc57e69ef708bf"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "options.txt"
|
||||
hash = "78b1ced7e50993bbd0008465d711f3b3f164f6922d1e4bf06f933478754086d0"
|
13
mods/accurate-block-placement.toml
Normal file
13
mods/accurate-block-placement.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Accurate Block Placement"
|
||||
filename = "accurate-block-placement-1.0.12.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3673/256/accurate-block-placement-1.0.12.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "ab08b5ef84c509ef66b941cf1d5be4a43baee5a8"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3673256
|
||||
project-id = 323316
|
13
mods/advancements-enlarger.toml
Normal file
13
mods/advancements-enlarger.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Advancements Enlarger"
|
||||
filename = "advancements-enlarger-0.2.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3329/360/advancements-enlarger-0.2.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "dd71aa1ea18f2ff81a0604db151bb05be212dc38"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3329360
|
||||
project-id = 355583
|
13
mods/appleskin.toml
Normal file
13
mods/appleskin.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "AppleSkin"
|
||||
filename = "appleskin-fabric-mc1.18.2-2.4.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3686/478/appleskin-fabric-mc1.18.2-2.4.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "07cc0f6d00b184bef9c4390682c098d5ca52e67d"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3686478
|
||||
project-id = 248787
|
13
mods/architectury-fabric.toml
Normal file
13
mods/architectury-fabric.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Architectury API (Fabric)"
|
||||
filename = "architectury-4.1.39.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3728/616/architectury-4.1.39.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "a3726775a7a4c97c47a1a5fa05d9a0614d13713c"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3728616
|
||||
project-id = 419697
|
13
mods/cloth-config.toml
Normal file
13
mods/cloth-config.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Cloth Config API (Fabric)"
|
||||
filename = "cloth-config-6.2.57-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3641/132/cloth-config-6.2.57-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "c52ef239d9d3d3473312d3f57bd8e730155ee5a5"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3641132
|
||||
project-id = 319057
|
13
mods/continuity.toml
Normal file
13
mods/continuity.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Continuity"
|
||||
filename = "continuity-1.1.0+1.18.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3675/822/continuity-1.1.0+1.18.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "a5ff4cb7d4c0fc3b5809a52b096b92ccf9d8cb55"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3675822
|
||||
project-id = 531351
|
13
mods/craftpresence.toml
Normal file
13
mods/craftpresence.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "CraftPresence"
|
||||
filename = "CraftPresence-Fabric-1.18.2-Release-1.8.8.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3667/807/CraftPresence-Fabric-1.18.2-Release-1.8.8.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "b0a2869863ba4fb3f9e46f2c9a013b0fbe64ebb7"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3667807
|
||||
project-id = 297038
|
13
mods/fabric-api.toml
Normal file
13
mods/fabric-api.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Fabric API"
|
||||
filename = "fabric-api-0.48.0+1.18.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3689/20/fabric-api-0.48.0+1.18.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "cead4972f34ec8f2c97813b9824f2a2b02e8fde9"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3689020
|
||||
project-id = 306612
|
13
mods/falling-leaves-fabric.toml
Normal file
13
mods/falling-leaves-fabric.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Falling Leaves (Fabric)"
|
||||
filename = "fallingleaves-1.10.0+1.18.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3668/32/fallingleaves-1.10.0+1.18.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "1b85cb53ad67e98ddffa5fe48cab74360b070c95"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3668032
|
||||
project-id = 417510
|
13
mods/inventory-profiles-next.toml
Normal file
13
mods/inventory-profiles-next.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Inventory Profiles Next"
|
||||
filename = "InventoryProfilesNext-fabric-1.18.2-1.3.5.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3679/959/InventoryProfilesNext-fabric-1.18.2-1.3.5.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "cbeb84d1b80812d7cbdfa283490bfc1f4549069a"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3679959
|
||||
project-id = 495267
|
13
mods/irisshaders.toml
Normal file
13
mods/irisshaders.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Iris Shaders"
|
||||
filename = "iris-mc1.18.2-1.2.2-build.32.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3687/476/iris-mc1.18.2-1.2.2-build.32.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "4f414abe310173ea7e270e26dafec8e6c442b9d4"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3687476
|
||||
project-id = 455508
|
13
mods/malilib.toml
Normal file
13
mods/malilib.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "MaLiLib"
|
||||
filename = "malilib-fabric-1.18.2-0.12.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3692/220/malilib-fabric-1.18.2-0.12.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "a810cf1f28751ac2681ab94a1f00b58c49884649"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3692220
|
||||
project-id = 303119
|
13
mods/minihud.toml
Normal file
13
mods/minihud.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "MiniHUD"
|
||||
filename = "minihud-fabric-1.18.2-0.22.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3671/392/minihud-fabric-1.18.2-0.22.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "dc85e2befc102c9260f6eebeb72317043ce6530a"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3671392
|
||||
project-id = 244260
|
13
mods/modmenu.toml
Normal file
13
mods/modmenu.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Mod Menu"
|
||||
filename = "modmenu-3.1.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3668/801/modmenu-3.1.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "b520422af2fce2d7cd02b6b9ae4f025822670c28"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3668801
|
||||
project-id = 308702
|
13
mods/mouse-wheelie.toml
Normal file
13
mods/mouse-wheelie.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Mouse Wheelie (Fabric)"
|
||||
filename = "mousewheelie-1.8.8+mc1.18.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3717/990/mousewheelie-1.8.8+mc1.18.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "1f017c632284c23629f41a24130e47f4fa66353f"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3717990
|
||||
project-id = 317514
|
13
mods/nofog.toml
Normal file
13
mods/nofog.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "NoFog"
|
||||
filename = "NoFog-1.2.1_1.16.5-1.18.2-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3692/641/NoFog-1.2.1_1.16.5-1.18.2-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "758bf9f0139e1c081616b4be544585b9414c3829"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3692641
|
||||
project-id = 296468
|
13
mods/perspective-mod-redux.toml
Normal file
13
mods/perspective-mod-redux.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Perspective Mod Redux"
|
||||
filename = "PerspectiveModRedux-1.17-0.0.5_01.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3367/98/PerspectiveModRedux-1.17-0.0.5_01.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "e2a40025de5d2c33c543ddb6661a1a47e37bc77d"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3367098
|
||||
project-id = 280647
|
13
mods/presence-footsteps.toml
Normal file
13
mods/presence-footsteps.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Presence Footsteps [Fabric]"
|
||||
filename = "PresenceFootsteps-1.5.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3671/978/PresenceFootsteps-1.5.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "fc13b79c51f1afa9cdc455d3c74d52bae1e02cf1"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3671978
|
||||
project-id = 334259
|
13
mods/roughly-enough-items.toml
Normal file
13
mods/roughly-enough-items.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Roughly Enough Items Fabric/Forge (REI)"
|
||||
filename = "RoughlyEnoughItems-8.0.442.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3670/487/RoughlyEnoughItems-8.0.442.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "d4637681ecaca7ea0aa66aa95009233ccdc35e92"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3670487
|
||||
project-id = 310111
|
13
mods/shulkerboxtooltip.toml
Normal file
13
mods/shulkerboxtooltip.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "ShulkerBoxTooltip"
|
||||
filename = "shulkerboxtooltip-3.0.7+1.18.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3709/224/shulkerboxtooltip-3.0.7+1.18.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "f95516b16b83a204ea5f5c21856d1d982a773765"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3709224
|
||||
project-id = 315811
|
13
mods/sodium.toml
Normal file
13
mods/sodium.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Sodium"
|
||||
filename = "sodium-fabric-mc1.18.2-0.4.1+build.15.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3669/187/sodium-fabric-mc1.18.2-0.4.1+build.15.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "f839863a6be7014b8d80058ea1f361521148d049"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3669187
|
||||
project-id = 394468
|
13
mods/tooltipfix.toml
Normal file
13
mods/tooltipfix.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "ToolTipFix"
|
||||
filename = "tooltipfix-1.0.4-1.18.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3543/273/tooltipfix-1.0.4-1.18.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "16b844c45ce0e4f1159ff51739479e8747a64d84"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3543273
|
||||
project-id = 411557
|
13
mods/worldeditcui-fabric.toml
Normal file
13
mods/worldeditcui-fabric.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "WorldEdit CUI (Fabric)"
|
||||
filename = "WorldEditCUI-1.18.2+01.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3687/499/WorldEditCUI-1.18.2+01.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "f554261f9e7d5ac02e487215b5fca9d6b15583a8"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3687499
|
||||
project-id = 402098
|
13
mods/xaeros-minimap-fair-play-edition.toml
Normal file
13
mods/xaeros-minimap-fair-play-edition.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Xaero's Minimap (Fair-play Edition)"
|
||||
filename = "Xaeros_Minimap_FP22.4.0_Fabric_1.18.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3728/389/Xaeros_Minimap_FP22.4.0_Fabric_1.18.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "178821fe008f70c6838160109730ea9c3f568e75"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3728389
|
||||
project-id = 263466
|
13
mods/xaeros-world-map.toml
Normal file
13
mods/xaeros-world-map.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Xaero's World Map"
|
||||
filename = "XaerosWorldMap_1.20.5_Fabric_1.18.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3712/769/XaerosWorldMap_1.20.5_Fabric_1.18.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "684007e27c4e85929ae3403f74d163939559b80c"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3712769
|
||||
project-id = 317780
|
78
options.txt
Normal file
78
options.txt
Normal file
|
@ -0,0 +1,78 @@
|
|||
version:2975
|
||||
autoJump:false
|
||||
enableVsync:false
|
||||
guiScale:2
|
||||
maxFps:120
|
||||
pauseOnLostFocus:true
|
||||
heldItemTooltips:true
|
||||
tutorialStep:none
|
||||
skipMultiplayerWarning:true
|
||||
key_key.drop:key.keyboard.t
|
||||
key_key.chat:key.keyboard.enter
|
||||
key_key.playerlist:key.keyboard.tab
|
||||
key_key.pickItem:key.mouse.middle
|
||||
key_key.command:key.keyboard.slash
|
||||
key_key.socialInteractions:key.keyboard.p
|
||||
key_key.screenshot:key.keyboard.f2
|
||||
key_key.togglePerspective:key.keyboard.f5
|
||||
key_key.smoothCamera:key.keyboard.unknown
|
||||
key_key.fullscreen:key.keyboard.f11
|
||||
key_key.spectatorOutlines:key.keyboard.unknown
|
||||
key_key.swapOffhand:key.keyboard.f
|
||||
key_key.saveToolbarActivator:key.keyboard.c
|
||||
key_key.loadToolbarActivator:key.keyboard.x
|
||||
key_key.advancements:key.keyboard.l
|
||||
key_key.worldeditcui.toggle:key.keyboard.n
|
||||
key_key.worldeditcui.clear:key.keyboard.unknown
|
||||
key_key.worldeditcui.chunk:key.keyboard.unknown
|
||||
key_net.clayborn.accurateblockplacement.togglevanillaplacement:key.keyboard.v
|
||||
key_iris.keybind.reload:key.keyboard.r
|
||||
key_iris.keybind.toggleShaders:key.keyboard.k
|
||||
key_iris.keybind.shaderPackSelection:key.keyboard.o
|
||||
key_key.mousewheelie.open_config_screen:key.keyboard.unknown
|
||||
key_key.mousewheelie.sort_inventory:key.mouse.middle
|
||||
key_key.mousewheelie.scroll_up:key.amecsapi.mouse.scroll.up
|
||||
key_key.mousewheelie.scroll_down:key.amecsapi.mouse.scroll.down
|
||||
key_key.mousewheelie.pick_tool:key.keyboard.unknown
|
||||
key_key.perspectivemod.toggle:key.keyboard.f4
|
||||
key_presencefootsteps.settings.key:key.keyboard.unknown
|
||||
key_key.craftpresence.config_keycode.name:key.keyboard.grave.accent
|
||||
key_gui.xaero_switch_waypoint_set:key.keyboard.unknown
|
||||
key_gui.xaero_instant_waypoint:key.keyboard.keypad.add
|
||||
key_gui.xaero_toggle_slime:key.keyboard.unknown
|
||||
key_gui.xaero_toggle_grid:key.keyboard.unknown
|
||||
key_gui.xaero_toggle_waypoints:key.keyboard.unknown
|
||||
key_gui.xaero_toggle_map_waypoints:key.keyboard.unknown
|
||||
key_gui.xaero_toggle_map:key.keyboard.unknown
|
||||
key_gui.xaero_enlarge_map:key.keyboard.z
|
||||
key_gui.xaero_waypoints_key:key.keyboard.u
|
||||
key_gui.xaero_zoom_in:key.keyboard.unknown
|
||||
key_gui.xaero_zoom_out:key.keyboard.unknown
|
||||
key_gui.xaero_new_waypoint:key.keyboard.b
|
||||
key_gui.xaero_display_all_sets:key.keyboard.unknown
|
||||
key_gui.xaero_toggle_light_overlay:key.keyboard.unknown
|
||||
key_gui.xaero_toggle_entity_radar:key.keyboard.unknown
|
||||
key_gui.xaero_reverse_entity_radar:key.keyboard.unknown
|
||||
key_gui.xaero_minimap_settings:key.keyboard.y
|
||||
key_gui.xaero_open_map:key.keyboard.m
|
||||
key_gui.xaero_open_settings:key.keyboard.unknown
|
||||
key_gui.xaero_map_zoom_in:key.keyboard.unknown
|
||||
key_gui.xaero_map_zoom_out:key.keyboard.unknown
|
||||
key_gui.xaero_quick_confirm:key.keyboard.right.shift
|
||||
soundCategory_master:0.80
|
||||
soundCategory_music:0.035
|
||||
soundCategory_record:0.50
|
||||
soundCategory_weather:0.20
|
||||
soundCategory_block:1.0
|
||||
soundCategory_hostile:1.0
|
||||
soundCategory_neutral:1.0
|
||||
soundCategory_player:0.30
|
||||
soundCategory_ambient:0.35
|
||||
soundCategory_voice:1.0
|
||||
modelPart_cape:true
|
||||
modelPart_jacket:true
|
||||
modelPart_left_sleeve:true
|
||||
modelPart_right_sleeve:true
|
||||
modelPart_left_pants_leg:true
|
||||
modelPart_right_pants_leg:true
|
||||
modelPart_hat:true
|
13
pack.toml
Normal file
13
pack.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "VMU"
|
||||
author = "Wroclaw"
|
||||
version = "1.0.0"
|
||||
pack-format = "packwiz:1.0.0"
|
||||
|
||||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "9926c95b1798351f136dd15495bad4bc035f305d29dcd5db277fb19db4621323"
|
||||
|
||||
[versions]
|
||||
fabric = "0.13.3"
|
||||
minecraft = "1.18.2"
|
Loading…
Reference in a new issue