From 697dad09536bd3e8e6107eb7f5b845d15673013c Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Thu, 14 Jul 2022 17:14:24 +0200 Subject: [PATCH 1/3] Add mod: Slight' Gui Modifications bump modpack version to 1.2.0 show modpack version in window name --- config/customwindowtitle-client.toml | 2 +- config/slightguimodifications/config.json5 | 65 ++++++++++++++++++++++ config/slightguimodifications/cts.groovy | 29 ++++++++++ index.toml | 20 ++++++- mods/cloth-api.pw.toml | 13 +++++ mods/slight-gui-modifications.pw.toml | 13 +++++ pack.toml | 4 +- 7 files changed, 142 insertions(+), 4 deletions(-) create mode 100644 config/slightguimodifications/config.json5 create mode 100644 config/slightguimodifications/cts.groovy create mode 100644 mods/cloth-api.pw.toml create mode 100644 mods/slight-gui-modifications.pw.toml diff --git a/config/customwindowtitle-client.toml b/config/customwindowtitle-client.toml index e4a1244..2f5fdc2 100644 --- a/config/customwindowtitle-client.toml +++ b/config/customwindowtitle-client.toml @@ -1,3 +1,3 @@ -title = 'Minecraft VMU - {mcversion}' +title = ' VMU 1.2.0 - Minecraft {mcversion}' icon16 = '' icon32 = '' diff --git a/config/slightguimodifications/config.json5 b/config/slightguimodifications/config.json5 new file mode 100644 index 0000000..a92a555 --- /dev/null +++ b/config/slightguimodifications/config.json5 @@ -0,0 +1,65 @@ +{ + "fluidAdvancements": true, + "fluidStatusEffects": false, + // Whether we should unlimit the hard 60 fps limit placed on the title screen. + "unlimitTitleScreenFps": true, + "openingAnimation": { + "fluidChatOpening": true, + "fluidOpenSlideFromBottom": false, + "fluidOpenFade": false, + "fluidAnimationDuration": 400, + "affectsGameMenus": true, + "affectsInventories": true, + "ignoreSlideWhenRedirected": true, + "ignoreFadeWhenRedirected": false + }, + "textFieldModifications": { + // Whether this module is enabled. + "enabled": false, + /* Set to Color to use the Border and Background Color. + Set to Texture to use resource pack: + /assets/minecraft/textures/gui/text_field.png + + More documentations on website. + */ + "backgroundMode": "COLOR", + "borderColor": 10526880, + "backgroundColor": 0, + "selectionMode": "INVERT", + // Whether Text Fields should allow right click actions. + "rightClickActions": false + }, + "sliderModifications": { + // Whether this module is enabled. + "enabled": false, + "grabberWidth": 8, + /* Whether to use custom texture: + /assets/slightguimodifications/textures/gui/slider(_hovered).png + or + /config/slightguimodifications/slider(_hovered).png + */ + "customBackgroundTexture": false + }, + "debugInformation": { + "showFps": false + }, + "customScaling": { + "vanillaScaleSlider": false, + "scale": 1.0 + }, + "slotHighlight": { + // Whether this module is enabled. + "enabled": false, + "color": -2130706433 + }, + "tooltipModifications": { + // Whether this module is enabled. + "enabled": false, + "backgroundColor": -267386864, + "outlineGradientTopColor": 1347420415, + "outlineGradientBottomColor": 1344798847 + }, + // Whether GUI should allow right click actions. + "rightClickActions": true, + "satisfyingScreenshots": true +} \ No newline at end of file diff --git a/config/slightguimodifications/cts.groovy b/config/slightguimodifications/cts.groovy new file mode 100644 index 0000000..ca41f95 --- /dev/null +++ b/config/slightguimodifications/cts.groovy @@ -0,0 +1,29 @@ +mainMenu { + enabled = true + + splashText { + enabled = false + splashesEnabled = true + customSplashes { + enabled = false + applyMode = "append" + defineCustom([ + "h", + ]) + } + } + + label { + position { + x = 2 + y { it - 32 } + } + + text = literal("VMU 1.2.0") + align = "left" + color = 0xffffff + shadow = true + hoveredColor = 0xabcdef + onClicked = url("https://amiro.ivi.pl/repoea/Wroclaw/VMU") + } +} diff --git a/index.toml b/index.toml index 0751cad..189fd40 100644 --- a/index.toml +++ b/index.toml @@ -10,7 +10,7 @@ hash = "66dea440cdcf45bcfad5346d65b17751a36ca64f98b85b96d13f8b2353d42cf8" [[files]] file = "config/customwindowtitle-client.toml" -hash = "103ab2253b65e0a98457fc2f753f3e18a9beefa290ca5e81bd7b1a76b1e870ae" +hash = "e0996b33430d6d0c7f1fb678cfcea50f28b6981180ff33be850b64a09cfd4d12" [[files]] file = "config/enhanced_bes.properties" @@ -52,6 +52,14 @@ hash = "918f7304bfe12dd0c131475348c79759509b133ed1dfc520dffa44d2e412aca8" file = "config/shulkerboxtooltip.json5" hash = "dd2ee59d8f82617617d820329b19ee6dd0ae4200b95fae9ad73ff7a5bb6c3af6" +[[files]] +file = "config/slightguimodifications/config.json5" +hash = "58045fce3fcba01c65506f8aa90edcae5f6c129aeb9a00fd5309b88cf0365926" + +[[files]] +file = "config/slightguimodifications/cts.groovy" +hash = "913b5130ec57d35f0e59e32469b8ed2e8799a6a75f85b2a2bf78b24f5bb576de" + [[files]] file = "config/worldeditcui.config.json" hash = "9221a1c42d4d25101c09ff8980ea8babda5d2d0ed2471f0d2b5ac76bc2c9ea10" @@ -103,6 +111,11 @@ file = "mods/architectury-api.pw.toml" hash = "59a069deb0a7ffee4a62843fe18d8fab2c935863e66534a96751aa1294c6fe3a" metafile = true +[[files]] +file = "mods/cloth-api.pw.toml" +hash = "a24a98749cf572397b9c0ed2a892814b7ce93bb743a73510a348f150ae8745a9" +metafile = true + [[files]] file = "mods/cloth-config.pw.toml" hash = "53fa3438ef9e1e81193f46c36cffa7c410a933de0b6793224e99bad67cbab2e3" @@ -213,6 +226,11 @@ file = "mods/shulkerboxtooltip.pw.toml" hash = "ba4fa4527a3f7beb3e653bb404a817d9878a2f2766439c41c71332a8ec97c459" metafile = true +[[files]] +file = "mods/slight-gui-modifications.pw.toml" +hash = "578dbeb46066efda08472b2f6b30d6c2f43aed1ddcee3786a0d4aaa2f3599dcf" +metafile = true + [[files]] file = "mods/sodium-extra.pw.toml" hash = "8bdc3c1b5079b7fbe89f995d1a100e1df8dcf47e73ef089abf444ecc8e320527" diff --git a/mods/cloth-api.pw.toml b/mods/cloth-api.pw.toml new file mode 100644 index 0000000..b1ef750 --- /dev/null +++ b/mods/cloth-api.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth API (Fabric)" +filename = "cloth-api-4.0.65.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "be86c751c4e8e54c539abd8530f6d84f97c8188c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3853858 +project-id = 317121 diff --git a/mods/slight-gui-modifications.pw.toml b/mods/slight-gui-modifications.pw.toml new file mode 100644 index 0000000..1be7391 --- /dev/null +++ b/mods/slight-gui-modifications.pw.toml @@ -0,0 +1,13 @@ +name = "'Slight' Gui Modifications" +filename = "slight-gui-modifications-2.2.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/O7JVMrQX/versions/2.2.0/slight-gui-modifications-2.2.0.jar" +hash-format = "sha1" +hash = "f1e0111effc7b3cacd8531465982b85f7482c473" + +[update] +[update.modrinth] +mod-id = "O7JVMrQX" +version = "ShVdwo1n" diff --git a/pack.toml b/pack.toml index c7f6385..069b561 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "VMU" author = "Wroclaw" -version = "1.1.2+mc1.19" +version = "1.2.0+mc1.19" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "f0d1c10de83b43ad5e1df4462e6642a9b4ff864c1fdf05c24bcb02ea17990498" +hash = "90da5419557081155a840a91b8cf66f59eaf907fee2a8594b379d90f38dbcfc0" [versions] minecraft = "1.19" From 0b563721292eb35b6fd0c5675bf2ec8425497dfc Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Thu, 14 Jul 2022 18:14:44 +0200 Subject: [PATCH 2/3] Add back MiniHUD fixes #5 --- config/malilib.json | 11 + config/minihud.json | 570 +++++++++++++++++++++++++++++++++++++++++++ index.toml | 18 ++ mods/malilib.pw.toml | 8 + mods/minihud.pw.toml | 8 + pack.toml | 2 +- 6 files changed, 616 insertions(+), 1 deletion(-) create mode 100644 config/malilib.json create mode 100644 config/minihud.json create mode 100644 mods/malilib.pw.toml create mode 100644 mods/minihud.pw.toml diff --git a/config/malilib.json b/config/malilib.json new file mode 100644 index 0000000..4cc39b7 --- /dev/null +++ b/config/malilib.json @@ -0,0 +1,11 @@ +{ + "Generic": { + "ignoredKeys": { + "keys": "" + }, + "openGuiConfigs": { + "keys": "" + }, + "realmsCommonConfig": true + } +} \ No newline at end of file diff --git a/config/minihud.json b/config/minihud.json new file mode 100644 index 0000000..e8b4bc2 --- /dev/null +++ b/config/minihud.json @@ -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": false, + "beeTooltips": false, + "honeyTooltips": false, + "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": false, + "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": false, + "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": false, + "infoHorseJump": false, + "infoLightLevel": false, + "infoLookingAtBlock": false, + "infoLookingAtBlockInChunk": false, + "infoLookingAtEntity": false, + "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": "F6" + }, + "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": "F6" + }, + "infoHorseJump": { + "keys": "F6" + }, + "infoLightLevel": { + "keys": "" + }, + "infoLookingAtBlock": { + "keys": "" + }, + "infoLookingAtBlockInChunk": { + "keys": "" + }, + "infoLookingAtEntity": { + "keys": "F6" + }, + "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": false, + "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 +} \ No newline at end of file diff --git a/index.toml b/index.toml index 189fd40..8c2c890 100644 --- a/index.toml +++ b/index.toml @@ -32,6 +32,14 @@ hash = "3c94c0003a7616bea1a38887fafbe1c8a3e35f0ef0d0f4d5aad974ac73801b1a" file = "config/inventoryprofilesnext/inventoryprofiles.json" hash = "d9bde194129d278d3cbc9cdc4fa4cb180dab19a51d510e79c68d258bb9263871" +[[files]] +file = "config/malilib.json" +hash = "c7486c0c1e198b7227066f1926389117aab9d4705aca3911ed3aceb450669e4b" + +[[files]] +file = "config/minihud.json" +hash = "acea6d230ce900c053f2d9432f723f82366910b457ae319dd9ba16bb3b90731b" + [[files]] file = "config/openloader/advanced_options.json" hash = "87cf97e95d3565087c517d7153bb25f8b08dbd59468ae1493fcbee4ebe25c3a5" @@ -176,6 +184,16 @@ file = "mods/iris.pw.toml" hash = "e516d6d036f6d407a793c3b9a1fc5a8a817b05c9dc9d8677003fb0a512b2bf6f" metafile = true +[[files]] +file = "mods/malilib.pw.toml" +hash = "b1e6c2ac629b24cf4182aa8c7d1ca0f84c8cbe662a6350b9a7eced8c5772fd85" +metafile = true + +[[files]] +file = "mods/minihud.pw.toml" +hash = "f3b969e8293152cb97929aee958beedb02594fcfb867b3f25945a88819430aca" +metafile = true + [[files]] file = "mods/modmenu.pw.toml" hash = "a5c86b836f2213ad4db415d13f6ef5caa379ce348605a29224eb7703b81f1f95" diff --git a/mods/malilib.pw.toml b/mods/malilib.pw.toml new file mode 100644 index 0000000..6cdcc28 --- /dev/null +++ b/mods/malilib.pw.toml @@ -0,0 +1,8 @@ +name = "MaLiLib" +filename = "malilib-fabric-1.19-0.12.1.jar" +side = "client" + +[download] +url = "https://kosma.pl/masamods/malilib-fabric-1.19-0.12.1.jar" +hash-format = "sha1" +hash = "a8874b54e6ff01dd7ddaa5db86128671f0c1a044" diff --git a/mods/minihud.pw.toml b/mods/minihud.pw.toml new file mode 100644 index 0000000..5deaf4a --- /dev/null +++ b/mods/minihud.pw.toml @@ -0,0 +1,8 @@ +name = "MiniHUD" +filename = "minihud-fabric-1.19-0.22.0.jar" +side = "client" + +[download] +url = "https://kosma.pl/masamods/minihud-fabric-1.19-0.22.0.jar" +hash-format = "sha1" +hash = "f71bf3f98a1d93a043618cab0060e1a81eacd944" diff --git a/pack.toml b/pack.toml index 069b561..d37e0e7 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "90da5419557081155a840a91b8cf66f59eaf907fee2a8594b379d90f38dbcfc0" +hash = "995b0be54252b6d4a5dea49d8dcd689bd8139e791e93f534bcee975c16f3db61" [versions] minecraft = "1.19" From 45712ad8cfb1d9c64ac59f15022d426cdf40e692 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Thu, 14 Jul 2022 18:16:11 +0200 Subject: [PATCH 3/3] Remove new green same item highlight added by update of Inventory Profiles Next --- config/inventoryprofilesnext/inventoryprofiles.json | 2 ++ index.toml | 2 +- pack.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/inventoryprofilesnext/inventoryprofiles.json b/config/inventoryprofilesnext/inventoryprofiles.json index 20fb3ae..c611b27 100644 --- a/config/inventoryprofilesnext/inventoryprofiles.json +++ b/config/inventoryprofilesnext/inventoryprofiles.json @@ -1,5 +1,7 @@ { "ModSettings": { + "highlight_foused_items": false, + "highlight_foused_items_foreground": false, "enable_auto_refill": false, "enable_updates_check": false, "first_run": false diff --git a/index.toml b/index.toml index 8c2c890..2611458 100644 --- a/index.toml +++ b/index.toml @@ -30,7 +30,7 @@ hash = "3c94c0003a7616bea1a38887fafbe1c8a3e35f0ef0d0f4d5aad974ac73801b1a" [[files]] file = "config/inventoryprofilesnext/inventoryprofiles.json" -hash = "d9bde194129d278d3cbc9cdc4fa4cb180dab19a51d510e79c68d258bb9263871" +hash = "3b877ab865032a82c91b79f21d705272b2cb30026241414ccc80295ded42eebf" [[files]] file = "config/malilib.json" diff --git a/pack.toml b/pack.toml index d37e0e7..f6009ac 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "995b0be54252b6d4a5dea49d8dcd689bd8139e791e93f534bcee975c16f3db61" +hash = "4a04f894c1058f7b03775fa7aeb336c5837ad1663a2ad99844877cc948f3b526" [versions] minecraft = "1.19"