Skip to content

Commit

Permalink
new shards, new bbox, remove credits
Browse files Browse the repository at this point in the history
  • Loading branch information
sisby-folk committed Nov 30, 2024
1 parent e6e9e91 commit 5ad5567
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 10 deletions.
28 changes: 28 additions & 0 deletions pack/config/crunchy_crunchy_advancements.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# When enabled, the server will not send chat messages about advancements, ignoring the relevant game rule
# default: true
preventAdvancementBroadcasts = true
# If set to OFF, all advancements will load normally from data packs
# If set to BLACKLIST, advancements that are congruent with the filters below will not be loaded
# If set to WHITELIST, only advancements that are congruent with the filters below will be loaded
# options: OFF, BLACKLIST, WHITELIST
# default: BLACKLIST
filterMode = "BLACKLIST"
# Namespaces to be entirely filtered, e.g. 'minecraft' or 'antique_atlas'
filterNamespaces = ["minecraft"]
# Namespace-inclusive paths to be filtered, e.g. 'minecraft:recipes/' or 'tconstruct:foundry/'
filterPaths = []
# Whether to filter advancements that are triggered when obtaining a recipe, used for recipe advancements
# default: true
filterRecipes = true
# Whether to remove the advancements keybind from the game
# default: true
removeAdvancementsKeybind = true
# Whether to remove the advancements button from the pause menu, extending the stats button to fill space
# default: true
removeAdvancementsButton = false
# Whether to hide the toast that appears when an advancement is completed
# default: true
removeAdvancementToasts = true
# Whether to hide the toast that appears when you unlock a recipe
# default: true
removeRecipeToasts = true
8 changes: 4 additions & 4 deletions pack/mods/ballotbox.pw.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name = "Ballotbox"
filename = "ballotbox-0.5.0+1.21.jar"
filename = "ballotbox-0.5.1+1.21.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/6d6uwdZy/versions/RL2IJte5/ballotbox-0.5.0%2B1.21.jar"
url = "https://cdn.modrinth.com/data/6d6uwdZy/versions/ml5b46Gg/ballotbox-0.5.1%2B1.21.jar"
hash-format = "sha1"
hash = "52fba9fe6517c9e38b21f11dfa059b3fc714c367"
hash = "be1e388a519041c2dea0bdd48e84a00dd24ee3bb"

[update]
[update.modrinth]
mod-id = "6d6uwdZy"
version = "RL2IJte5"
version = "ml5b46Gg"
Binary file removed pack/mods/modfest_credits-1.0.1.jar
Binary file not shown.
8 changes: 4 additions & 4 deletions pack/mods/scattered-shards.pw.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name = "Scattered Shards"
filename = "scattered-shards-1.7.1+1.21.jar"
filename = "scattered-shards-1.7.2+1.21.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/DB9GU3tx/versions/iym5HHuJ/scattered-shards-1.7.1%2B1.21.jar"
url = "https://cdn.modrinth.com/data/DB9GU3tx/versions/2fz7fkJu/scattered-shards-1.7.2%2B1.21.jar"
hash-format = "sha1"
hash = "d9bbc4f83ac77aed22d13e5e45d951ddc62322b5"
hash = "3b2b45def24ab709efc944af1c86728aca8ba41b"

[update]
[update.modrinth]
mod-id = "DB9GU3tx"
version = "iym5HHuJ"
version = "2fz7fkJu"
2 changes: 1 addition & 1 deletion pack/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 = "c5b0a4b33b2653df220e595413d4ac88e6f9ccf9b811ba280d59fc3b54a35f54"
hash = "9e248046051ad7e5bc154db95d5ca543821590232eb18e2f15c29473f8f852f3"

[versions]
minecraft = "1.21.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,14 @@
"stream": true
}
]
},
"music.credits": {
"replace": true,
"sounds": [
{
"name": "mf121_music:music/time_farewell_stereo",
"stream": true
}
]
}
}
}

0 comments on commit 5ad5567

Please sign in to comment.