diff --git a/CHANGELOG.md b/CHANGELOG.md index 47b1f99..39480e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# 1.0.8 + +Apparently the target dummy mod needs a special library to function correctly. It would be nice if mod developers properly labeled dependencies (or even _mentioned_ them on their Curseforge page) so that packwiz could detect that. + +## Mods + +## Additions + +- Pollution of the Realms + - Blocks now produce pollution that affects the surrounding nature and plant growth. Could be terrible, but yolo. + - This is also designed specifically for the chimneys we already have. +- Selene (aka Moonlight Lib) + - This is an unspecified requirement for the target dummy mod. + +## Updates + +- Advanced Chimneys +- ForgeEnderTech (library) + # 1.0.7 ## Config Changes diff --git a/index.toml b/index.toml index b5019ae..4ca5374 100644 --- a/index.toml +++ b/index.toml @@ -58,7 +58,7 @@ hash = "4987fa36313c4e3e89cb9caec9f459c12a3e22da05840dc51a2ef2baf396e3af" [[files]] file = "mods/advanced-chimneys.pw.toml" -hash = "af7fd95ae494a2480efd0ac6d98177c747cadd94c2c172125b27430c01c2e774" +hash = "2e533d602e1472a792439d75651be90eeffa7c4fcce96bf7e580a3ce1ff79ca9" metafile = true [[files]] @@ -378,7 +378,7 @@ metafile = true [[files]] file = "mods/forgeendertech.pw.toml" -hash = "5fced46176a72f6260bab636468dcc1f62d6ec34465ed6b87f1ece757e1617bc" +hash = "63a3540502ac2cc08225f4ecdb15499a31af01ad9f754eab4baef5eefdfb4748" metafile = true [[files]] @@ -696,6 +696,11 @@ file = "mods/pneumaticcraft-repressurized.pw.toml" hash = "a66fac954e5d7e79ef35491d994d558118de5ea353cd46a770a46d06227f7a4c" metafile = true +[[files]] +file = "mods/pollution-of-the-realms.pw.toml" +hash = "e74abf9eda0d91667d77a84daaf0a0997ce6a100ae6c92d9e6724d35c12bb4fe" +metafile = true + [[files]] file = "mods/polylib.pw.toml" hash = "8563048e3a697e85591b18442d604a3e6f6460d8ca4244361cdc0c54a8e3dd16" @@ -796,6 +801,11 @@ file = "mods/sebastrnlib.pw.toml" hash = "8bd06b0803e7a21fbe6c287828128665ee753661cd7253f8653df3fd4654804a" metafile = true +[[files]] +file = "mods/selene.pw.toml" +hash = "8b90af7acd60fbdf3f19861e794b7dc2d2c749480ccca7409aa0ea6e7752f7df" +metafile = true + [[files]] file = "mods/serene-seasons.pw.toml" hash = "e2e2e14e86490dad80d8d6d8d16915070ae6669a12292629931205f6a929d4d4" diff --git a/mods/advanced-chimneys.pw.toml b/mods/advanced-chimneys.pw.toml index 7c7e28f..3cba656 100644 --- a/mods/advanced-chimneys.pw.toml +++ b/mods/advanced-chimneys.pw.toml @@ -1,13 +1,13 @@ name = "Advanced Chimneys" -filename = "AdChimneys-1.19.2-9.1.9.0-build.0767.jar" +filename = "AdChimneys-1.19.2-9.1.10.0-build.0865.jar" side = "both" [download] hash-format = "sha1" -hash = "ec4f298a6a1a56e7935ce7331f339aadf81f085a" +hash = "6e148cb772dd8d71830e263fdae21b368e945eac" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4413958 +file-id = 4501036 project-id = 244830 diff --git a/mods/forgeendertech.pw.toml b/mods/forgeendertech.pw.toml index e324f85..be89daa 100644 --- a/mods/forgeendertech.pw.toml +++ b/mods/forgeendertech.pw.toml @@ -1,13 +1,13 @@ name = "ForgeEndertech" -filename = "ForgeEndertech-1.19.2-10.0.5.2-build.0735.jar" +filename = "ForgeEndertech-1.19.2-10.0.6.0-build.0865.jar" side = "both" [download] hash-format = "sha1" -hash = "6130b55ee3bb1c174b79be2ed5d41e37549bcfc5" +hash = "1f2972ef4dc4bcf9fe402de73b5be77414937599" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4394653 +file-id = 4501023 project-id = 244844 diff --git a/mods/pollution-of-the-realms.pw.toml b/mods/pollution-of-the-realms.pw.toml new file mode 100644 index 0000000..e54ae96 --- /dev/null +++ b/mods/pollution-of-the-realms.pw.toml @@ -0,0 +1,13 @@ +name = "Pollution of the Realms" +filename = "AdPother-1.19.2-7.0.10.0-build.0865.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ec9ca445c7d692c6dff809cb39f7f5bb7a2e5f01" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4501030 +project-id = 269973 diff --git a/mods/selene.pw.toml b/mods/selene.pw.toml new file mode 100644 index 0000000..d929f30 --- /dev/null +++ b/mods/selene.pw.toml @@ -0,0 +1,13 @@ +name = "Moonlight Lib" +filename = "moonlight-1.19.2-2.2.31-forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "00a8599db60711cc0c47da7efc1fa0860cf2e4bb" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4491267 +project-id = 499980 diff --git a/pack.toml b/pack.toml index 4aaf468..1717b1b 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "ScrumptiousCraft Um" author = "razage" -version = "1.0.7" +version = "1.0.8" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "60fcefb503ab3755640abcbc1209d3be6d15c68b3b0f9c09792c11ab0a10e8e2" +hash = "fb862d1e5218e6ad52ac4e1b9b640b3ee6889ceaf2788dc8427290176af66687" [versions] forge = "43.2.8"