Compare commits

..

6 Commits

Author SHA1 Message Date
67ac540720 hexed 2024-12-02 01:29:08 -06:00
0e5db24850 get out 2024-12-02 00:04:54 -06:00
2ee03c291a no witches? 2024-12-02 00:03:49 -06:00
780ff28255 dependency 2 2024-12-01 23:26:42 -06:00
54cbd9e9de dependency 2024-12-01 23:25:11 -06:00
e709d5f2b7 style 2024-12-01 23:10:46 -06:00
19 changed files with 161 additions and 166 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

24
config/forge-client.toml Normal file
View File

@ -0,0 +1,24 @@
#Client only settings, mostly things related to rendering
[client]
#Enable Forge to queue all chunk updates to the Chunk Update thread.
#May increase FPS significantly, but may also cause weird rendering lag.
#Not recommended for computers without a significant number of cores available.
alwaysSetupTerrainOffThread = false
#EXPERIMENTAL: Enable the Forge block rendering pipeline - fixes the lighting of custom models.
experimentalForgeLightPipelineEnabled = true
#When enabled, Forge will show any warnings that occurred during loading.
showLoadWarnings = true
#Set to true to use a combined DEPTH_STENCIL attachment instead of two separate ones.
useCombinedDepthStencilAttachment = false
#[DEPRECATED] Does nothing anymore, IPv6 addresses will be compressed always
compressLanIPv6Addresses = true
#During block model baking, manually calculates the normal for all faces.
#This was the default behavior of forge between versions 31.0 and 47.1.
#May result in differences between vanilla rendering and forge rendering.
#Will only produce differences for blocks that contain non-axis aligned faces.
#You will need to reload your resources to see results.
calculateAllNormals = false
#When enabled, a slightly biased Direction#getNearest calculation will be used to prevent normal fighting on 45 degree angle faces.
stabilizeDirectionGetNearest = true

View File

@ -1,5 +1,9 @@
hash-format = "sha256" hash-format = "sha256"
[[files]]
file = "config/alexscaves-client.toml"
hash = "db5c9fddb7816fae75ecdb86e604c97408eca8626d785b9380a0b39d68b8bd58"
[[files]] [[files]]
file = "config/alexsmobs.toml" file = "config/alexsmobs.toml"
hash = "f577e6a58e3690537eed6d9bae70c09f661036afd342c1974f626849cf0963a3" hash = "f577e6a58e3690537eed6d9bae70c09f661036afd342c1974f626849cf0963a3"
@ -12,6 +16,10 @@ hash = "071d402fc522364f0bbbe1cce75c96800c5f4bf0236dcf6766a948180d7ed595"
file = "config/builtinservers.json" file = "config/builtinservers.json"
hash = "ddf7afbb42ba7f3247a521e1cf5f40835e94eabc2bf69af3ab2bd64cfc3c322d" hash = "ddf7afbb42ba7f3247a521e1cf5f40835e94eabc2bf69af3ab2bd64cfc3c322d"
[[files]]
file = "config/forge-client.toml"
hash = "e58490251cca0d5e66158be4278f3c9e2f904515767ed210920986a1f14cb575"
[[files]] [[files]]
file = "config/quark-common.toml" file = "config/quark-common.toml"
hash = "c9b165957b05ac7980581cf548d49ab202edf6296cc59a58effcc6889475fa5a" hash = "c9b165957b05ac7980581cf548d49ab202edf6296cc59a58effcc6889475fa5a"
@ -24,21 +32,6 @@ hash = "3e0ee20dd4023742a6eb44a0ca48512e6d28814825172bc893081543b11b928d"
file = "config/xaerominimap_entities.json" file = "config/xaerominimap_entities.json"
hash = "0b52401fe870bedd2012af3c9d4fa577807d71d8718833971a9e31ae7a8a011f" hash = "0b52401fe870bedd2012af3c9d4fa577807d71d8718833971a9e31ae7a8a011f"
[[files]]
file = "mods/accessories-cc-layer.pw.toml"
hash = "2e31627453295ef5d88ada8a3d294cd04eec3ef61dfd9f8abeee8d837f4b9dc5"
metafile = true
[[files]]
file = "mods/accessories-tc-layer.pw.toml"
hash = "f0a1bb333ffdb23edde7bc7912e2e489f1986f5107f547afd66d5aa6e4aca985"
metafile = true
[[files]]
file = "mods/accessories.pw.toml"
hash = "fc7a2e6906974b8f7ed9acced35b318b3ef55e336fe26bbc3947d171400466ce"
metafile = true
[[files]] [[files]]
file = "mods/alexs-caves.pw.toml" file = "mods/alexs-caves.pw.toml"
hash = "0cbc4b2c6b58b7a94f030ae84f18057e5dc78a17bad429f40b8884926a6ab233" hash = "0cbc4b2c6b58b7a94f030ae84f18057e5dc78a17bad429f40b8884926a6ab233"
@ -59,11 +52,6 @@ file = "mods/appleskin.pw.toml"
hash = "793693a85f3c87d4e899ee0c58deabc53690bf5a70f17343f28fd5063ce8a1e1" hash = "793693a85f3c87d4e899ee0c58deabc53690bf5a70f17343f28fd5063ce8a1e1"
metafile = true metafile = true
[[files]]
file = "mods/besmirchment-2.pw.toml"
hash = "c2d86313e77a36f06601cb2bb95944e68c7cdc5e0f1f173f617253502d691e2d"
metafile = true
[[files]] [[files]]
file = "mods/better-advancements.pw.toml" file = "mods/better-advancements.pw.toml"
hash = "54fb66472853060193e643d5e24fef619a431c96970f6ebcbbc41681b9963f97" hash = "54fb66472853060193e643d5e24fef619a431c96970f6ebcbbc41681b9963f97"
@ -74,11 +62,6 @@ file = "mods/better-climbing.pw.toml"
hash = "d9ab6c39c1422c4beca4fb5f2c3afb3d7855423e0af1ae847f3bf3bc326bf31b" hash = "d9ab6c39c1422c4beca4fb5f2c3afb3d7855423e0af1ae847f3bf3bc326bf31b"
metafile = true metafile = true
[[files]]
file = "mods/bewitchment.pw.toml"
hash = "1e77bb42d892684f7ccdccf6b82169d9bb0eb339f40bc7014ef871253a877815"
metafile = true
[[files]] [[files]]
file = "mods/biomancy.pw.toml" file = "mods/biomancy.pw.toml"
hash = "9645745c65db24bd944b638a3672c20b6af3564e80b32110968ade12134f1119" hash = "9645745c65db24bd944b638a3672c20b6af3564e80b32110968ade12134f1119"
@ -109,6 +92,11 @@ file = "mods/builtin-servers.pw.toml"
hash = "98776d93b938c8fc4ffa5818b8e4b8686698feec9fef1e60235d3a368a2cbfa9" hash = "98776d93b938c8fc4ffa5818b8e4b8686698feec9fef1e60235d3a368a2cbfa9"
metafile = true metafile = true
[[files]]
file = "mods/caelus.pw.toml"
hash = "8a8ea0af79b88d9c192d208aa5be4bacd934e2b92d4721566e2e796eb9761e10"
metafile = true
[[files]] [[files]]
file = "mods/citadel.pw.toml" file = "mods/citadel.pw.toml"
hash = "05fdc598a3d7461f62d878ebe8d3d7fd714ca8bdeb93831e9f0e0876adfca01a" hash = "05fdc598a3d7461f62d878ebe8d3d7fd714ca8bdeb93831e9f0e0876adfca01a"
@ -134,16 +122,6 @@ file = "mods/configured.pw.toml"
hash = "c1bdeff356cd2ac164e2c0e6d0ceeda234db9774c2df44fb9f0e71d3960cc3f1" hash = "c1bdeff356cd2ac164e2c0e6d0ceeda234db9774c2df44fb9f0e71d3960cc3f1"
metafile = true metafile = true
[[files]]
file = "mods/connector-extras.pw.toml"
hash = "d8480ee1f6ae58fa389e502108bcde4936ca326d6dc2f1608b9af9ac141cb35a"
metafile = true
[[files]]
file = "mods/connector.pw.toml"
hash = "852ee3d5dea735c0c8f4c030edb06164863e7d27eef535c697f86a8b20a1cff0"
metafile = true
[[files]] [[files]]
file = "mods/controlling.pw.toml" file = "mods/controlling.pw.toml"
hash = "4063abe583282834b2f78e3b3e6b9ee4d231a680f74c020e405a4ef196f21ee4" hash = "4063abe583282834b2f78e3b3e6b9ee4d231a680f74c020e405a4ef196f21ee4"
@ -176,7 +154,7 @@ metafile = true
[[files]] [[files]]
file = "mods/distanthorizons.pw.toml" file = "mods/distanthorizons.pw.toml"
hash = "7016aa6a08cf0defeea379ed5a06d26470e91c6cd3b5362ca9959cde2e7ef182" hash = "131431edcec73e0549bde6efb461ba21e9edfb4854741ca9c61d4efd32787fa7"
metafile = true metafile = true
[[files]] [[files]]
@ -259,11 +237,6 @@ file = "mods/forgeshot.pw.toml"
hash = "7aa5dbf2f02f2a895547b54e89b8a8a70c04afe4cdb981d2b077e960d6c5d6c7" hash = "7aa5dbf2f02f2a895547b54e89b8a8a70c04afe4cdb981d2b077e960d6c5d6c7"
metafile = true metafile = true
[[files]]
file = "mods/forgified-fabric-api.pw.toml"
hash = "73731fbf0a731554608aaa9705f51036892f1fe92606a93594f689e7227a5056"
metafile = true
[[files]] [[files]]
file = "mods/fzzy-config.pw.toml" file = "mods/fzzy-config.pw.toml"
hash = "9c4391618f128b62c95c3f7537d59a758737336f88e05d022edc2cb630449069" hash = "9c4391618f128b62c95c3f7537d59a758737336f88e05d022edc2cb630449069"
@ -279,11 +252,21 @@ file = "mods/hex-casting.pw.toml"
hash = "59a167a2e05a518d25d1e6f1b4789bad66a47e7fa2909817c5ec433c7aa46661" hash = "59a167a2e05a518d25d1e6f1b4789bad66a47e7fa2909817c5ec433c7aa46661"
metafile = true metafile = true
[[files]]
file = "mods/hexerei.pw.toml"
hash = "d1b4748485b17d54f54bb6b1cb84125672e97dba606aea79f8309bf5538e4cd1"
metafile = true
[[files]] [[files]]
file = "mods/ichunutil.pw.toml" file = "mods/ichunutil.pw.toml"
hash = "3aa75e307989c0a66a0658b5c6776e8d664d73f55a99e5ff30ef24d4d2918619" hash = "3aa75e307989c0a66a0658b5c6776e8d664d73f55a99e5ff30ef24d4d2918619"
metafile = true metafile = true
[[files]]
file = "mods/inline.pw.toml"
hash = "2d6a9622b8ef1f30f413b389108e985ef7b86030ce1b4de6648adb8b20e9dd3f"
metafile = true
[[files]] [[files]]
file = "mods/jade-addons-forge.pw.toml" file = "mods/jade-addons-forge.pw.toml"
hash = "3f432b6a6358f773426d01ab360816b2792c2d033eeca8d5595d2af205b22321" hash = "3f432b6a6358f773426d01ab360816b2792c2d033eeca8d5595d2af205b22321"
@ -299,6 +282,11 @@ file = "mods/jei.pw.toml"
hash = "3c4797a9ade2ad41b4163a8838ad95b27f2b07906bf44f1c05a04c822e44719b" hash = "3c4797a9ade2ad41b4163a8838ad95b27f2b07906bf44f1c05a04c822e44719b"
metafile = true metafile = true
[[files]]
file = "mods/kotlin-for-forge.pw.toml"
hash = "7ea985404ee4cc9082472c6869ec146309f526e395361b39f2f4c1a43506c41d"
metafile = true
[[files]] [[files]]
file = "mods/l_enders-cataclysm.pw.toml" file = "mods/l_enders-cataclysm.pw.toml"
hash = "b5baa9c71008ac4bceb08fbb361209743f25671760e365cfad5abf254e5ad82c" hash = "b5baa9c71008ac4bceb08fbb361209743f25671760e365cfad5abf254e5ad82c"
@ -324,11 +312,6 @@ file = "mods/lucent.pw.toml"
hash = "2a25158198d33e13a0f0a79126ac9dc220793a16cf43e3688da290a0d6266689" hash = "2a25158198d33e13a0f0a79126ac9dc220793a16cf43e3688da290a0d6266689"
metafile = true metafile = true
[[files]]
file = "mods/mahou-tsukai.pw.toml"
hash = "c01e4f873d0c5deb69686ad4583b8c052408256f3641a4d6c277b865fc341634"
metafile = true
[[files]] [[files]]
file = "mods/majrusz-library.pw.toml" file = "mods/majrusz-library.pw.toml"
hash = "bc6a2458b8337e76c0636142242ef36f75ff13e65f977fdd81bb5cc823e5b360" hash = "bc6a2458b8337e76c0636142242ef36f75ff13e65f977fdd81bb5cc823e5b360"
@ -379,6 +362,11 @@ file = "mods/patchouli.pw.toml"
hash = "3cf8b0b943ef4e88b788d86284f634d7f3a252b642ac0c5b41c7ef2ff548238f" hash = "3cf8b0b943ef4e88b788d86284f634d7f3a252b642ac0c5b41c7ef2ff548238f"
metafile = true metafile = true
[[files]]
file = "mods/paucal.pw.toml"
hash = "3a4c0fe9052e2c63f96a08066fb18ba08f501e06e8ffd6e2c9240e86eab21304"
metafile = true
[[files]] [[files]]
file = "mods/paxi.pw.toml" file = "mods/paxi.pw.toml"
hash = "be48890d990e03c639c5636c79bfa74bbd531c49a80487507984899c386a0bd9" hash = "be48890d990e03c639c5636c79bfa74bbd531c49a80487507984899c386a0bd9"

View File

@ -1,13 +0,0 @@
name = "Curios Compat Layer for Accessories"
filename = "accessories_cclayer-7.4.0-beta.18+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/izkDUlrJ/versions/kmnzFxJx/accessories_cclayer-7.4.0-beta.18%2B1.20.1.jar"
hash-format = "sha512"
hash = "85ae3b54be3893cc9761a636f37bd2c3e60e8c434f54605958b9aee7bf67908dbd56c6bd237acc8c42fa9c3c24cdd955e11e5f52d35449b286bd0eaa79a24dd7"
[update]
[update.modrinth]
mod-id = "izkDUlrJ"
version = "kmnzFxJx"

View File

@ -1,13 +0,0 @@
name = "Trinkets Compat Layer for Accessories"
filename = "accessories_tclayer-3.10.0-beta.18+1.21.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/TkWgV1AW/versions/cDrOq5N0/accessories_tclayer-3.10.0-beta.18%2B1.21.1.jar"
hash-format = "sha512"
hash = "2de346cf68a0a1768476a69007e79cda5cb1f498a1e897d5a4657f7642cdf7a3acadb5048e0c231dc2a7331fa3cd910c62075dfbddc5d2573773524fdca062ec"
[update]
[update.modrinth]
mod-id = "TkWgV1AW"
version = "cDrOq5N0"

View File

@ -1,13 +0,0 @@
name = "Accessories"
filename = "accessories-neoforge-1.0.0-beta.42+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/jtmvUHXj/versions/1MWeROAl/accessories-neoforge-1.0.0-beta.42%2B1.20.1.jar"
hash-format = "sha512"
hash = "5f2dcb7aa2f0e0e23afab5ba6cca1e69c3bd4ad65961e4d4df6be1faaff7ba4f02dafe1f5d3b327c32748679ba0c0f7363e40cc2903e407377e176126cb75f30"
[update]
[update.modrinth]
mod-id = "jtmvUHXj"
version = "1MWeROAl"

View File

@ -1,13 +0,0 @@
name = "Besmirchment 2"
filename = "besmirchment-1.20.1-4.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "124d867a1133cef2645317c2861ef1edabb3013e"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5213810
project-id = 542196

View File

@ -1,13 +0,0 @@
name = "Bewitchment"
filename = "bewitchment-1.20-10.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/AKbBSvuC/versions/JwA6Nkik/bewitchment-1.20-10.jar"
hash-format = "sha512"
hash = "85896761a0a2bd1a6e883c0e3dfdd86b2782f03704183ca10e99240d641cda5a4c637745a6500023720ac9a58a1a5116c34974ed029e9fdf3037b2a4326a41f3"
[update]
[update.modrinth]
mod-id = "AKbBSvuC"
version = "JwA6Nkik"

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

@ -0,0 +1,13 @@
name = "Caelus API"
filename = "caelus-forge-3.2.0+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/40FYwb4z/versions/mRry0DgY/caelus-forge-3.2.0%2B1.20.1.jar"
hash-format = "sha512"
hash = "906baad404c33288d8daf8937bc6a85d3bcc03db67a4a68395b8f01eea57f773420ff97919aadb08a7618b62b0c6c3db72270f9c3af836b822385464f509cf78"
[update]
[update.modrinth]
mod-id = "40FYwb4z"
version = "mRry0DgY"

View File

@ -1,13 +0,0 @@
name = "Connector Extras"
filename = "ConnectorExtras-1.11.2+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/FYpiwiBR/versions/d28gpPn6/ConnectorExtras-1.11.2%2B1.20.1.jar"
hash-format = "sha512"
hash = "a318841ce2c42e8ba2058d47ad323bcb8ca500515c391f3f31b6468e8d4d974a53effe8a0a801b7fafd60d9845be514696bd9b095a3cc5d014bde02ce531bada"
[update]
[update.modrinth]
mod-id = "FYpiwiBR"
version = "d28gpPn6"

View File

@ -1,13 +0,0 @@
name = "Sinytra Connector"
filename = "Connector-1.0.0-beta.46+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/u58R1TMW/versions/e8hSZ4vp/Connector-1.0.0-beta.46%2B1.20.1.jar"
hash-format = "sha512"
hash = "7d98bd11e72dc95fb30e84d2be9175f2687201451d0e21421074bd225fcbcac8b4bcc1cd1b2dbd5f03e798569cac2f3bcc87c1baba1b1ad002268c578b20a533"
[update]
[update.modrinth]
mod-id = "u58R1TMW"
version = "e8hSZ4vp"

View File

@ -1,4 +1,4 @@
name = "distanthorizons" name = "Distant Horizons"
filename = "DistantHorizons-forge-2.3.0-b-dev-1.20.1.jar" filename = "DistantHorizons-forge-2.3.0-b-dev-1.20.1.jar"
[download] [download]

View File

@ -1,13 +0,0 @@
name = "Forgified Fabric API"
filename = "fabric-api-0.92.2+1.11.8+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Aqlf1Shp/versions/D3EZO1Kr/fabric-api-0.92.2%2B1.11.8%2B1.20.1.jar"
hash-format = "sha512"
hash = "1222d70e0a403d98a6431806c4357b191fda4bb928eaf7e70b7374cffd0ceae8716812a4d2a0e09ddfeee7adfcb8a6ee8e046c4663ca272c6eb1badab83696c5"
[update]
[update.modrinth]
mod-id = "Aqlf1Shp"
version = "D3EZO1Kr"

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"

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

@ -0,0 +1,13 @@
name = "Inline"
filename = "inline-forge-1.20.1-1.0.2.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/fin1PX4m/versions/ImjY8MG3/inline-forge-1.20.1-1.0.2.jar"
hash-format = "sha512"
hash = "f144a066be4968de54b46a0b932ff622ba5dfc1b760236ea2b7be6cc87339b7556f30ba4508bcb71d6f08b364e0e95bb78b30098fce6249662f6381823689a39"
[update]
[update.modrinth]
mod-id = "fin1PX4m"
version = "ImjY8MG3"

View File

@ -0,0 +1,13 @@
name = "Kotlin for Forge"
filename = "kotlinforforge-4.11.0-all.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/ordsPcFz/versions/hmeyC41q/kotlinforforge-4.11.0-all.jar"
hash-format = "sha512"
hash = "d72707078f0c4fde78981c638ca976722f22a64ce74bdb489258790fe9886d763a7b1e0dfbc5429ddd3105d8a65d177f06242dfb1457e219e56c70dd3e8cbf2c"
[update]
[update.modrinth]
mod-id = "ordsPcFz"
version = "hmeyC41q"

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"

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

@ -0,0 +1,13 @@
name = "PAUCAL"
filename = "paucal-0.6.0+1.20.1-forge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/TZo2wHFe/versions/HyBiJPtT/paucal-0.6.0%2B1.20.1-forge.jar"
hash-format = "sha512"
hash = "c970d419650a54fbf90319d5a2187228ab634ada8b9a2b381f8365066718e006203f0769217b47c9a875eb296751eadfa5fb79788deb36d7c07ca258e9d3e249"
[update]
[update.modrinth]
mod-id = "TZo2wHFe"
version = "HyBiJPtT"

View File

@ -6,8 +6,8 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "86c87cde9d8d0bca0af157492c116eaa6c9a1cc215e09edd5c2d02ad58edfc40" hash = "d861d423723659f14de7fffdc93e09ec8b66ae744c454a867ea3ff1ccb2e15c5"
[versions] [versions]
forge = "47.1.3" forge = "47.3.12"
minecraft = "1.20.1" minecraft = "1.20.1"