diff --git a/README.md b/README.md index ffe1181..fdedde5 100644 --- a/README.md +++ b/README.md @@ -20,21 +20,14 @@ Whitelist: ping catppuccin-macchiato or tux to get whitelisted ## Release Notes -### v1.14.1 - -- removed c2me because of chunk resets - ### v1.14.0 - - added musical instruments - added plushy ### v1.11.1 - - double doors now open together! ### v1.11.0 - - fixed pickaxes - rebalanced anvil repair mechanics - added animal feeding trough @@ -42,7 +35,6 @@ Whitelist: ping catppuccin-macchiato or tux to get whitelisted - removed duplicate gravestone mod because why do we have two of those?? ### v1.10.0 - biiiig update :3 - added hex casting diff --git a/index.toml b/index.toml index 7dd1255..dff02e2 100644 --- a/index.toml +++ b/index.toml @@ -119,6 +119,11 @@ file = "mods/botarium.pw.toml" hash = "2f57caef93731338be19b1e14065978eb3e14dbfc0c1f9699dfcc2f201e2c23b" metafile = true +[[files]] +file = "mods/c2me-fabric.pw.toml" +hash = "64a244469b7ce7be7e6ceabedd69d17e573a0b92d6e29c661fc6c490afa965d8" +metafile = true + [[files]] file = "mods/cardinal-components-api.pw.toml" hash = "127f0a7311e4ecd77c0b96660e0ff873d78d253fffb68db6101eeb414de38bb1" @@ -629,11 +634,6 @@ file = "mods/memoryleakfix.pw.toml" hash = "ede2f61d6b592f44294fa8790c2f050729c487aa86aba09034f2ef30d45e0e93" metafile = true -[[files]] -file = "mods/modern-dynamics.pw.toml" -hash = "28f2e6c19497ba0a7b3d1073720a351ecbb84db27fd09fd74fdba18ffbf2ff33" -metafile = true - [[files]] file = "mods/modernfix.pw.toml" hash = "f149a969021fee77abd79fee4906f80abbbd928b3f68bf14de1a2685ee9a2a80" diff --git a/mods/c2me-fabric.pw.toml b/mods/c2me-fabric.pw.toml new file mode 100644 index 0000000..4b72242 --- /dev/null +++ b/mods/c2me-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Concurrent Chunk Management Engine (Fabric)" +filename = "c2me-fabric-mc1.20.1-0.2.0+alpha.11.16.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/VSNURh3q/versions/s4WOiNtz/c2me-fabric-mc1.20.1-0.2.0%2Balpha.11.16.jar" +hash-format = "sha512" +hash = "359c715fd6a0464192d36b4d9dbb7927776eaae498f0cab939b49740fc724bda83aaf4f069f395dc5975d1e82762ee3b602111d9375eb27ab6f5360c4b17f2ff" + +[update] +[update.modrinth] +mod-id = "VSNURh3q" +version = "s4WOiNtz" diff --git a/mods/modern-dynamics.pw.toml b/mods/modern-dynamics.pw.toml deleted file mode 100644 index 8f2ecdd..0000000 --- a/mods/modern-dynamics.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Modern Dynamics" -filename = "Modern-Dynamics-0.7.0-beta.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/fMpvLrnF/versions/dLMmaJID/Modern-Dynamics-0.7.0-beta.jar" -hash-format = "sha512" -hash = "dcc45c49ed9c4310bd35d92aa2d88e2026c8fae96b85ef365bf6f4e1fee1b41935467c128b8a37439fad9a0ec5f550f6a3da7d040713c18bc0f2adfed4d5a251" - -[update] -[update.modrinth] -mod-id = "fMpvLrnF" -version = "dLMmaJID" diff --git a/pack.toml b/pack.toml index 201a367..f399e4b 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Linuxcraft" author = "Astreaprtcl" -version = "v1.15.0" +version = "v1.14.0" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "ccf0429cd21b2748ea2dc6c7f4c18aaa9fe960a24655e0556f7c0fae9d21ebee" +hash = "1f26c60142d06cb9ee1bdcb008f4c8c6151c9c71d73dfffec15a3c6e2ccb8f25" [versions] fabric = "0.16.14"