diff --git a/TrotCraft/server/index.toml b/TrotCraft/server/index.toml index 4e4a8b0..805d518 100644 --- a/TrotCraft/server/index.toml +++ b/TrotCraft/server/index.toml @@ -290,6 +290,10 @@ metafile = true file = "mods/tectonic.pw.toml" metafile = true +[[files]] +file = "mods/terralith-biome-saplings.pw.toml" +metafile = true + [[files]] file = "mods/terralith.pw.toml" metafile = true diff --git a/TrotCraft/server/mods/terralith-biome-saplings.pw.toml b/TrotCraft/server/mods/terralith-biome-saplings.pw.toml new file mode 100644 index 0000000..85725db --- /dev/null +++ b/TrotCraft/server/mods/terralith-biome-saplings.pw.toml @@ -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"