diff --git a/CHANGELOG.md b/CHANGELOG.md index eff5f2e..3507c84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ This will be the initial release for the production server. I will avoid adding - Dynamic Trees + - Adds trees, cactuses, and mushrooms that grow "realistically." - They branch like a tree would, they spread seeds to grow more trees, they rot and grow fungus, etc. +- Fusion (Connected Textures) - Light Overlay - Lets you see light levels by pressing F7. Red = Monsters will spawn anytime, Yellow = Monsters will spawn at night. - Mindful Darkness @@ -78,7 +79,7 @@ This will be the initial release for the production server. I will avoid adding - Connectivity 3.5 -> 4.4 - Cooking for Blockheads 13.3.1 -> 13.3.2 - Crafting Tweaks 15.1.6 -> 15.1.7 -- Create 0.5.0.i -> 0.5.1.c +- Create 0.5.0.i -> 0.5.1.b - Create Crafts and Additions 1.19.2-20230411a -> 1.19.2-20230623a - Create Deco 1.3.1 -> 1.3.3 - CreativeCore 2.9.3 -> 2.9.4 diff --git a/index.toml b/index.toml index 215c08d..db1bade 100644 --- a/index.toml +++ b/index.toml @@ -363,7 +363,7 @@ metafile = true [[files]] file = "mods/create.pw.toml" -hash = "c0c8819595b27c1aff854c8570acc3fe87dd42d88d8219e7abdd4781257d6ac2" +hash = "cdede627056f2cc9d5fe7cb7236e6168ba07c210d331b33bc1d28fab86fc78fc" metafile = true [[files]] @@ -503,7 +503,7 @@ metafile = true [[files]] file = "mods/flywheel.pw.toml" -hash = "3e9b9722da123b1d4120f0d9aba8de9968aba4aad6e9c7564423672171e00d9e" +hash = "3f554b9633d477e4d2b6920d16ffb964fdc5ffef50953216a1d89132c96cba0a" metafile = true [[files]] @@ -546,6 +546,11 @@ file = "mods/full-grown-crop-marker.pw.toml" hash = "520c6425fa4e87ba88a052b06710edbbdb9a64e6880b5bbeeb4985e6a3636ab0" metafile = true +[[files]] +file = "mods/fusion-connected-textures.pw.toml" +hash = "ea63c3493a047fb668d7d204a6d8c7dea8df58081da14774dba90ae55ed6741d" +metafile = true + [[files]] file = "mods/geckolib.pw.toml" hash = "ab7bb11199e592a43542ec0ca68c0536b91b5045e070a77525ae1593ca722b90" diff --git a/mods/create.pw.toml b/mods/create.pw.toml index 3cc7d4f..7b98338 100644 --- a/mods/create.pw.toml +++ b/mods/create.pw.toml @@ -1,13 +1,13 @@ name = "Create" -filename = "create-1.19.2-0.5.1.c.jar" +filename = "create-1.19.2-0.5.1.b.jar" side = "both" [download] +url = "https://cdn.modrinth.com/data/LNytGWDc/versions/6ZQIjBQo/create-1.19.2-0.5.1.b.jar" hash-format = "sha1" -hash = "f5fbd756a9ee138e3966d597c1f4aebb528785d6" -mode = "metadata:curseforge" +hash = "15d57ccb0fb0c2e10673bc685df449db71f9696e" [update] -[update.curseforge] -file-id = 4625534 -project-id = 328085 +[update.modrinth] +mod-id = "LNytGWDc" +version = "6ZQIjBQo" diff --git a/mods/flywheel.pw.toml b/mods/flywheel.pw.toml index 6e489b4..1fd8071 100644 --- a/mods/flywheel.pw.toml +++ b/mods/flywheel.pw.toml @@ -3,11 +3,11 @@ filename = "flywheel-forge-1.19.2-0.6.8.a.jar" side = "both" [download] +url = "https://cdn.modrinth.com/data/5lpsZoRi/versions/wvGHsmul/flywheel-forge-1.19.2-0.6.8.a.jar" hash-format = "sha1" hash = "1dd3bc5a885f260357cab2c8ea61a5879cbe6a73" -mode = "metadata:curseforge" [update] -[update.curseforge] -file-id = 4341471 -project-id = 486392 +[update.modrinth] +mod-id = "5lpsZoRi" +version = "wvGHsmul" diff --git a/mods/fusion-connected-textures.pw.toml b/mods/fusion-connected-textures.pw.toml new file mode 100644 index 0000000..ba8fb84 --- /dev/null +++ b/mods/fusion-connected-textures.pw.toml @@ -0,0 +1,13 @@ +name = "Fusion (Connected Textures)" +filename = "fusion-1.0.3-forge-mc1.19.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/p19vrgc2/versions/cZHeUMwR/fusion-1.0.3-forge-mc1.19.2.jar" +hash-format = "sha1" +hash = "60f9e70e62fcfa95707ff2a14ff46f4ae1813001" + +[update] +[update.modrinth] +mod-id = "p19vrgc2" +version = "cZHeUMwR" diff --git a/pack.toml b/pack.toml index 45f3a41..3b31801 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "4b94596a922956aec7715eefd4624cf30d28c83d056bce2eddfb01c0837e0b40" +hash = "6cd8b6db059be105356120cc025acf337f707a2f35ed4e3a56f51ba85242b450" [versions] forge = "43.2.8"