diff --git a/config/terrestria/biome.json b/config/terrestria/biome.json new file mode 100644 index 0000000..15ed7c7 --- /dev/null +++ b/config/terrestria/biome.json @@ -0,0 +1,24 @@ +{ + "biomes": { + "hemlock_rainforest": true, + "oasis": true, + "lush_redwood_forest": true, + "windswept_redwood_forest": true, + "lush_desert": true, + "redwood_forest": true, + "dense_woodlands": true, + "cypress_swamp": true, + "snowy_hemlock_forest": true, + "japanese_maple_forest": true, + "caldera": true, + "canyon": true, + "dunes": true, + "hemlock_treeline": true, + "snowy_hemlock_treeline": true, + "rainbow_rainforest": true, + "volcanic_island": true, + "sakura_forest": true, + "cypress_forest": true, + "outback": true + } +} \ No newline at end of file diff --git a/index.toml b/index.toml index cf44bd0..492285e 100644 --- a/index.toml +++ b/index.toml @@ -113,6 +113,11 @@ file = "mods/crafting-tweaks.pw.toml" hash = "c57d916205ee03624a07c0fa783e75ec9fc03b509e4aee7e7ac7c91506ae3460" metafile = true +[[files]] +file = "mods/create-fly.pw.toml" +hash = "33b14761fa474ca5666aee6a80669cce0a5417115155dc54ba7cd110f0772d28" +metafile = true + [[files]] file = "mods/cubes-without-borders.pw.toml" hash = "a90139b002d632ba9256cb3e7e877945bf8e3afa5b191d1adc83c5e3eb72da4c" diff --git a/mods/create-fly.pw.toml b/mods/create-fly.pw.toml new file mode 100644 index 0000000..c2479ba --- /dev/null +++ b/mods/create-fly.pw.toml @@ -0,0 +1,13 @@ +name = "Create Fly" +filename = "Create-6.0.7.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/dKvj0eNn/versions/skgRwjDE/Create-6.0.7.jar" +hash-format = "sha512" +hash = "e22c50be3e6c101c98312ca7bf3f002dcbcef356d5dc87280e03d12e6f733817d412719fcd1937c418fd932d94d4694e225a263d0220264154d2a46190447414" + +[update] +[update.modrinth] +mod-id = "dKvj0eNn" +version = "skgRwjDE" diff --git a/pack.toml b/pack.toml index dc69b76..1a5daa7 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "85491cf94677b6f392d84faf8875a0ed1526594d1b3061aa3a13f33bf5bb0b73" +hash = "ff42ba86993f5333ec3ce19d836c99808015616aa564e264ea83487efe56d614" [versions] fabric = "0.17.2"