added a mod that makes custom trees regrow
This commit is contained in:
parent
f4e399c9b8
commit
8bbf11926a
2 changed files with 17 additions and 0 deletions
|
@ -290,6 +290,10 @@ metafile = true
|
||||||
file = "mods/tectonic.pw.toml"
|
file = "mods/tectonic.pw.toml"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/terralith-biome-saplings.pw.toml"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/terralith.pw.toml"
|
file = "mods/terralith.pw.toml"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
13
TrotCraft/server/mods/terralith-biome-saplings.pw.toml
Normal file
13
TrotCraft/server/mods/terralith-biome-saplings.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Custom Biome Saplings"
|
||||||
|
filename = "terralith-biome-saplings-1.1.0c.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/CYGkXnUb/versions/nb8lLMAv/terralith-biome-saplings-1.1.0c.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "973432fb3e79d17117f8f64cbaea8b951e610be9"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "CYGkXnUb"
|
||||||
|
version = "nb8lLMAv"
|
Loading…
Reference in a new issue