diff --git a/index.toml b/index.toml index 588726c..1533e7e 100644 --- a/index.toml +++ b/index.toml @@ -392,11 +392,6 @@ file = "mods/expanded-delight.pw.toml" hash = "4d013214266c48b8853463e428949881aa97c06684284dcb508a1932ab7c3593" metafile = true -[[files]] -file = "mods/explorations.pw.toml" -hash = "b66b0703ad2f5195ff977b9e9329be414983054f8077ea57c107b3c9b248c23f" -metafile = true - [[files]] file = "mods/exposure.pw.toml" hash = "9820b8497ec0fdefcaa82801ca8ed125212d5f15957b139d81899b3baa88586e" @@ -772,6 +767,11 @@ file = "mods/regions-unexplored.pw.toml" hash = "2ea830cbc4745e732f3161256932cd5c4b6e8e2202d9370b1649718a522435e2" metafile = true +[[files]] +file = "mods/remove-terralith-intro-message.pw.toml" +hash = "352bbd75887df2d8c2c181255a27d6aebc78dd52ee867c85a317a4e2b83a49fd" +metafile = true + [[files]] file = "mods/resourceful-config.pw.toml" hash = "4d4bcf62b73bcc53dbb6d9edfe0ed84b4ad9c267a37807c0c653486add6f89a8" @@ -937,6 +937,11 @@ file = "mods/voice-chat-interaction.pw.toml" hash = "3d906397ad21b3980280145572398d8ac0a29cd13cec31d53aefe37ac66e0ab0" metafile = true +[[files]] +file = "mods/world-play-time.pw.toml" +hash = "7bfd479a5cae2fd6b9d3eac5f58bc722cce93d01eac414ce6035cb8818eececf" +metafile = true + [[files]] file = "mods/xaeros-minimap.pw.toml" hash = "fe82b1cd93bcfe0eb668604c5c37c0db2ce8f74519a669f83dcbb8d21d40cbd7" @@ -1033,14 +1038,6 @@ hash = "e697905a6c5a92f5ff6eb9b06f238336b199c4450db73047357bb4ce6b1e14fd" file = "resources/required_assets/ExploreCraft-Tweaks/pack.png" hash = "7b4b3b0cec6286cd66805085b4bdff65be491e33c2b1e8a9246221428cd21204" -[[files]] -file = "resources/required_data/ExploreCraft-Tweaks/data/explorations/worldgen/structure_set/floating_island.json" -hash = "4477cfedb5684ea7fdda2d1b54ebb20e62e053c8d310d9490874d0522e5c9c09" - -[[files]] -file = "resources/required_data/ExploreCraft-Tweaks/data/explorations/worldgen/structure_set/slime_cave.json" -hash = "77760c0d79f8966470ab77d206df84a2e862ea0f1d2f11a979756d01c587a64d" - [[files]] file = "resources/required_data/ExploreCraft-Tweaks/data/gamerules/functions/load.mcfunction" hash = "5b32bf77e13943240fab521372fd418a56c9e158ac307bda8d0e1fa289aed164" diff --git a/mods/explorations.pw.toml b/mods/explorations.pw.toml deleted file mode 100644 index d91f322..0000000 --- a/mods/explorations.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Explorations" -filename = "explorations-fabric-1.20.1-1.5.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/pcGnjJ39/versions/bxBfl7rM/explorations-fabric-1.20.1-1.5.2.jar" -hash-format = "sha1" -hash = "b1e99484b781a4fa67548a1f7812e623d3c266db" - -[update] -[update.modrinth] -mod-id = "pcGnjJ39" -version = "bxBfl7rM" diff --git a/mods/remove-terralith-intro-message.pw.toml b/mods/remove-terralith-intro-message.pw.toml new file mode 100644 index 0000000..5ad5ed6 --- /dev/null +++ b/mods/remove-terralith-intro-message.pw.toml @@ -0,0 +1,13 @@ +name = "Remove Terralith Intro Message" +filename = "remove-terralith-intro-message-1.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/sk4iFZGy/versions/2jAppOW4/remove-terralith-intro-message-1.0.jar" +hash-format = "sha1" +hash = "80b617cdd2dcd973779bb7ce273dc06a4639ca6e" + +[update] +[update.modrinth] +mod-id = "sk4iFZGy" +version = "2jAppOW4" diff --git a/mods/world-play-time.pw.toml b/mods/world-play-time.pw.toml new file mode 100644 index 0000000..6b51ec9 --- /dev/null +++ b/mods/world-play-time.pw.toml @@ -0,0 +1,13 @@ +name = "World Play Time" +filename = "worldplaytime-1.2.0-1.20.x-FABRIC.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/YkKeggdl/versions/GoW522tI/worldplaytime-1.2.0-1.20.x-FABRIC.jar" +hash-format = "sha1" +hash = "1fadbb3b3c4cb95f137036e12bdab2c298232fac" + +[update] +[update.modrinth] +mod-id = "YkKeggdl" +version = "GoW522tI" diff --git a/pack.toml b/pack.toml index 03e1dbc..e31ac76 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 = "01a28bd719358a01a403b3ec91dda3815eecda3865a3431dabf8660528765dab" +hash = "8244829f980185d4e5ffe8e14d1bf20dc7d99e110f458dd0fd968201fad3f30d" [versions] minecraft = "1.20.1" diff --git a/resources/required_data/ExploreCraft-Tweaks/data/explorations/worldgen/structure_set/floating_island.json b/resources/required_data/ExploreCraft-Tweaks/data/explorations/worldgen/structure_set/floating_island.json deleted file mode 100644 index b473d90..0000000 --- a/resources/required_data/ExploreCraft-Tweaks/data/explorations/worldgen/structure_set/floating_island.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "structures": [ - { - "structure": "explorations:floating_island", - "weight": 1 - } - ], - "placement": { - "salt": 1701811218, - "spacing": 128, - "separation": 124, - "type": "minecraft:random_spread", - "exclusion_zone": { - "chunk_count": 10, - "other_set": "minecraft:ocean_monuments" - } - } -} diff --git a/resources/required_data/ExploreCraft-Tweaks/data/explorations/worldgen/structure_set/slime_cave.json b/resources/required_data/ExploreCraft-Tweaks/data/explorations/worldgen/structure_set/slime_cave.json deleted file mode 100644 index 5a6e4d8..0000000 --- a/resources/required_data/ExploreCraft-Tweaks/data/explorations/worldgen/structure_set/slime_cave.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "structures": [], - "placement": { - "salt": 1345250691, - "spacing": 16, - "separation": 8, - "type": "minecraft:random_spread" - } -}