Inital Files

This commit is contained in:
Mystara 2025-06-16 15:42:15 -05:00
commit e39936e85d
101 changed files with 4985 additions and 0 deletions

17
config/ftbxmodcompat.snbt Normal file
View file

@ -0,0 +1,17 @@
{
# Only show waystones that have been discovered
# Default: true
only_show_known_waystones: true
# Select the permissions implementation to use
# DEFAULT: use FTB Ranks then Luckperms in preference order, depending on mod availability
# Default: "default"
# Valid values: "default", "ftb_ranks", "luckperms"
permission_selector: "default"
# Select the game stages implementation to use
# DEFAULT: use KubeJS, Game Stages, vanilla in preference order, depending on mod availability
# Default: "default"
# Valid values: "default", "vanilla", "kubejs", "gamestages"
stage_selector: "default"
}