diff --git a/visum/README.md b/visum/README.md index 7c6769c..b3bf8ba 100644 --- a/visum/README.md +++ b/visum/README.md @@ -14,7 +14,8 @@ ## Todo - hide debug info by default - find Inspecio replacements -- BetterSpyglass? +- Configure Zoomify +- Keybinds ## Compatibility - Charm: Replantable crops, Bookcase items, Structures on maps diff --git a/visum/src/client/config/cullleaves.json b/visum/src/client/config/cullleaves.json new file mode 100644 index 0000000..37c8cef --- /dev/null +++ b/visum/src/client/config/cullleaves.json @@ -0,0 +1,3 @@ +{ + "enabled": true +} \ No newline at end of file diff --git a/visum/src/client/config/dynamicfps.toml b/visum/src/client/config/dynamicfps.toml new file mode 100644 index 0000000..c3e2922 --- /dev/null +++ b/visum/src/client/config/dynamicfps.toml @@ -0,0 +1,6 @@ +reduceFPSWhenUnfocused = true +unfocusedFPS = 10 #HORIZR +restoreFPSWhenHovered = true +unfocusedVolumeMultiplier = 0.25 +hiddenVolumeMultiplier = 0.25 #HORIZR +runGCOnUnfocus = false diff --git a/visum/src/client/config/indium-renderer.properties b/visum/src/client/config/indium-renderer.properties new file mode 100644 index 0000000..51b6b6e --- /dev/null +++ b/visum/src/client/config/indium-renderer.properties @@ -0,0 +1,7 @@ +#Indium properties file +always-tesselate-blocks=auto +ambient-occlusion-mode=auto +debug-compare-lighting=auto +fix-exterior-vertex-lighting=auto +fix-luminous-block-ambient-occlusion=auto +fix-smooth-lighting-offset=auto diff --git a/visum/src/client/config/modmenu.json b/visum/src/client/config/modmenu.json new file mode 100644 index 0000000..6b8ddef --- /dev/null +++ b/visum/src/client/config/modmenu.json @@ -0,0 +1,19 @@ +{ + "sorting": "ascending", + "count_libraries": true, + "compact_list": false, + "count_children": true, + "mods_button_style": "replace_realms", + "count_hidden_mods": true, + "mod_count_location": "title_screen", + "hide_mod_links": false, + "show_libraries": false, + "hide_mod_license": false, + "hide_badges": false, + "hide_mod_credits": false, + "easter_eggs": true, + "modify_title_screen": true, + "modify_game_menu": true, + "hide_config_buttons": false, + "hidden_mods": [] +} diff --git a/visum/src/client/mods/cull-leaves.hm.json b/visum/src/client/mods/cull-leaves.hm.json new file mode 100644 index 0000000..8269234 --- /dev/null +++ b/visum/src/client/mods/cull-leaves.hm.json @@ -0,0 +1,20 @@ +{ + "formatVersion": 1, + "enabled": true, + "version": { + "name": "2.3.2", + "size": 82789, + "fileName": "cullleaves-2.3.2.jar", + "downloadUrl": "https://cdn.modrinth.com/data/GNxdLCoP/versions/2.3.2/cullleaves-2.3.2.jar", + "hashes": { + "sha1": "9bc9c61f0a7dc6c765118a0527850b91847608cb", + "sha512": "e09a13efb20a36b7448fd3db688e2d810c00186a280be8f1e4ee2a1401267e544f981f8d8e042f15a00fef44abd9213a9eb46ffe3880b504c09ad5f5d532cf21" + } + }, + "source": { + "type": "modrinth", + "modId": "GNxdLCoP", + "versionId": "718Klypf", + "ignoreUpdates": false + } +} diff --git a/visum/src/client/mods/dynamic-fps.hm.json b/visum/src/client/mods/dynamic-fps.hm.json new file mode 100644 index 0000000..6eadcc2 --- /dev/null +++ b/visum/src/client/mods/dynamic-fps.hm.json @@ -0,0 +1,20 @@ +{ + "formatVersion": 1, + "enabled": true, + "version": { + "name": "v2.1.0", + "size": 88824, + "fileName": "dynamic-fps-2.1.0.jar", + "downloadUrl": "https://cdn.modrinth.com/data/LQ3K71Q1/versions/v2.1.0/dynamic-fps-2.1.0.jar", + "hashes": { + "sha1": "d4ffc71b2f0ea01b9a6242c23faace5cdc72d947", + "sha512": "3e22e5b613abfb17fa83f74348a3c2cf8fb7bdb2a6a6a8d5b561044b37e54d0a0114df1128c7e34df063776975041c5595feb2f94cbb2bfe0f1bc59193cce9e3" + } + }, + "source": { + "type": "modrinth", + "modId": "LQ3K71Q1", + "versionId": "LttnLLIj", + "ignoreUpdates": false + } +} diff --git a/visum/src/client/mods/indium.hm.json b/visum/src/client/mods/indium.hm.json new file mode 100644 index 0000000..18d140b --- /dev/null +++ b/visum/src/client/mods/indium.hm.json @@ -0,0 +1,20 @@ +{ + "formatVersion": 1, + "enabled": true, + "version": { + "name": "1.0.7+mc1.18.2", + "size": 118746, + "fileName": "indium-1.0.7+mc1.18.2.jar", + "downloadUrl": "https://cdn.modrinth.com/data/Orvt0mRa/versions/1.0.7+mc1.18.2/indium-1.0.7%2Bmc1.18.2.jar", + "hashes": { + "sha1": "5f5e0910181572f844171ed4f2f11e23f3c68af6", + "sha512": "cdd32ac79e7cb423af95dbd618c383a9e240e84f53eeb02029f679142e4b980e39c7db8190a2cdb542c23067d56c6b7d29bc21204709028ee5538a659f7cf95f" + } + }, + "source": { + "type": "modrinth", + "modId": "Orvt0mRa", + "versionId": "H45YVREb", + "ignoreUpdates": false + } +} diff --git a/visum/src/client/mods/modmenu.hm.json b/visum/src/client/mods/modmenu.hm.json new file mode 100644 index 0000000..0984753 --- /dev/null +++ b/visum/src/client/mods/modmenu.hm.json @@ -0,0 +1,20 @@ +{ + "formatVersion": 1, + "enabled": true, + "version": { + "name": "3.2.3", + "size": 422628, + "fileName": "modmenu-3.2.3.jar", + "downloadUrl": "https://cdn.modrinth.com/data/mOgUt4GM/versions/3.2.3/modmenu-3.2.3.jar", + "hashes": { + "sha1": "463fecec40447519a9a32c1c178a962799583add", + "sha512": "e5cb08f55ad3b678a02bfe56c47b378cbfd92a5002807786d64eedf035c07ccbd68af5a72672ae159c18a3fe46871502aa281c0e9ef9e6731e1dca02fc942761" + } + }, + "source": { + "type": "modrinth", + "modId": "mOgUt4GM", + "versionId": "cx9D94fU", + "ignoreUpdates": false + } +} diff --git a/visum/src/client/mods/no-telemetry.hm.json b/visum/src/client/mods/no-telemetry.hm.json new file mode 100644 index 0000000..080260a --- /dev/null +++ b/visum/src/client/mods/no-telemetry.hm.json @@ -0,0 +1,20 @@ +{ + "formatVersion": 1, + "enabled": true, + "version": { + "name": "1.4.0", + "size": 83046, + "fileName": "no-telemetry-1.4.0.jar", + "downloadUrl": "https://cdn.modrinth.com/data/hg77g4Pw/versions/1.4.0/no-telemetry-1.4.0.jar", + "hashes": { + "sha1": "10e117acc8f9e08ae1fadf4341e4d9d413ef092c", + "sha512": "62761b710093d8d7e73269b2e3847a3ad8ef3f75376b31759e2a05430f80cf6c2208c8bbca05d280c154dfc0b5cd1feae55f32017f976d1fb4bcf5dcaa803f34" + } + }, + "source": { + "type": "modrinth", + "modId": "hg77g4Pw", + "versionId": "61UhmWos", + "ignoreUpdates": false + } +} diff --git a/visum/src/client/mods/zoomify.hm.json b/visum/src/client/mods/zoomify.hm.json new file mode 100644 index 0000000..9170086 --- /dev/null +++ b/visum/src/client/mods/zoomify.hm.json @@ -0,0 +1,20 @@ +{ + "formatVersion": 1, + "enabled": true, + "version": { + "name": "1.6.0", + "size": 362519, + "fileName": "Zoomify-1.6.0.jar", + "downloadUrl": "https://cdn.modrinth.com/data/w7ThoJFB/versions/1.6.0/Zoomify-1.6.0.jar", + "hashes": { + "sha1": "836109ec7931a874fac16b4faac41a312fbc60d3", + "sha512": "746ae68df508d2ca6da524eaf509dc232b11760b9bdaf7b745dc93597534fa04341a83aa9e96424c15fe5e26f8780ee0f3571696e7ef8b213178562bade6c93c" + } + }, + "source": { + "type": "modrinth", + "modId": "w7ThoJFB", + "versionId": "2ZC7Fxc8", + "ignoreUpdates": false + } +} diff --git a/visum/src/universal/config/Adorn.json5 b/visum/src/universal/config/Adorn.json5 new file mode 100644 index 0000000..37532a5 --- /dev/null +++ b/visum/src/universal/config/Adorn.json5 @@ -0,0 +1,31 @@ +{ + // Client-side settings + "client": { + // If true, floating tooltips are shown above trading stations. + "showTradingStationTooltips": true, + // If true, Adorn items will also be shown in matching vanilla item tabs. + "showItemsInStandardGroups": true + }, + // Default values for game rules in new worlds + "gameRuleDefaults": { + // If true, sleeping on sofas can skip the night. + "skipNightOnSofas": true, + // If true, kitchen sinks are infinite sources for infinite fluids. + "infiniteKitchenSinks": true, + // If true, broken trading stations drop a locked version with their contents inside. + "dropLockedTradingStations": true + }, + // Mod compatibility toggles (enabled: true, disabled: false) + "compat": { + "byg": true, + "traverse": true, + "terrestria": true, + "cinderscapes": true, + "blockus": true, + "promenade": true, + "woods_and_mires": true, + "towelette": true, + "biomemakeover": true, + "techreborn": true + } +} diff --git a/visum/src/universal/config/appleskin.json5 b/visum/src/universal/config/appleskin.json5 new file mode 100644 index 0000000..ada432f --- /dev/null +++ b/visum/src/universal/config/appleskin.json5 @@ -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": false, //HORIZR + // 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 +} diff --git a/visum/src/universal/config/midnightlib.json b/visum/src/universal/config/midnightlib.json new file mode 100644 index 0000000..c39ea06 --- /dev/null +++ b/visum/src/universal/config/midnightlib.json @@ -0,0 +1,5 @@ +{ + "config_screen_list": "TRUE", + "background_texture": "minecraft:textures/block/deepslate.png", + "special_hats": true +} \ No newline at end of file diff --git a/visum/src/universal/config/notenoughcrashes.json b/visum/src/universal/config/notenoughcrashes.json new file mode 100644 index 0000000..9c2b1cd --- /dev/null +++ b/visum/src/universal/config/notenoughcrashes.json @@ -0,0 +1,23 @@ +{ + "disableReturnToMainMenu": false, + "deobfuscateStackTrace": true, + "catchInitializationCrashes": true, + "debugModIdentification": false, + "forceCrashScreen": false, + "crashLimit": 20, + "crashlogUpload": { + "destination": "BYTEBIN", + "hasteUrl": "https://hastebin.com/", + "bytebinUrl": "https://bytebin.lucko.me/", + "gist": { + "accessToken": "", + "unlisted": false + }, + "pastebin": { + "uploadKey": "", + "privacy": "PUBLIC", + "expiry": "NEVER" + }, + "customUserAgent": "" + } +} \ No newline at end of file diff --git a/visum/src/universal/mods/adorn.hm.json b/visum/src/universal/mods/adorn.hm.json new file mode 100644 index 0000000..fbcd468 --- /dev/null +++ b/visum/src/universal/mods/adorn.hm.json @@ -0,0 +1,20 @@ +{ + "formatVersion": 1, + "enabled": true, + "version": { + "name": "3.5.0-fabric", + "size": 4208573, + "fileName": "Adorn-3.5.0+1.18.2-fabric.jar", + "downloadUrl": "https://cdn.modrinth.com/data/E6FUtRJh/versions/3.5.0-fabric/Adorn-3.5.0%2B1.18.2-fabric.jar", + "hashes": { + "sha1": "54dc846236010b1e22bfdb6b7d06a669f6ccfb5a", + "sha512": "2e667f1bb140ed3f3609baeafc2f09df3df72c9656410f1a0fd34567d8e788d7ac892987f06ace9e87c28639bcd14df69e0f14d6d6e8826baee53ec00e9f8e1e" + } + }, + "source": { + "type": "modrinth", + "modId": "E6FUtRJh", + "versionId": "6N5U8wzl", + "ignoreUpdates": false + } +} diff --git a/visum/src/universal/mods/appleskin.hm.json b/visum/src/universal/mods/appleskin.hm.json new file mode 100644 index 0000000..01a0ae8 --- /dev/null +++ b/visum/src/universal/mods/appleskin.hm.json @@ -0,0 +1,20 @@ +{ + "formatVersion": 1, + "enabled": true, + "version": { + "name": "fabric-mc1.18.2-2.4.1", + "size": 913604, + "fileName": "appleskin-fabric-mc1.18.2-2.4.1.jar", + "downloadUrl": "https://cdn.modrinth.com/data/EsAfCjCV/versions/fabric-mc1.18.2-2.4.1/appleskin-fabric-mc1.18.2-2.4.1.jar", + "hashes": { + "sha1": "bca8d17a4baf9cfa84a36965147bd615bffd539e", + "sha512": "8f9b2f6bba35798bdf85ea7495c47c104f227d774331c59643b5cac934691b8cc2093b58fd1c9dc6def3157a74afa6289db70723c717b79bbf3a83028a4d69c4" + } + }, + "source": { + "type": "modrinth", + "modId": "EsAfCjCV", + "versionId": "T7UGls0O", + "ignoreUpdates": false + } +} diff --git a/visum/src/universal/mods/fabric-language-kotlin.hm.json b/visum/src/universal/mods/fabric-language-kotlin.hm.json new file mode 100644 index 0000000..ede683c --- /dev/null +++ b/visum/src/universal/mods/fabric-language-kotlin.hm.json @@ -0,0 +1,20 @@ +{ + "formatVersion": 1, + "enabled": true, + "version": { + "name": "1.8.2+kotlin.1.7.10", + "size": 6325195, + "fileName": "fabric-language-kotlin-1.8.2+kotlin.1.7.10.jar", + "downloadUrl": "https://cdn.modrinth.com/data/Ha28R6CL/versions/1.8.2+kotlin.1.7.10/fabric-language-kotlin-1.8.2%2Bkotlin.1.7.10.jar", + "hashes": { + "sha1": "e8a1dba4932c7b361525f17ed73636675765c5c9", + "sha512": "17a34331793f62eafa9988a5a95caf832b9b7f2d69397d286a6805250bb7d40401e19ef95e422342dc7a8943d944783127d1af57b1c192ad652dd33e82ad732e" + } + }, + "source": { + "type": "modrinth", + "modId": "Ha28R6CL", + "versionId": "5Aq3SFbi", + "ignoreUpdates": false + } +} diff --git a/visum/src/universal/mods/krypton.hm.json b/visum/src/universal/mods/krypton.hm.json new file mode 100644 index 0000000..e549c89 --- /dev/null +++ b/visum/src/universal/mods/krypton.hm.json @@ -0,0 +1,20 @@ +{ + "formatVersion": 1, + "enabled": true, + "version": { + "name": "0.1.9", + "size": 132286, + "fileName": "krypton-0.1.9.jar", + "downloadUrl": "https://cdn.modrinth.com/data/fQEb0iXm/versions/0.1.9/krypton-0.1.9.jar", + "hashes": { + "sha1": "466a8a26949497a3b11886a788e6e156a8b03d24", + "sha512": "32ab71412b8ca0c43f90d654fbe8e037997e69a1b056883fd5640e465320a4d077120d0c546a67ec9e90834bf2b3b3d0ddb35dc3d17822d93e1cb927a18db56a" + } + }, + "source": { + "type": "modrinth", + "modId": "fQEb0iXm", + "versionId": "vJQ7plH2", + "ignoreUpdates": false + } +} diff --git a/visum/src/universal/mods/lazydfu.hm.json b/visum/src/universal/mods/lazydfu.hm.json new file mode 100644 index 0000000..0238a0c --- /dev/null +++ b/visum/src/universal/mods/lazydfu.hm.json @@ -0,0 +1,20 @@ +{ + "formatVersion": 1, + "enabled": true, + "version": { + "name": "0.1.2", + "size": 15517, + "fileName": "lazydfu-0.1.2.jar", + "downloadUrl": "https://cdn.modrinth.com/data/hvFnDODi/versions/0.1.2/lazydfu-0.1.2.jar", + "hashes": { + "sha1": "2efec5781f1271bdcdae462eee402ccb97bff6fe", + "sha512": "20b1cd3e62051c7d7498ecdc49912acb918fc4748d469c67c078cc97197289760e64b9339a4d4a03d175f648c8be8601d131776a9a6bdb8832cecdda6fc46498" + } + }, + "source": { + "type": "modrinth", + "modId": "hvFnDODi", + "versionId": "C6e265zK", + "ignoreUpdates": false + } +} diff --git a/visum/src/universal/mods/lithium.hm.json b/visum/src/universal/mods/lithium.hm.json new file mode 100644 index 0000000..2419545 --- /dev/null +++ b/visum/src/universal/mods/lithium.hm.json @@ -0,0 +1,20 @@ +{ + "formatVersion": 1, + "enabled": true, + "version": { + "name": "mc1.18.2-0.7.10", + "size": 466196, + "fileName": "lithium-fabric-mc1.18.2-0.7.10.jar", + "downloadUrl": "https://cdn.modrinth.com/data/gvQqBUqZ/versions/mc1.18.2-0.7.10/lithium-fabric-mc1.18.2-0.7.10.jar", + "hashes": { + "sha1": "d5c19c3d4edb4228652adcc8abb94f9bd80a634c", + "sha512": "05f0e51191c9051224c791d63ad4b7915e6f3c442e5d38225e7b05ea4261ee459edb3d8ce99411e1a5a854547549845f21cc8ee2f0079281fec999c1d319fb07" + } + }, + "source": { + "type": "modrinth", + "modId": "gvQqBUqZ", + "versionId": "pHl1Vi6k", + "ignoreUpdates": false + } +} diff --git a/visum/src/universal/mods/notenoughcrashes.hm.json b/visum/src/universal/mods/notenoughcrashes.hm.json new file mode 100644 index 0000000..a52b060 --- /dev/null +++ b/visum/src/universal/mods/notenoughcrashes.hm.json @@ -0,0 +1,20 @@ +{ + "formatVersion": 1, + "enabled": true, + "version": { + "name": "4.1.6+1.18.2-fabric", + "size": 164378, + "fileName": "notenoughcrashes-4.1.6+1.18.2-fabric.jar", + "downloadUrl": "https://cdn.modrinth.com/data/yM94ont6/versions/4.1.6+1.18.2-fabric/notenoughcrashes-4.1.6%2B1.18.2-fabric.jar", + "hashes": { + "sha1": "ef051ab6a831f7ffd03162e54b2e997b604efaca", + "sha512": "b99a591556c321651797b22ba415ed22dc891c8b5248c1aae7c070db5f5c72aaf75ab50236f7c2642cb5b8eb1489fbbd25b9d51c8a99535d1d1a8696b164e113" + } + }, + "source": { + "type": "modrinth", + "modId": "yM94ont6", + "versionId": "3jOKpa3T", + "ignoreUpdates": false + } +} diff --git a/visum/src/universal/mods/phosphor.hm.json b/visum/src/universal/mods/phosphor.hm.json new file mode 100644 index 0000000..6e96aee --- /dev/null +++ b/visum/src/universal/mods/phosphor.hm.json @@ -0,0 +1,20 @@ +{ + "formatVersion": 1, + "enabled": true, + "version": { + "name": "mc1.18.x-0.8.1", + "size": 90017, + "fileName": "phosphor-fabric-mc1.18.x-0.8.1.jar", + "downloadUrl": "https://cdn.modrinth.com/data/hEOCdOgW/versions/mc1.18.x-0.8.1/phosphor-fabric-mc1.18.x-0.8.1.jar", + "hashes": { + "sha1": "9b826d21b9cd999853a57c76b0c47ee4d9161dc9", + "sha512": "6a06f397f5f054f12334b81251dbdbd9c82c7e4e41810d6708a9d40966da113560c6f23e95f6f5ed52cfe1e843f7f71910a84b2bb476354456ff11be668a4c1d" + } + }, + "source": { + "type": "modrinth", + "modId": "hEOCdOgW", + "versionId": "HG1UaV1y", + "ignoreUpdates": false + } +}