Add Crawl
mod
This commit is contained in:
parent
548fc93be8
commit
1c1a5efef4
2 changed files with 22 additions and 0 deletions
|
@ -57,6 +57,7 @@ The [`Better Leaves` resource-pack by MidnightDust](https://modrinth.com/resourc
|
|||
- `Animal Feeding Trough` — block allowing animals to self-feed
|
||||
- `Auth Me` — in-game session re-validation
|
||||
- `Axes are Weapons` — allows sword enchantments for axes
|
||||
- `Crawl` — allows to crawl by pressing a key
|
||||
- `Culinaire` — more food items
|
||||
- `Debugify` — fixes various bugs
|
||||
- `Extended Drawers` — storage drawers
|
||||
|
|
21
src/universal/mods/crawl.hm.json
Normal file
21
src/universal/mods/crawl.hm.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"formatVersion": 1,
|
||||
"displayName": "Crawl",
|
||||
"enabled": true,
|
||||
"version": {
|
||||
"name": "0.12.0",
|
||||
"size": 97866,
|
||||
"fileName": "crawl-0.12.0.jar",
|
||||
"downloadUrl": "https://cdn.modrinth.com/data/H1JOVjhn/versions/G7rwJQKo/crawl-0.12.0.jar",
|
||||
"hashes": {
|
||||
"sha1": "b8ae38f022751a45900af7cd49737bb11e524fe9",
|
||||
"sha512": "9d60eaedcbdae930a06baa04422a77f13a90f54764be8003aa1398b79f7d7d71db787c2e5d39cde69a23fcda12ba3e891bfcd16d523b43cb9b381cad16f8ad53"
|
||||
}
|
||||
},
|
||||
"source": {
|
||||
"type": "modrinth",
|
||||
"modId": "H1JOVjhn",
|
||||
"versionId": "G7rwJQKo",
|
||||
"ignoreUpdates": false
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue