Added "Crawl"
This commit is contained in:
parent
8d3affe8e4
commit
74fa5ccc7a
|
@ -314,3 +314,6 @@ Speaks for itself
|
|||
Whenever it lags too much, use those
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/VYRu7qmG/icon.png">[<abbr title="side:both">CS</abbr>] **[Observable](https://modrinth.com/mod/observable)** - See what's lagging your server.
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/l6YH9Als/13676ddae142a85998c1c0086cafc30ce2efde80.png">[<abbr title="side:server">SO</abbr>] **[spark](https://modrinth.com/mod/spark)** - spark is a performance profiler for Minecraft clients, servers and proxies.
|
||||
## unset
|
||||
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/H1JOVjhn/icon.png">[<abbr title="side:both">CS</abbr>] **[Crawl](https://modrinth.com/mod/crawl)** - Allows you to crawl
|
||||
|
|
|
@ -2,7 +2,7 @@ hash-format = "sha256"
|
|||
|
||||
[[files]]
|
||||
file = "README.md"
|
||||
hash = "1c80dc68f1df11a5b26680057cbceed72c801926a06ed916306bf0bf4262e9a6"
|
||||
hash = "79a52f91cb5728e0404c2511d643d9a7c1e8c703822676064e38e0088bd3d149"
|
||||
|
||||
[[files]]
|
||||
file = "make-list.py"
|
||||
|
@ -10,7 +10,7 @@ hash = "3d4daf2b31fc7223f1d8ae13e66af64c88564127e805681ee0eccbc2baf94e92"
|
|||
|
||||
[[files]]
|
||||
file = "modinfo.toml"
|
||||
hash = "57c8ceb572d7bc7af30f91c82ba46bd2fdee164fd3f087827cec93070835b472"
|
||||
hash = "e934eb9a1dece9abd989873a46cd224759ed5d8a301a2e7e8879765406578e09"
|
||||
|
||||
[[files]]
|
||||
file = "mods/3dskinlayers.pw.toml"
|
||||
|
@ -332,6 +332,11 @@ file = "mods/craterlib.pw.toml"
|
|||
hash = "d84fd5a09dc2b9e3a81f69ba7ae55bd1b1cea9f43f6c505dd229159fc0f675ae"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/crawl.pw.toml"
|
||||
hash = "d3e3831377b8282db35ffe8446d535f30e011367b3187b2c96b5f179a1a77c59"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/create-cobblestone-mixers.pw.toml"
|
||||
hash = "69c3a9dae6892e84b8fcc083fd9db49b7be12126ab8d7225b0cf49b96cc8c4c1"
|
||||
|
|
|
@ -2616,3 +2616,11 @@ side = "both"
|
|||
optional = false
|
||||
icon = "https://cdn.modrinth.com/data/lo90fZoB/81b2b095d5570e29f29604c6c5c69eaf9f4033bc.png"
|
||||
category = "other"
|
||||
|
||||
[mods.crawl]
|
||||
name = "Crawl"
|
||||
description = "Allows you to crawl"
|
||||
link = "https://modrinth.com/mod/crawl"
|
||||
side = "both"
|
||||
optional = false
|
||||
icon = "https://cdn.modrinth.com/data/H1JOVjhn/icon.png"
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
name = "Crawl"
|
||||
filename = "crawl-0.12.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/H1JOVjhn/versions/G7rwJQKo/crawl-0.12.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "b8ae38f022751a45900af7cd49737bb11e524fe9"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "H1JOVjhn"
|
||||
version = "G7rwJQKo"
|
Loading…
Reference in New Issue