Initial commit

This commit is contained in:
Wroclaw 2022-04-02 17:47:51 +02:00
commit 3136c54bba
54 changed files with 2079 additions and 0 deletions

22
config/appleskin.json5 Normal file
View 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
View file

@ -0,0 +1,4 @@
{
"disable_ctm": false,
"use_manual_culling": true
}

View 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=&current& / &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\: &current&/&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

View file

@ -0,0 +1,3 @@
title = 'Minecraft VMU - {mcversion}'
icon16 = ''
icon32 = ''

View 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
View 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
}

View file

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

View 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
View file

@ -0,0 +1,11 @@
{
"Generic": {
"ignoredKeys": {
"keys": ""
},
"openGuiConfigs": {
"keys": ""
},
"realmsCommonConfig": true
}
}

570
config/minihud.json Normal file
View 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
View file

@ -0,0 +1,5 @@
{
"show_libraries": false,
"hide_config_buttons": false,
"sorting": "ascending"
}

107
config/mousewheelie.hjson Normal file
View 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
View file

@ -0,0 +1,13 @@
{
"globalToggles": {
"skyFog": "DEFAULT",
"terrainFog": "DEFAULT",
"thickFog": "DEFAULT",
"waterFog": "DEFAULT",
"lavaFog": "DEFAULT",
"powderSnowFog": "DEFAULT",
"blindnessFog": "DEFAULT"
},
"dimensionToggles": {},
"biomeToggles": {}
}

View file

@ -0,0 +1,3 @@
{
"holdMode": false
}

View file

@ -0,0 +1,5 @@
{
"enabled": false,
"displayCount": 0,
"displayRemaining": 0
}

View file

@ -0,0 +1,6 @@
{
"volume": 70,
"stance": "BIPED",
"multiplayer": true,
"global": true
}

View 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"
}
}

View 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"
}
}

View 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
}
}

View 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
View 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
View file

@ -0,0 +1 @@
showCapes:false

32
config/xaeroworldmap.txt Normal file
View 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