diff --git a/config/no_fog.json b/config/no_fog.json new file mode 100644 index 0000000..42c154c --- /dev/null +++ b/config/no_fog.json @@ -0,0 +1,13 @@ +{ + "globalToggles": { + "skyFog": "DEFAULT", + "terrainFog": "DEFAULT", + "thickFog": "DEFAULT", + "waterFog": "DEFAULT", + "lavaFog": "DEFAULT", + "powderSnowFog": "DEFAULT", + "blindnessFog": "DEFAULT" + }, + "dimensionToggles": {}, + "biomeToggles": {} +} \ No newline at end of file diff --git a/config/sodium-extra-options.json b/config/sodium-extra-options.json deleted file mode 100644 index 0287533..0000000 --- a/config/sodium-extra-options.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "animation_settings": { - "animation": true, - "water": true, - "lava": true, - "fire": true, - "portal": true, - "block_animations": true, - "sculk_sensor": false - }, - "particle_settings": { - "particles": true, - "rain_splash": true, - "explosion": true, - "water": true, - "smoke": true, - "potion": true, - "portal": true, - "redstone": true, - "drip": true, - "firework": true, - "bubble": true, - "environment": true, - "villagers": true, - "composter": true, - "block_break": true, - "block_breaking": true - }, - "detail_settings": { - "sky": true, - "sun_moon": true, - "stars": true, - "rain_snow": true, - "biome_colors": true, - "sky_colors": true - }, - "render_settings": { - "fog_distance": 33, - "light_updates": true, - "item_frame": true, - "armor_stand": true, - "painting": true, - "piston": true - }, - "extra_settings": { - "overlay_corner": "TOP_LEFT", - "show_fps": false, - "show_f_p_s_extended": true, - "show_coords": false, - "reduce_resolution_on_mac": true, - "cloud_height": 192, - "toasts": true, - "instant_sneak": false, - "prevent_shaders": false, - "use_fast_random": true - }, - "notification_settings": { - "hide_r_s_o_recommendation": false - } -} \ No newline at end of file diff --git a/index.toml b/index.toml index 2f54800..7e1fb71 100644 --- a/index.toml +++ b/index.toml @@ -56,6 +56,10 @@ hash = "8674cd6fd41faab892673142c123917d457dc1f9e032243c155a769e7b74b579" file = "config/mousewheelie.hjson" hash = "373fde454924a4f8d3a7f1debfcc206d4377bc8045cc11965dba4a59bf220dae" +[[files]] +file = "config/no_fog.json" +hash = "24c6ca04f25518e2b4358bac31c4502e6b7c42b500226a508db0858cd81a232c" + [[files]] file = "config/perspectivemod/main.json5" hash = "6a5944f13d0a3f8434f4143514d27dc8709a5624267505a56bfa63b0c7f46764" @@ -76,10 +80,6 @@ hash = "af74510c6499eec8e689de7ed776e928b1c5571c4c6da90af6be598592a8fdbf" file = "config/shulkerboxtooltip.json5" hash = "dd2ee59d8f82617617d820329b19ee6dd0ae4200b95fae9ad73ff7a5bb6c3af6" -[[files]] -file = "config/sodium-extra-options.json" -hash = "2668b0ec3ecf1b5eac949bdc443974626c783d058bc9447904d00545fb15e703" - [[files]] file = "config/sodium-options.json" hash = "64bac25b21e0736eb3fd0205ffbb8cf52ffbbe6bfb3f0813ba1aad90dd9b87a1" @@ -185,6 +185,11 @@ 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" @@ -195,24 +200,19 @@ file = "mods/presence-footsteps.toml" hash = "46acb2de4a49ecabca2387ea6f4312acf43db567043dfe1a64a37c13461d198e" metafile = true -[[files]] -file = "mods/reeses-sodium-options.toml" -hash = "b1ec378adef0a4d8fa1b27de650895dcab7d05e99515f02254ebd58dffa645d4" -metafile = true - [[files]] file = "mods/roughly-enough-items.toml" hash = "8aa67b7d71db2e344dcae8427aa8742459e893705774e1941bed7fff04a8d892" metafile = true [[files]] -file = "mods/shulkerboxtooltip.toml" -hash = "2a0ae8867645fe078bc7e6f67ca7eb83d5c650a925c9252740f6121fd29113ec" +file = "mods/roughly-enough-resources.toml" +hash = "9c51dd2b58c2e58340ac042813309f6cc2b02b661be58a2ff5652824bdb45967" metafile = true [[files]] -file = "mods/sodium-extra.toml" -hash = "ce30f904d04f28ccc48d443fbf07034c46a7491dce470c81fe343733073baff7" +file = "mods/shulkerboxtooltip.toml" +hash = "2a0ae8867645fe078bc7e6f67ca7eb83d5c650a925c9252740f6121fd29113ec" metafile = true [[files]] diff --git a/mods/nofog.toml b/mods/nofog.toml new file mode 100644 index 0000000..3d3998f --- /dev/null +++ b/mods/nofog.toml @@ -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 diff --git a/mods/reeses-sodium-options.toml b/mods/reeses-sodium-options.toml deleted file mode 100644 index fd6dd4f..0000000 --- a/mods/reeses-sodium-options.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Reese's Sodium Options" -filename = "reeses_sodium_options-mc1.18.2-1.4.2.jar" -side = "both" - -[download] -url = "https://edge.forgecdn.net/files/3682/509/reeses_sodium_options-mc1.18.2-1.4.2.jar" -hash-format = "sha1" -hash = "eecfa116802f89921e1b3a11f14240a08b97573b" - -[update] -[update.curseforge] -file-id = 3682509 -project-id = 511319 diff --git a/mods/roughly-enough-resources.toml b/mods/roughly-enough-resources.toml new file mode 100644 index 0000000..dec268f --- /dev/null +++ b/mods/roughly-enough-resources.toml @@ -0,0 +1,13 @@ +name = "Roughly Enough Resources" +filename = "rer-2.4.1.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3649/527/rer-2.4.1.jar" +hash-format = "sha1" +hash = "1614c9b02cc0923f2384d840cae33c80a878ad85" + +[update] +[update.curseforge] +file-id = 3649527 +project-id = 325625 diff --git a/mods/sodium-extra.toml b/mods/sodium-extra.toml deleted file mode 100644 index f729805..0000000 --- a/mods/sodium-extra.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Sodium Extra" -filename = "sodium-extra-mc1.18.2-0.4.3.jar" -side = "both" - -[download] -url = "https://edge.forgecdn.net/files/3733/71/sodium-extra-mc1.18.2-0.4.3.jar" -hash-format = "sha1" -hash = "026226ee3777ee0dc1226b843271447afc551349" - -[update] -[update.curseforge] -file-id = 3733071 -project-id = 447673 diff --git a/pack.toml b/pack.toml index bc0a82a..cea1cb3 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "VMU" author = "Wroclaw" -version = "1.0.5" +version = "1.0.4" pack-format = "packwiz:1.0.0" [index] file = "index.toml" hash-format = "sha256" -hash = "2233f802b53216264ffd180e9dc5b363aca20c5e9ff8c8aaf0df06faec303366" +hash = "eb9d589e4b6967de20d404d3965db9cb99065bd5a701ebd7d3dbefb12e1bf807" [versions] fabric = "0.13.3"