Skip to content

Commit

Permalink
5.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Madis0 committed Jun 25, 2024
1 parent 81b4a54 commit 70d102e
Show file tree
Hide file tree
Showing 24 changed files with 140 additions and 107 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,16 @@ Note that Minecraft 1.21 broke more mods than any other update in recent years.

## 1.20.4

### 5.10.3 (2024-06-25)

- Updated Entity Texture Features, Animatica, Cubes Without Borders, Dynamic FPS, e4mc, Enchanced Block Entities, Entity Culling, ImmediatelyFast, Indium, Mod Menu, YetAnotherConfigLib
- Iris, Controlify, Zoomify latest updates skipped due to breaking changes
- MoreCulling update skipped due to launcher bugs
- Updated Romanian, Chinese Traditional, Chinese Simplified translations
- Enabled credits below right-side mod descriptions in Mod Menu
- Disabled battery-based optimizations in Dynamic FPS to keep FPS expectations - if interested, enable them in its config
- Unbound FabricSkyBoxes debug hotkey

### 5.10.2 (2024-06-05)

- Updated Enhanced Block Entities, Entity Culling, Fabric API, Fabric Language Kotlin, ImmediatelyFast, YetAnotherConfigLib
Expand Down
1 change: 1 addition & 0 deletions Packwiz/1.20.4/config/dynamic_fps.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"idle":{"condition":"none"},"battery_tracker":{"notifications":false},"download_natives":false,"states":{"unfocused":{"run_garbage_collector":true},"invisible":{"run_garbage_collector":true},"unplugged":{"frame_rate_target":-1}}}
2 changes: 1 addition & 1 deletion Packwiz/1.20.4/config/fabric_loader_dependencies.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.15.10"}},"minecraft":{"+recommends":{"Fabulously Optimized":">5.10.2"}},"dynamic_fps":{"recommends":{}},"lambdynlights":{"recommends":{}},"polytone":{"conflicts":{}}}}
{"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.15.10"}},"minecraft":{"+recommends":{"Fabulously Optimized":">5.10.3"}},"lambdynlights":{"recommends":{}},"polytone":{"conflicts":{}}}}
2 changes: 1 addition & 1 deletion Packwiz/1.20.4/config/isxander-main-menu-credits.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 5.10.2","clickEvent":{"action":"open_url","value":"https://download.fo"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.fabrishot","fallback":"Take 4K screenshots with F9","color":"dark_gray"}]}}
{"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 5.10.3","clickEvent":{"action":"open_url","value":"https://download.fo"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.fabrishot","fallback":"Take 4K screenshots with F9","color":"dark_gray"}]}}
2 changes: 1 addition & 1 deletion Packwiz/1.20.4/config/yosbr/config/dynamic_fps.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"states":{"hovered":{"graphics_state":"default","show_toasts":true,"run_garbage_collector":false,"frame_rate_target":60,"volume_multiplier":1},"unfocused":{"graphics_state":"default","show_toasts":false,"run_garbage_collector":true,"frame_rate_target":1,"volume_multiplier":0.25},"invisible":{"graphics_state":"default","show_toasts":false,"run_garbage_collector":true,"frame_rate_target":0,"volume_multiplier":0}}}
{"idle":{"condition":"none"},"battery_tracker":{"notifications":false},"download_natives":false,"states":{"unfocused":{"run_garbage_collector":true},"invisible":{"run_garbage_collector":true},"unplugged":{"frame_rate_target":-1}}}
2 changes: 1 addition & 1 deletion Packwiz/1.20.4/config/yosbr/config/modmenu.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"sorting":"ascending","count_libraries":false,"compact_list":false,"count_children":true,"mods_button_style":"shrink","game_menu_button_style":"replace_bugs","count_hidden_mods":false,"mod_count_location":"title_screen","hide_mod_links":false,"show_libraries":false,"hide_mod_license":true,"hide_badges":true,"hide_mod_credits":true,"easter_eggs":false,"modify_title_screen":true,"modify_game_menu":true,"hide_config_buttons":false,"random_java_colors":false,"translate_names":true,"translate_descriptions":true,"config_mode":false,"disable_drag_and_drop":false,"hidden_mods":["citresewn-defaults","indium","minecraft","puzzle-base","puzzle-gui","puzzle-models","puzzle-splashscreen"],"hidden_configs":[],"disable_update_checker":[],"update_checker":false,"button_update_badge":false,"quick_configure":true}
{"sorting":"ascending","count_libraries":false,"compact_list":false,"count_children":true,"mods_button_style":"shrink","game_menu_button_style":"replace_bugs","count_hidden_mods":false,"mod_count_location":"title_screen","hide_mod_links":false,"show_libraries":false,"hide_mod_license":true,"hide_badges":true,"hide_mod_credits":false,"easter_eggs":false,"modify_title_screen":true,"modify_game_menu":true,"hide_config_buttons":false,"random_java_colors":false,"translate_names":true,"translate_descriptions":true,"config_mode":false,"disable_drag_and_drop":false,"hidden_mods":["citresewn-defaults","indium","minecraft","puzzle-base","puzzle-gui","puzzle-models","puzzle-splashscreen"],"hidden_configs":[],"disable_update_checker":[],"update_checker":false,"button_update_badge":false,"quick_configure":true}
3 changes: 2 additions & 1 deletion Packwiz/1.20.4/config/yosbr/options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ key_zoomify.key.zoom.secondary:key.keyboard.unknown
key_iris.keybind.reload:key.keyboard.unknown
key_iris.keybind.toggleShaders:key.keyboard.unknown
key_iris.keybind.shaderPackSelection:key.keyboard.unknown
key_key.fabricskyboxes.toggle:key.keyboard.unknown
key_key.fabricskyboxes.toggle:key.keyboard.unknown
key_key.fabricskyboxes.toggle.debug_hud:key.keyboard.unknown
115 changes: 68 additions & 47 deletions Packwiz/1.20.4/index.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,32 @@
hash-format = "sha256"

[[files]]
file = "config/dynamic_fps.json"
hash = "904f649068d150556bdc1d4477610a3f9234d663ac8af69bf2366b70cbcc8bec"

[[files]]
file = "config/fabric_loader_dependencies.json"
hash = "33e966fea025a8ba4143f9f8d744a240f753ef487833cf1be76c72bf0389557e"
hash = "57783f850a71e372ac2d8b8503a519c5c1cceedf70420d0d34f97326b2c2fb06"

[[files]]
file = "config/isxander-main-menu-credits.json"
hash = "208d782aeabeda2379234ee069f1f6e2e1afc1c3046bf212069d2e207436cba8"
hash = "d62a48324958d3875955f430007586c200a81d0cda5217aeea5f06d13a83b56e"

[[files]]
file = "config/yosbr/options.txt"
hash = "05db92f25da61040a72902d49e68a4c10652afd59c6ff596d59509bf47afbf41"
file = "config/yosbr/config/NoChatReports/NCR-Client.json"
hash = "616e09c8ff849f4a9a07165a0a3513f468469237377546b64135591fca8a0592"

[[files]]
file = "config/yosbr/config/NoChatReports/NCR-Common.json"
hash = "c335cb5e65abce1bfc063eaddcff3eca759636e32ba7e4993ea249a31ab18816"

[[files]]
file = "config/yosbr/config/NoChatReports/NCR-Encryption.json"
hash = "d7c81fae39b82fbc4be62a0fef141c7da80e96b6f97a0d80b44c245cb9a8bff6"

[[files]]
file = "config/yosbr/config/PaginatedAdvancements.json5"
hash = "3a1c71d2011cac176e00697237148ee882393b19394374862f8025f129d4c5a2"

[[files]]
file = "config/yosbr/config/capes.json5"
Expand All @@ -30,7 +46,7 @@ hash = "70785772d8e66e1b75fa58ef0ceff1b598a78a025b05908ffd03c66cb6a1216d"

[[files]]
file = "config/yosbr/config/dynamic_fps.json"
hash = "30bf7c21557b8e83356ef043c044d76478b531013a290c97443740b2c7a1b73d"
hash = "904f649068d150556bdc1d4477610a3f9234d663ac8af69bf2366b70cbcc8bec"

[[files]]
file = "config/yosbr/config/entity_texture_features.json"
Expand Down Expand Up @@ -74,16 +90,12 @@ hash = "3c5317882a50941e2384b9739ec3aa688f297105691c9d8d577936ad29c1d575"

[[files]]
file = "config/yosbr/config/modmenu.json"
hash = "dacff858c9d3d3d96a4b6b902133d0691e320e21a2f57adc6bb6cb9875763582"
hash = "8d9e8c12e6f71d1d34d9fd19106932afeccc6163f06f4336c5086b1e10107834"

[[files]]
file = "config/yosbr/config/moreculling.toml"
hash = "60eb0902eac918d39fb5eb7df66314f5748aef0259b4ad5bdeacd27dfff120ca"

[[files]]
file = "config/yosbr/config/PaginatedAdvancements.json5"
hash = "3a1c71d2011cac176e00697237148ee882393b19394374862f8025f129d4c5a2"

[[files]]
file = "config/yosbr/config/puzzle.json"
hash = "4449fb9b3440c4367f861d0f8e75b879caf6c897cb47569f13929ca37d6c864d"
Expand All @@ -97,24 +109,12 @@ file = "config/yosbr/config/sodium-options.json"
hash = "37aaf52aa7545527c7ade71ac77ad2fcf6019995bf58b6ea1fe0f52949919d18"

[[files]]
file = "config/yosbr/config/NoChatReports/NCR-Client.json"
hash = "616e09c8ff849f4a9a07165a0a3513f468469237377546b64135591fca8a0592"

[[files]]
file = "config/yosbr/config/NoChatReports/NCR-Common.json"
hash = "c335cb5e65abce1bfc063eaddcff3eca759636e32ba7e4993ea249a31ab18816"

[[files]]
file = "config/yosbr/config/NoChatReports/NCR-Encryption.json"
hash = "d7c81fae39b82fbc4be62a0fef141c7da80e96b6f97a0d80b44c245cb9a8bff6"

[[files]]
file = "resourcepacks/Mod Menu Helper.zip"
hash = "f9b246f24db63284ec147f66908b965fbd3c54bb2b0fe592199ee5db3ebe3beb"
file = "config/yosbr/options.txt"
hash = "f6fdfbe3c9c106b84c114343a013aa98503a05bb2df33939cec6ae11c8a99494"

[[files]]
file = "mods/animatica.pw.toml"
hash = "65df17c363eed6e37080d134f548a22aa0b14a9fecf94d5045d5b451bdeb88f4"
hash = "64bd5d96962a888bad88a8e3817c28e41d2d6ec768bbe03b6804b8cf1c5141bb"
metafile = true

[[files]]
Expand Down Expand Up @@ -149,7 +149,7 @@ metafile = true

[[files]]
file = "mods/cubes-without-borders.pw.toml"
hash = "a0426ebbc7ddbe1bd99aea015f713913771e0701ad292359371422fbb73a6f66"
hash = "14f3e6bd51adbb5d7edb3b18b81e1c422abbe139df0077368e0d8ac6fe47f18b"
metafile = true

[[files]]
Expand All @@ -159,22 +159,17 @@ metafile = true

[[files]]
file = "mods/dynamic_fps.pw.toml"
hash = "c1e03c573198c4caf5d1f31439b967cd3975eb89956c73c226043e20cf72cfca"
hash = "47ef1f649fb9f80140203cc4bd570f5eabd5ddc75bcbcef2833a327ac45badaf"
metafile = true

[[files]]
file = "mods/e4mc_minecraft.pw.toml"
hash = "83508b385b24abc42539a53f6a4412d4b46aaedcf0fd0f188358392919e80127"
hash = "f2942effcaac370a0f4390d423cfa51ad47cf98ceea84509f82c3dc56ec453cc"
metafile = true

[[files]]
file = "mods/enhancedblockentities.pw.toml"
hash = "25f1ba599507672b3753715e7b25c5afd511bc1e00f72dbc8d35a4818a500a22"
metafile = true

[[files]]
file = "mods/entityculling.pw.toml"
hash = "fc560f912197887fe303693a1b0b4ab24b0daa8b266cfb0d699442567b69ad57"
hash = "e32a964d108b8fdbbcc8722e707c2b806042e1bd5fdd4318f9894b3f8279ffb1"
metafile = true

[[files]]
Expand All @@ -184,7 +179,12 @@ metafile = true

[[files]]
file = "mods/entity_texture_features.pw.toml"
hash = "f6327287626afc98d4e04fb58a0d8cee371fd9d27b5f1e64cde3a54f49990784"
hash = "228e373ab34d66d4839bbd2ddfc8112a5189e5f64186e578d322b8a83e19c1cb"
metafile = true

[[files]]
file = "mods/entityculling.pw.toml"
hash = "1c331d9a84d6f9b4e059ddb2288b57dfb839b879568091bbc8ac9d749d8e4da5"
metafile = true

[[files]]
Expand Down Expand Up @@ -224,19 +224,24 @@ metafile = true

[[files]]
file = "mods/immediatelyfast.pw.toml"
hash = "947ddf6021e3aafd85380ed394f9c35eb0d8ec4ebb01e5cc318fe5f4e26fda9e"
hash = "b596b625dec21d7845255be1b04d633adc35d64e8f510b54cbc0fa29a5ae4668"
metafile = true

[[files]]
file = "mods/indium.pw.toml"
hash = "fc34f10a6ed5a5e2eef2d290b651622939feaf00b5e3d67d3085c1f547181dff"
hash = "020d1473716fefad5ed8769ce2e6d3e2c45aa0c2ce6f1d31b7f47454dd3fda1f"
metafile = true

[[files]]
file = "mods/iris.pw.toml"
hash = "2bd94d1d142a96594c05096798ad98774d0e52012ceccfa78bafc7622a9ccb0c"
metafile = true

[[files]]
file = "mods/isxander-main-menu-credits.pw.toml"
hash = "a8c3a598ab5619672bd3516198953e6e19efcafe00533a67e5119d612bd62ac9"
metafile = true

[[files]]
file = "mods/lambdynlights.pw.toml"
hash = "bad70b56b4d0112871be034ff4dad2303b1810bdd61a75894af73b7ba25250da"
Expand All @@ -252,11 +257,6 @@ file = "mods/lithium.pw.toml"
hash = "0006f3c5bf832bfb1473d97a1b295df655ce1d2659f918203a4ef96950a3699d"
metafile = true

[[files]]
file = "mods/isxander-main-menu-credits.pw.toml"
hash = "a8c3a598ab5619672bd3516198953e6e19efcafe00533a67e5119d612bd62ac9"
metafile = true

[[files]]
file = "mods/mixintrace.pw.toml"
hash = "0a8e6a58962ba40f696a44cb2d02355490bc831b49509f8083e3e7bc89b40052"
Expand All @@ -274,7 +274,7 @@ metafile = true

[[files]]
file = "mods/modmenu.pw.toml"
hash = "4cf7a3a57ddc99413d33a81b8cbff1fa3cf8761a45652e5b3a61a6ee1a1069e9"
hash = "d9b8a8fbc2e489a2f719af333e0a57453b71ba9f04a2bf91cdd35a6bb05fc3b6"
metafile = true

[[files]]
Expand Down Expand Up @@ -334,7 +334,7 @@ metafile = true

[[files]]
file = "mods/yet_another_config_lib_v3.pw.toml"
hash = "1b645fc188cedd0396c5f44da00d1f28eb7cccde885b99944678992582c5e573"
hash = "2d4851ca811654ad314604fd1de51d3e52b2f4a7e81fececd471f30d08d3e7c5"
metafile = true

[[files]]
Expand All @@ -347,17 +347,38 @@ file = "mods/zoomify.pw.toml"
hash = "905fca9fa98f649ecf88aab4b5bf9df5e1c40d8d23a9d78e7775132c48f15297"
metafile = true

[[files]]
file = "resourcepacks/Chat Reporting Helper.zip"
hash = "ee16f29cbc638988b81d87c04dc1abab6fd06cb62d65481edcf393dfe7f46c56"

[[files]]
file = "resourcepacks/Chat_Reporting_Helper.pw.toml"
hash = "95011705b9ed9a8bfd704c7a84cf196a0b938e7ba046650aac952d09433351e7"
hash = "e952110e87a6a07a1da63a5fa6483577332240da4d8d81f5b4560cc9dbe353dc"
metafile = true

[[files]]
file = "resourcepacks/Fast Better Grass.zip"
hash = "40b14a6dd289bfa7f09bad70ba8397fd91cf1b125162128ad6d54e53c3b6446e"

[[files]]
file = "resourcepacks/Fast_Better_Grass.pw.toml"
hash = "04bf1a39c73bfecd2ebde0288852d431299da4b925aecb2d0a8316225f60f169"
hash = "290391e0d98878f0a9218891f04e7fd8d6259c8feb032a3c503c75007a3189ef"
metafile = true

[[files]]
file = "resourcepacks/Mod Menu Helper.zip"
hash = "20d35b0daf9766e4582d9a1f142ac4e3a521d5faf1ff2f3da0013ff413d7a0d0"

[[files]]
file = "resourcepacks/SodiumTranslations.pw.toml"
hash = "f0a3da7ea94db610992f5aa2c9e2857c115ee4cd8ae02af91c5831f6eae3d57c"
metafile = true

[[files]]
file = "resourcepacks/SodiumTranslations.zip"
hash = "bf98535294acf16aa56f2560c7bd9393693cb9fb0c46a61f0da82abf2d1b0b40"

[[files]]
file = "resourcepacks/Translations_for_Sodium.pw.toml"
hash = "f85768c82c9ba50c3cf200db8d92f2eeb5ae27faeb17d64f250e7c3f38db2523"
hash = "b85b9c0bed13a4719887b78a757d193c3fa52176a29c5cc37ad0c013e60f0d67"
metafile = true
8 changes: 4 additions & 4 deletions Packwiz/1.20.4/mods/animatica.pw.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name = "Animatica"
filename = "animatica-0.6+1.20.jar"
filename = "animatica-0.6.1+1.20.4.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/PRN43VSY/versions/uNgEPb10/animatica-0.6%2B1.20.jar"
url = "https://cdn.modrinth.com/data/PRN43VSY/versions/M2xzBL7h/animatica-0.6.1%2B1.20.4.jar"
hash-format = "sha512"
hash = "7d50f3f34479f8b052bfb9e2482603b4906b8984039777dc2513ecf18e9af2b599c9d094e88cec774f8525345859e721a394c8cd7c14a789c9538d2533c71d65"
hash = "50b5d89d2a52a62496c6d459d528341e26d6d3836df3098b58da06a0907d28badfa4ae2ce1635ae48c729d8824f3f0ef9a32de10c77461b33cc04fe3a5da1662"

[update]
[update.modrinth]
mod-id = "PRN43VSY"
version = "uNgEPb10"
version = "M2xzBL7h"
8 changes: 4 additions & 4 deletions Packwiz/1.20.4/mods/cubes-without-borders.pw.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name = "Cubes Without Borders"
filename = "cubes-without-borders-1.1.0+1.20.jar"
filename = "cubes-without-borders-2.0.0+1.20.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/ETlrkaYF/versions/IQtaUFAv/cubes-without-borders-1.1.0%2B1.20.jar"
url = "https://cdn.modrinth.com/data/ETlrkaYF/versions/esqq57jK/cubes-without-borders-2.0.0%2B1.20.jar"
hash-format = "sha512"
hash = "25aeed75a51668271649fe67c265caa47318eeb221e3535a1ebc8df8d2220be933505b158517099f9ae3ffb1ca4d2f5df3f466442e371f42afba1dc866945221"
hash = "075a5be93fad8a04a4ef0d690d9cac739a7b77ffa67a7c287776839a08a7ce7622ed002d6b99dead441e7690c833e20857fee1f8208fcbc505266c07520e3533"

[update]
[update.modrinth]
mod-id = "ETlrkaYF"
version = "IQtaUFAv"
version = "esqq57jK"
8 changes: 4 additions & 4 deletions Packwiz/1.20.4/mods/dynamic_fps.pw.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name = "Dynamic FPS"
filename = "dynamic-fps-3.4.3+minecraft-1.20.0-fabric.jar"
filename = "dynamic-fps-3.5.0+minecraft-1.20.0-fabric.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/48hFxWw7/dynamic-fps-3.4.3%2Bminecraft-1.20.0-fabric.jar"
url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/aPRTCnlc/dynamic-fps-3.5.0%2Bminecraft-1.20.0-fabric.jar"
hash-format = "sha512"
hash = "ab9cac5578b3636a47ca972823f7adcecf2233a5590cfcca5197fdca7aa51514e5a51b9fdd5e07c36354900104cc8bba59460424579a90b3f7d23c172e5996fd"
hash = "11932506e030bd1ce2f605b4572e98b66451792882d200f0ae38b91cef6fab46a0c18b7c4972a28f8a77d7eba70ca747f3a48b56384fc44070dfb56e70d1a452"

[update]
[update.modrinth]
mod-id = "LQ3K71Q1"
version = "48hFxWw7"
version = "aPRTCnlc"
8 changes: 4 additions & 4 deletions Packwiz/1.20.4/mods/e4mc_minecraft.pw.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name = "e4mc"
filename = "e4mc-4.0.1+1.19.4-fabric.jar"
filename = "e4mc_minecraft-5.0.0-fabric.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/qANg5Jrr/versions/vVFlVRt7/e4mc-4.0.1%2B1.19.4-fabric.jar"
url = "https://cdn.modrinth.com/data/qANg5Jrr/versions/bvr50NJe/e4mc_minecraft-5.0.0-fabric.jar"
hash-format = "sha512"
hash = "6dc10427ae9df71562ab948bb6b2502219bb5c37f58cc265390d9e311fc2b442a403440bb63953c6623777792d0c5cbafe0d894faa1c4cac282169d2000b22a3"
hash = "6438d6d8f56a426284801818d178a50f9b3a6efbe949326716362c13c3303af4a243f8fe919c4a0ee1e8fe7e7ac5ade423b0a8da5ea35e8fa9aa0fb260b435bb"

[update]
[update.modrinth]
mod-id = "qANg5Jrr"
version = "vVFlVRt7"
version = "bvr50NJe"
8 changes: 4 additions & 4 deletions Packwiz/1.20.4/mods/enhancedblockentities.pw.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name = "Enhanced Block Entities"
filename = "enhancedblockentities-0.10+1.20.4.jar"
filename = "enhancedblockentities-0.10.1+1.20.4.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/OVuFYfre/versions/xeHyTMq8/enhancedblockentities-0.10%2B1.20.4.jar"
url = "https://cdn.modrinth.com/data/OVuFYfre/versions/xUOoKrs2/enhancedblockentities-0.10.1%2B1.20.4.jar"
hash-format = "sha512"
hash = "37edd8940be17d3b6dd06ad8cff47d40281eed4c249ed136db876607ce79636f0b31a7e44450bf13094c346813fde9b07ff221a37b4a3805bebdd55dc9d64bd6"
hash = "36885e53d47764060a9fab5953f725c3fb82fa93285a6e5e01f44ffd4df105a9e2d9747ba15fe25462ce0b6909e99db447ef3ea5c0c1ea3a7007eec452adbb8f"

[update]
[update.modrinth]
mod-id = "OVuFYfre"
version = "xeHyTMq8"
version = "xUOoKrs2"
8 changes: 4 additions & 4 deletions Packwiz/1.20.4/mods/entity_texture_features.pw.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name = "[ETF] Entity Texture Features - [Fabric & Forge]"
filename = "entity_texture_features_fabric_1.20.4-6.0.1.jar"
filename = "entity_texture_features_fabric_1.20.4-6.1.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/5a6694zO/entity_texture_features_fabric_1.20.4-6.0.1.jar"
url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/A9d30Vws/entity_texture_features_fabric_1.20.4-6.1.jar"
hash-format = "sha512"
hash = "7a04cc338585a4f2964d00a8c25b16c3b673c596779bde0b626011325c76e5b14cd37a1c0f92fed2c615b7e768eee8dadf84fe771f0e1b447e26f74bc58b1506"
hash = "66992524d0bf77de04c839ce99fb0fd83eb6ef6403641cb98ffb32b57b4dab66038879dbf401e061ed9296ff8d4a736dc7ebc80ce7f0a45ce1ec24b6ede42ed9"

[update]
[update.modrinth]
mod-id = "BVzZfTc1"
version = "5a6694zO"
version = "A9d30Vws"
Loading

0 comments on commit 70d102e

Please sign in to comment.