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
|
||||
|
||||
## Mods
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
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"
|
||||
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user