Added some functionality that should be in vanilla MC.
Also tweaked a client-only mod to hopefully be client only.
This commit is contained in:
parent
82d1937bd6
commit
4a014583d7
13
CHANGELOG.md
13
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
|
# 1.0.11
|
||||||
|
|
||||||
## Mods
|
## Mods
|
||||||
|
@ -666,7 +666,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/not-enough-animations.pw.toml"
|
file = "mods/not-enough-animations.pw.toml"
|
||||||
hash = "b1cee41a780aa8fbb9367dab6024a78c2b8e5a257ebed5d2754ff27f816d9cdd"
|
hash = "8b0ea61890bb19ca5d5d38a77fb8da7b8e9eaaf06293323b23c7feb7082c076a"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@ -834,6 +834,11 @@ file = "mods/rhino.pw.toml"
|
|||||||
hash = "a5b1cff7c66d98ad0d0c53903bdc5b802b4036268e56d9342a708274435343f8"
|
hash = "a5b1cff7c66d98ad0d0c53903bdc5b802b4036268e56d9342a708274435343f8"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/right-click-get-crops.pw.toml"
|
||||||
|
hash = "78e046227b585a55f916b1e25a0d28287a781665169cb2905f9bfc5f54fe8f50"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/rotten-creatures.pw.toml"
|
file = "mods/rotten-creatures.pw.toml"
|
||||||
hash = "3dd7e9906c670fc3380094f3273d702fdbdad02ffa35ffaf2e8c5bd4ce3de2a3"
|
hash = "3dd7e9906c670fc3380094f3273d702fdbdad02ffa35ffaf2e8c5bd4ce3de2a3"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name = "Not Enough Animations"
|
name = "Not Enough Animations"
|
||||||
filename = "notenoughanimations-forge-1.6.2-mc1.19.2.jar"
|
filename = "notenoughanimations-forge-1.6.2-mc1.19.2.jar"
|
||||||
side = "both"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
|
13
mods/right-click-get-crops.pw.toml
Normal file
13
mods/right-click-get-crops.pw.toml
Normal file
@ -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
|
@ -1,12 +1,12 @@
|
|||||||
name = "ScrumptiousCraft Um"
|
name = "ScrumptiousCraft Um"
|
||||||
author = "razage"
|
author = "razage"
|
||||||
version = "1.0.11"
|
version = "1.0.12"
|
||||||
pack-format = "packwiz:1.1.0"
|
pack-format = "packwiz:1.1.0"
|
||||||
|
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "68fc613d7771513b8df99d5162bf746d012ea7f412132cea687afbbe6e7dcbe6"
|
hash = "a02b485e65f6baeea399308cbfa796946a3d297c2513cd5735ce1c6b3e76b13f"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "43.2.8"
|
forge = "43.2.8"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user