diff --git a/config/yosbr/config/spawn_notification.json b/config/yosbr/config/spawn_notification.json new file mode 100644 index 0000000..f01d14f --- /dev/null +++ b/config/yosbr/config/spawn_notification.json @@ -0,0 +1,13 @@ +{ + "broadcastShiny": true, + "broadcastCoords": true, + "broadcastBiome": true, + "playShinySound": true, + "playShinySoundPlayer": false, + "announceCrossDimensions": false, + "broadcastDespawns": false, + "broadcastRange": 75, + "playerLimit": -1, + "labelsForBroadcast": ["legendary"], + "formatting": {} +} diff --git a/index.toml b/index.toml index 900c7c2..910be50 100644 --- a/index.toml +++ b/index.toml @@ -313,6 +313,11 @@ file = "mods/cobblemon-loot-balls.pw.toml" hash = "10f98ef09b528ac3cb6c874e3d525a21f321c50aaeb75545ff6784a048855544" metafile = true +[[files]] +file = "mods/cobblemon-spawn-notification.pw.toml" +hash = "21502bda501d5d1f5338bc3d0c559098709aaf47ddb6ea94c2d1a2682926d607" +metafile = true + [[files]] file = "mods/cobblemon.pw.toml" hash = "abc57f063554e33a6bdd8b6aa39980293b1788fe4daea7f4d9cf215383d13145" diff --git a/mods/cobblemon-spawn-notification.pw.toml b/mods/cobblemon-spawn-notification.pw.toml new file mode 100644 index 0000000..2cce860 --- /dev/null +++ b/mods/cobblemon-spawn-notification.pw.toml @@ -0,0 +1,13 @@ +name = "Cobblemon Spawn Notification" +filename = "cobblemon-spawn-notification-1.5-fabric-1.0.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/LPuJjiQz/versions/97Znaz4Q/cobblemon-spawn-notification-1.5-fabric-1.0.0.jar" +hash-format = "sha1" +hash = "71cef418e58555ea4b9d460c3b3f05b097871b2d" + +[update] +[update.modrinth] +mod-id = "LPuJjiQz" +version = "97Znaz4Q" diff --git a/pack.toml b/pack.toml index 10d52df..13580eb 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 = "e46a6fc867a51069b63a0910e1555afa0fff7449cde30b4ef57aea142a2dc83a" +hash = "fc76c35649b4edadc5d9e5d7c26e3dab4f7afde6075cc6bdee1685f7025b31e0" [versions] fabric = "0.15.11"