Added Botania
This commit is contained in:
parent
78a8704b34
commit
24d46242d2
|
@ -201,6 +201,7 @@ CREATE MACHINES CREATE MACHINES CREATE MACHINES CREATE
|
|||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/3ufwT9JF/2a15f23b7ffa2d50fc6ae1c42029a728ce3e2847.jpeg">[<abbr title="side:both">CS</abbr>] **[Ad Astra](https://modrinth.com/mod/ad-astra)** - Live long and prosper, Ad Astra!
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/XxWD5pD3/icon.png">[<abbr title="side:both">CS</abbr>] **[Applied Energistics 2](https://modrinth.com/mod/ae2)** - AE2: A popular automation and storage mod
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/9DDxOvTJ/f698b34805324a133b14ce8d473495a2c3e9e779.png">[<abbr title="side:both">CS</abbr>] **[Better P2P](https://modrinth.com/mod/betterp2p)** - Advanced P2P network managing tool for AE2
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/pfjLUfGv/4c006056fd05fdd63b83d79c7c3bb9712d2f49bc.png">[<abbr title="side:both">CS</abbr>] **[Botania](https://modrinth.com/mod/botania)** - An innovative natural magic themed tech mod
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/gu7yAYhd/icon.png">[<abbr title="side:both">CS</abbr>] **[CC: Tweaked](https://modrinth.com/mod/cc-tweaked)** - ComputerCraft fork adding programmable computers, turtles and more to Minecraft.
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/JmybsfWs/89337b68f81be643468a2ec86a52ec3254d953fb.gif">[<abbr title="side:both">CS</abbr>] **[Create: Dreams & Desires](https://modrinth.com/mod/create-dreams-and-desires)** - A mod that adds random stuff & that may try to fit within creates theme!
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/AEZO385x/bf7d6069c96ac03cdf211bf65680998b90b3d832.png">[<abbr title="side:both">CS</abbr>] **[Create Enchantment Industry Fabric](https://modrinth.com/mod/create-enchantment-industry-fabric)** - Automatic Enchanting, with Create
|
||||
|
|
|
@ -2,7 +2,7 @@ hash-format = "sha256"
|
|||
|
||||
[[files]]
|
||||
file = "README.md"
|
||||
hash = "c207da3eb5237643baac00b59b05ac0cfb0da175f7f01cd8ef11367e5c4983b8"
|
||||
hash = "ba1b59fadda213b8b8fc16c8f9d5a0f7f9fa5e1a01c4922a1054f0ee04ec5284"
|
||||
|
||||
[[files]]
|
||||
file = "make-list.py"
|
||||
|
@ -10,7 +10,7 @@ hash = "3d4daf2b31fc7223f1d8ae13e66af64c88564127e805681ee0eccbc2baf94e92"
|
|||
|
||||
[[files]]
|
||||
file = "modinfo.toml"
|
||||
hash = "2eb1ca9cfacf7409caea5322b03129625dba10715b4b2e54c7c776f7314337b6"
|
||||
hash = "7110fc0686826d1585e9e56cfad301751c0914008bf702ef8222456b8568bc7d"
|
||||
|
||||
[[files]]
|
||||
file = "mods/3dskinlayers.pw.toml"
|
||||
|
@ -172,6 +172,11 @@ file = "mods/bookshelf-lib.pw.toml"
|
|||
hash = "9a9190378ed3f2dcedb262fe971cfb4f1ee2f404f6c68d35970d29d413ed7645"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/botania.pw.toml"
|
||||
hash = "765b8610aa5698a8ff45cc270516388e4882ce0d8db34eafd7c2c2a7cd8577a4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/botany-pots.pw.toml"
|
||||
hash = "f2caf2138cfd0065517b9c95713d1b347a741d0d7860084ba6a8b29c6e19f754"
|
||||
|
|
|
@ -2644,3 +2644,12 @@ side = "both"
|
|||
optional = false
|
||||
icon = "https://media.forgecdn.net/avatars/thumbnails/850/409/64/64/638251965015898859.png"
|
||||
category = "library"
|
||||
|
||||
[mods.botania]
|
||||
name = "Botania"
|
||||
description = "An innovative natural magic themed tech mod"
|
||||
link = "https://modrinth.com/mod/botania"
|
||||
side = "both"
|
||||
optional = false
|
||||
icon = "https://cdn.modrinth.com/data/pfjLUfGv/4c006056fd05fdd63b83d79c7c3bb9712d2f49bc.png"
|
||||
category = "technology"
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
name = "Botania"
|
||||
filename = "Botania-1.20.1-446-FABRIC.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/pfjLUfGv/versions/8kglDuQk/Botania-1.20.1-446-FABRIC.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "a7f668a85b88b3c9ce5fdf151fa372a62dff0b03"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "pfjLUfGv"
|
||||
version = "8kglDuQk"
|
Loading…
Reference in New Issue