This commit is contained in:
Hexugory 2024-12-02 01:29:08 -06:00
parent 0e5db24850
commit 67ac540720
5 changed files with 58 additions and 19 deletions

View File

@ -0,0 +1,35 @@
[visuals]
#whether to cave maps are visible when held by players from the third-person perspective.
cave_maps_visible_in_third_person = true
#whether to shake the screen from tremorsaurus stomping, nuclear explosions, etc.
screen_shaking = true
#true if some block models, like uranium ore or abyssmarine bricks render as fullbright. May increase load time, no gameplay performance impact.
emissive_block_models = true
#whether to make the screen flash white during nuclear explosions.
nuclear_bomb_flash = true
#true if some biomes, such as primordial caves, have ambient light that makes the biome easier to see in.
biome_ambient_light = true
#true if some biomes, such as toxic caves, apply a color to ambient light. May conflict with shaders.
biome_ambient_light_coloring = false
#true if some biomes, such as primordial caves, have an always well-lit sky when in them. May conflict with shaders.
biome_sky_overrides = true
#true if some biomes, such as abyssal chasm, have an thicker water fog to them. May conflict with shaders.
biome_sky_fog_overrides = true
#true if ambersol block renders with rays of light emerging from it.
ambersol_shines = true
#true if irradiated effect makes mobs glow. May conflict with shaders.
radiation_glow_effect = true
#determines how far to the left the subterranodon flight indicator renders on the screen when mounted. Negative numbers will render it on the right.
#Range: -12000 ~ 12000
subterranodon_indicator_x = 22
#determines how far from bottom the subterranodon flight indicator renders on the screen when mounted.
#Range: -12000 ~ 12000
subterranodon_indicator_y = 6
#true if sugar rush makes the world more saturated. May conflict with shaders.
sugar_rush_saturation_effect = true
[audio]
#whether nuclear explosions briefly muffle other sounds.
nuclear_bomb_muffles_sounds = true

View File

@ -1,5 +1,9 @@
hash-format = "sha256"
[[files]]
file = "config/alexscaves-client.toml"
hash = "db5c9fddb7816fae75ecdb86e604c97408eca8626d785b9380a0b39d68b8bd58"
[[files]]
file = "config/alexsmobs.toml"
hash = "f577e6a58e3690537eed6d9bae70c09f661036afd342c1974f626849cf0963a3"
@ -248,6 +252,11 @@ file = "mods/hex-casting.pw.toml"
hash = "59a167a2e05a518d25d1e6f1b4789bad66a47e7fa2909817c5ec433c7aa46661"
metafile = true
[[files]]
file = "mods/hexerei.pw.toml"
hash = "d1b4748485b17d54f54bb6b1cb84125672e97dba606aea79f8309bf5538e4cd1"
metafile = true
[[files]]
file = "mods/ichunutil.pw.toml"
hash = "3aa75e307989c0a66a0658b5c6776e8d664d73f55a99e5ff30ef24d4d2918619"
@ -303,11 +312,6 @@ file = "mods/lucent.pw.toml"
hash = "2a25158198d33e13a0f0a79126ac9dc220793a16cf43e3688da290a0d6266689"
metafile = true
[[files]]
file = "mods/mahou-tsukai.pw.toml"
hash = "c01e4f873d0c5deb69686ad4583b8c052408256f3641a4d6c277b865fc341634"
metafile = true
[[files]]
file = "mods/majrusz-library.pw.toml"
hash = "bc6a2458b8337e76c0636142242ef36f75ff13e65f977fdd81bb5cc823e5b360"

13
mods/hexerei.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Hexerei"
filename = "hexerei-0.4.2.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/IQSOHVhI/versions/hR4PQb6h/hexerei-0.4.2.1.jar"
hash-format = "sha512"
hash = "8bfb63a9ce9ddc595d72eb93a6483036d5e9fbd2f2e251413cf0f1e30ef43dd5833ee5f2f93ae5574995bd061e7af5601f4f13a76d3f90f704292184ff1632ed"
[update]
[update.modrinth]
mod-id = "IQSOHVhI"
version = "hR4PQb6h"

View File

@ -1,13 +0,0 @@
name = "Mahou Tsukai"
filename = "mahoutsukai-1.20.1-v1.34.74.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/7jOxn6qJ/versions/iP9fAEwX/mahoutsukai-1.20.1-v1.34.74.jar"
hash-format = "sha512"
hash = "1e5f02e31e6921d3ca3ea825a0e85ed4cbde0ae2cfc86f8c51077e2b822b8b8dac2b3b3cc232918a8cd8465e8877bb80964dfc17c5d0eba4138181ca1cc1d113"
[update]
[update.modrinth]
mod-id = "7jOxn6qJ"
version = "iP9fAEwX"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "89a10c49cae5338f1306d17ee30044de59729df0669b38c9155ea87f26966fe9"
hash = "d861d423723659f14de7fffdc93e09ec8b66ae744c454a867ea3ff1ccb2e15c5"
[versions]
forge = "47.3.12"