Skip to content

Commit

Permalink
Add Cobblemon Spawn Notification with config
Browse files Browse the repository at this point in the history
  • Loading branch information
jadelily18 committed Jun 24, 2024
1 parent e1d4bda commit 29ba686
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 1 deletion.
13 changes: 13 additions & 0 deletions config/yosbr/config/spawn_notification.json
Original file line number Diff line number Diff line change
@@ -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": {}
}
5 changes: 5 additions & 0 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
13 changes: 13 additions & 0 deletions mods/cobblemon-spawn-notification.pw.toml
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 29ba686

Please sign in to comment.