diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c4cbe4..2dae015 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# 1.0.12 + +## Config Changes + +- Not Enough Animations should now _hopefully_ only install on clients. + +## Mods + +### Additions + +- Right Click, Get Crops + - It's in the title + # 1.0.11 ## Mods diff --git a/index.toml b/index.toml index 75fc7d9..9e601b2 100644 --- a/index.toml +++ b/index.toml @@ -666,7 +666,7 @@ metafile = true [[files]] file = "mods/not-enough-animations.pw.toml" -hash = "b1cee41a780aa8fbb9367dab6024a78c2b8e5a257ebed5d2754ff27f816d9cdd" +hash = "8b0ea61890bb19ca5d5d38a77fb8da7b8e9eaaf06293323b23c7feb7082c076a" metafile = true [[files]] @@ -834,6 +834,11 @@ file = "mods/rhino.pw.toml" hash = "a5b1cff7c66d98ad0d0c53903bdc5b802b4036268e56d9342a708274435343f8" metafile = true +[[files]] +file = "mods/right-click-get-crops.pw.toml" +hash = "78e046227b585a55f916b1e25a0d28287a781665169cb2905f9bfc5f54fe8f50" +metafile = true + [[files]] file = "mods/rotten-creatures.pw.toml" hash = "3dd7e9906c670fc3380094f3273d702fdbdad02ffa35ffaf2e8c5bd4ce3de2a3" diff --git a/mods/not-enough-animations.pw.toml b/mods/not-enough-animations.pw.toml index 9e3ed5f..b5cf7fc 100644 --- a/mods/not-enough-animations.pw.toml +++ b/mods/not-enough-animations.pw.toml @@ -1,6 +1,6 @@ name = "Not Enough Animations" filename = "notenoughanimations-forge-1.6.2-mc1.19.2.jar" -side = "both" +side = "client" [download] hash-format = "sha1" diff --git a/mods/right-click-get-crops.pw.toml b/mods/right-click-get-crops.pw.toml new file mode 100644 index 0000000..ff7ee65 --- /dev/null +++ b/mods/right-click-get-crops.pw.toml @@ -0,0 +1,13 @@ +name = "Right Click, Get Crops" +filename = "right_click_get_crops-1.19.2-1.4.0.11.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "406907a5fc95df8c8cb7513b8182b3c3b7c04705" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4121233 +project-id = 552442 diff --git a/pack.toml b/pack.toml index ed607aa..edc947d 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "ScrumptiousCraft Um" author = "razage" -version = "1.0.11" +version = "1.0.12" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "68fc613d7771513b8df99d5162bf746d012ea7f412132cea687afbbe6e7dcbe6" +hash = "a02b485e65f6baeea399308cbfa796946a3d297c2513cd5735ce1c6b3e76b13f" [versions] forge = "43.2.8"