Compare commits
2 commits
debcff338d
...
50e8172b4f
Author | SHA1 | Date | |
---|---|---|---|
50e8172b4f | |||
7cd04068db |
8 changed files with 101 additions and 54 deletions
|
@ -1,13 +0,0 @@
|
||||||
{
|
|
||||||
"globalToggles": {
|
|
||||||
"skyFog": "DEFAULT",
|
|
||||||
"terrainFog": "DEFAULT",
|
|
||||||
"thickFog": "DEFAULT",
|
|
||||||
"waterFog": "DEFAULT",
|
|
||||||
"lavaFog": "DEFAULT",
|
|
||||||
"powderSnowFog": "DEFAULT",
|
|
||||||
"blindnessFog": "DEFAULT"
|
|
||||||
},
|
|
||||||
"dimensionToggles": {},
|
|
||||||
"biomeToggles": {}
|
|
||||||
}
|
|
60
config/sodium-extra-options.json
Normal file
60
config/sodium-extra-options.json
Normal file
|
@ -0,0 +1,60 @@
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
}
|
26
index.toml
26
index.toml
|
@ -56,10 +56,6 @@ hash = "8674cd6fd41faab892673142c123917d457dc1f9e032243c155a769e7b74b579"
|
||||||
file = "config/mousewheelie.hjson"
|
file = "config/mousewheelie.hjson"
|
||||||
hash = "373fde454924a4f8d3a7f1debfcc206d4377bc8045cc11965dba4a59bf220dae"
|
hash = "373fde454924a4f8d3a7f1debfcc206d4377bc8045cc11965dba4a59bf220dae"
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/no_fog.json"
|
|
||||||
hash = "24c6ca04f25518e2b4358bac31c4502e6b7c42b500226a508db0858cd81a232c"
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/perspectivemod/main.json5"
|
file = "config/perspectivemod/main.json5"
|
||||||
hash = "6a5944f13d0a3f8434f4143514d27dc8709a5624267505a56bfa63b0c7f46764"
|
hash = "6a5944f13d0a3f8434f4143514d27dc8709a5624267505a56bfa63b0c7f46764"
|
||||||
|
@ -80,6 +76,10 @@ hash = "af74510c6499eec8e689de7ed776e928b1c5571c4c6da90af6be598592a8fdbf"
|
||||||
file = "config/shulkerboxtooltip.json5"
|
file = "config/shulkerboxtooltip.json5"
|
||||||
hash = "dd2ee59d8f82617617d820329b19ee6dd0ae4200b95fae9ad73ff7a5bb6c3af6"
|
hash = "dd2ee59d8f82617617d820329b19ee6dd0ae4200b95fae9ad73ff7a5bb6c3af6"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/sodium-extra-options.json"
|
||||||
|
hash = "2668b0ec3ecf1b5eac949bdc443974626c783d058bc9447904d00545fb15e703"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/sodium-options.json"
|
file = "config/sodium-options.json"
|
||||||
hash = "64bac25b21e0736eb3fd0205ffbb8cf52ffbbe6bfb3f0813ba1aad90dd9b87a1"
|
hash = "64bac25b21e0736eb3fd0205ffbb8cf52ffbbe6bfb3f0813ba1aad90dd9b87a1"
|
||||||
|
@ -185,11 +185,6 @@ file = "mods/mouse-wheelie.toml"
|
||||||
hash = "0ef46300ba717d679eaec91b03edac50e5a2881f7c8526eac6e475ee9f86ae50"
|
hash = "0ef46300ba717d679eaec91b03edac50e5a2881f7c8526eac6e475ee9f86ae50"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/nofog.toml"
|
|
||||||
hash = "fcb77964f74c646ec734fdda0aeecd6e098f6966bd1d576ebab5a56057297a9d"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/perspective-mod-redux.toml"
|
file = "mods/perspective-mod-redux.toml"
|
||||||
hash = "68010ccd22ee136e9a4ddb03805170742603b80ad23c04bbb568ae180ac74928"
|
hash = "68010ccd22ee136e9a4ddb03805170742603b80ad23c04bbb568ae180ac74928"
|
||||||
|
@ -200,19 +195,24 @@ file = "mods/presence-footsteps.toml"
|
||||||
hash = "46acb2de4a49ecabca2387ea6f4312acf43db567043dfe1a64a37c13461d198e"
|
hash = "46acb2de4a49ecabca2387ea6f4312acf43db567043dfe1a64a37c13461d198e"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/reeses-sodium-options.toml"
|
||||||
|
hash = "b1ec378adef0a4d8fa1b27de650895dcab7d05e99515f02254ebd58dffa645d4"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/roughly-enough-items.toml"
|
file = "mods/roughly-enough-items.toml"
|
||||||
hash = "8aa67b7d71db2e344dcae8427aa8742459e893705774e1941bed7fff04a8d892"
|
hash = "8aa67b7d71db2e344dcae8427aa8742459e893705774e1941bed7fff04a8d892"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/roughly-enough-resources.toml"
|
file = "mods/shulkerboxtooltip.toml"
|
||||||
hash = "9c51dd2b58c2e58340ac042813309f6cc2b02b661be58a2ff5652824bdb45967"
|
hash = "2a0ae8867645fe078bc7e6f67ca7eb83d5c650a925c9252740f6121fd29113ec"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/shulkerboxtooltip.toml"
|
file = "mods/sodium-extra.toml"
|
||||||
hash = "2a0ae8867645fe078bc7e6f67ca7eb83d5c650a925c9252740f6121fd29113ec"
|
hash = "ce30f904d04f28ccc48d443fbf07034c46a7491dce470c81fe343733073baff7"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
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/reeses-sodium-options.toml
Normal file
13
mods/reeses-sodium-options.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
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
|
|
@ -1,13 +0,0 @@
|
||||||
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
|
|
13
mods/sodium-extra.toml
Normal file
13
mods/sodium-extra.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
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
|
|
@ -1,12 +1,12 @@
|
||||||
name = "VMU"
|
name = "VMU"
|
||||||
author = "Wroclaw"
|
author = "Wroclaw"
|
||||||
version = "1.0.4"
|
version = "1.0.5"
|
||||||
pack-format = "packwiz:1.0.0"
|
pack-format = "packwiz:1.0.0"
|
||||||
|
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "eb9d589e4b6967de20d404d3965db9cb99065bd5a701ebd7d3dbefb12e1bf807"
|
hash = "2233f802b53216264ffd180e9dc5b363aca20c5e9ff8c8aaf0df06faec303366"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.13.3"
|
fabric = "0.13.3"
|
||||||
|
|
Loading…
Reference in a new issue