diff --git a/config/dragonfight.json b/config/dragonfight.json index ec891a2..7a61fdd 100644 --- a/config/dragonfight.json +++ b/config/dragonfight.json @@ -1,7 +1,7 @@ { "dragonDifficulty": { "desc:": "Sets the dragon difficulty modifier, the higher the more difficult the dragon gets.Scales up mob spawn amount, dragon damage and health aswell as crystal respawn intervals. Note that the difficulty already scales on the playercount involved in the fight, this is a static bonus ontop.default:2, vanilla:0", - "dragonDifficulty": 2 + "dragonDifficulty": 10 }, "crystalRespawnTimeModifier": { "desc:": "Modifies crystal respawn time, 0.5 = spawns twice as fast, 2 = twice as slow. default:1.0", @@ -53,13 +53,14 @@ "spawnoncrystalrespawn": { "desc:": "List of mobs spawning on crystal respawn, intended to be ranged to ward of players from a distance: e.g. format : [\"minecraft:zombie\", \"minecraft:creeper\"]", "spawnoncrystalrespawn": [ - "minecraft:blaze" + "minecraft:blaze", + "minecraft:shulker" ] }, "spawnwhilelanded": { "desc:": "List of mobs spawning while the dragon is sitting in the middle, intended to be melee and not vulnerable to ranged: e.g. format : [\"minecraft:zombie\", \"minecraft:creeper\"]", "spawnwhilelanded": [ - "minecraft:enderman" + "grimoireofgaia:minotaurus" ] } } \ No newline at end of file diff --git a/index.toml b/index.toml index e7bc3c3..ba5c436 100644 --- a/index.toml +++ b/index.toml @@ -54,7 +54,7 @@ hash = "229f269a7064c4428ec1ba22abae27fa956c2aba1847041ebb632cacf11cd3b9" [[files]] file = "config/dragonfight.json" -hash = "118af7da728c5c9097655736e451f7c23a61e34cd39ab1bd79a7031120c4c768" +hash = "78203c703e0b67a4507d5a3d5ed784373576eefb5c7ff0feee6a474294f0e5d6" [[files]] file = "config/everycomp-common.toml" @@ -264,6 +264,11 @@ file = "mods/caelus.pw.toml" hash = "8a8ea0af79b88d9c192d208aa5be4bacd934e2b92d4721566e2e796eb9761e10" metafile = true +[[files]] +file = "mods/carry-on.pw.toml" +hash = "a613f5d2df911fea606968bbdb56eebfd05ac02ada846cf0d2e56e72345d9338" +metafile = true + [[files]] file = "mods/catalogue.pw.toml" hash = "0722da0022c3d9dcf6be08f561828222f61911b62aed7d8c75f71c126e12e1b8" @@ -764,6 +769,11 @@ file = "mods/yungs-api.pw.toml" hash = "152c6732da180e958fb29f492bae2e468d4dfd423ce4d3d0d31ef31c2eec6c61" metafile = true +[[files]] +file = "mods/yungs-better-end-island.pw.toml" +hash = "d9e05e164bb61c2bcecc58702c46e59c2721928a3b355050d1e84736d74fe6fc" +metafile = true + [[files]] file = "mods/yungs-menu-tweaks.pw.toml" hash = "5b5fdfaf8e757e4f54e621aca1c52f5d8c90c7be3bc78c2978173326f5c02bf5" diff --git a/mods/carry-on.pw.toml b/mods/carry-on.pw.toml new file mode 100644 index 0000000..9384f0d --- /dev/null +++ b/mods/carry-on.pw.toml @@ -0,0 +1,13 @@ +name = "Carry On" +filename = "carryon-forge-1.20.1-2.1.2.7.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/joEfVgkn/versions/edGQD16r/carryon-forge-1.20.1-2.1.2.7.jar" +hash-format = "sha512" +hash = "4f75afb703dd71c322d4e2e27d28d7ab4afeb0c242bcee6d1eb5fef59ee4347352f1ca55f1826743957d2e95a951ed13884356485b0a979b14010915079e2c29" + +[update] +[update.modrinth] +mod-id = "joEfVgkn" +version = "edGQD16r" diff --git a/mods/yungs-better-end-island.pw.toml b/mods/yungs-better-end-island.pw.toml new file mode 100644 index 0000000..289e022 --- /dev/null +++ b/mods/yungs-better-end-island.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better End Island" +filename = "YungsBetterEndIsland-1.20-Forge-2.0.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/2BwBOmBQ/versions/Izqhg3Va/YungsBetterEndIsland-1.20-Forge-2.0.6.jar" +hash-format = "sha512" +hash = "a51b76fc41d19276bea2ebe081b153d3be53c502ef9de93593990f8b7bf644e3e4fd4cff17477abce16692f23aff3077be1762606f10ca1058771741ad652e2e" + +[update] +[update.modrinth] +mod-id = "2BwBOmBQ" +version = "Izqhg3Va" diff --git a/pack.toml b/pack.toml index f062e54..6c5eb47 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 = "519ae0038195bc0d3a50cd1adcd2fdf7f2ab89be8b60bf8b2225ca999b65cf32" +hash = "72162e22d90c8ad7bfb5e27f7a68af3bd36645cf462f4475864dd4cd7f891e18" [versions] forge = "47.3.0"