Skip to content

Commit

Permalink
add melodies and fix immediatelyfast crash
Browse files Browse the repository at this point in the history
  • Loading branch information
ZekeZDev committed Sep 29, 2023
1 parent 0605536 commit 0a96d90
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 1 deletion.
21 changes: 21 additions & 0 deletions pack/1.20.1/config/yosbr/config/immediatelyfast.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"REGULAR_INFO": "----- Regular config values below -----",
"font_atlas_resizing": true,
"map_atlas_generation": true,
"hud_batching": true,
"fast_text_lookup": true,
"fast_buffer_upload": false,
"fast_buffer_upload_size_mb": 256,
"fast_buffer_upload_explicit_flush": true,
"COSMETIC_INFO": "----- Cosmetic only config values below (Does not optimize anything) -----",
"dont_add_info_into_debug_hud": false,
"EXPERIMENTAL_INFO": "----- Experimental config values below (Rendering glitches may occur) -----",
"experimental_disable_error_checking": false,
"experimental_disable_resource_pack_conflict_handling": false,
"experimental_sign_text_buffering": false,
"DEBUG_INFO": "----- Debug only config values below (Do not touch) -----",
"debug_only_and_not_recommended_disable_universal_batching": false,
"debug_only_and_not_recommended_disable_mod_conflict_handling": false,
"debug_only_and_not_recommended_disable_hardware_conflict_handling": false,
"debug_only_print_additional_error_information": false
}
9 changes: 9 additions & 0 deletions pack/1.20.1/index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ hash = "03446bd8438e32366f310541f383bce5cdb2154fb5fb51973a7f3cf14f3ef173"
file = "config/yosbr/config/ferritecore.mixin.properties"
hash = "81513f54851d7f9a8155ca4171004be8a28e13c0a3bf4b1151c1a630588914b2"

[[files]]
file = "config/yosbr/config/immediatelyfast.json"
hash = "079309cee9bd396e04971e8722275310ce665cb67c8866dbefed88434c242cc3"

[[files]]
file = "config/yosbr/config/iris.properties"
hash = "b62f1f514f502c9eab972242ed2776f243dbfb400e6923b6d83fbc1faa92f930"
Expand Down Expand Up @@ -329,6 +333,11 @@ file = "mods/immersive-armors.pw.toml"
hash = "6afa8009ec93e4deec4e36fc341d768f62506abe6fbf10307c679fb87d16778e"
metafile = true

[[files]]
file = "mods/immersive-melodies.pw.toml"
hash = "534d7c3832a363282fa9df19ac6c04c07dab02f9088803868f5f9f1932bb7404"
metafile = true

[[files]]
file = "mods/indium.pw.toml"
hash = "ead06f2abdce1f678db81a59424b65e92049f525bc39530e4eb9a50c259cf638"
Expand Down
13 changes: 13 additions & 0 deletions pack/1.20.1/mods/immersive-melodies.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Immersive Melodies"
filename = "immersive_melodies-0.1.0+1.20.1-fabric.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/TaSmHw8V/versions/Y5ePmk5e/immersive_melodies-0.1.0%2B1.20.1-fabric.jar"
hash-format = "sha1"
hash = "067d72ee3dcc78917b852ab93833841e6025003f"

[update]
[update.modrinth]
mod-id = "TaSmHw8V"
version = "Y5ePmk5e"
2 changes: 1 addition & 1 deletion pack/1.20.1/pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "6a10aba1de2142a3920e5998d9ed13319765f65fbbcd48a87054764c2f29e956"
hash = "d2248299569fdf821e01071befb91a0ba21c4e2b67641081902e7975a3d04564"

[versions]
fabric = "0.14.22"
Expand Down

0 comments on commit 0a96d90

Please sign in to comment.