-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new shards, new bbox, remove credits
- Loading branch information
1 parent
e6e9e91
commit 5ad5567
Showing
6 changed files
with
47 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters