Initial commit

This commit is contained in:
2025-03-24 19:54:03 +01:00
commit 6d50c67f51
7047 changed files with 80296 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
# Configuration file
##########################################################################################################
# enchantments
#--------------------------------------------------------------------------------------------------------#
# Settings for enchantments.
# By default, only IDs up to 255 are allowed, only assign a larger value if an ID extension is present.
##########################################################################################################
enchantments {
# [default: true]
B:frostWalker=true
# [range: 0 ~ 32767, default: 200]
I:frostWalkerID=200
# [default: true]
B:mending=true
# [range: 0 ~ 32767, default: 201]
I:mendingID=201
# [default: true]
B:swiftSneak=true
# [range: 0 ~ 32767, default: 202]
I:swiftSneakID=202
}
##########################################################################################################
# potions
#--------------------------------------------------------------------------------------------------------#
# Settings for potions.
# By default, only IDs up to 31 are allowed, only assign a larger value if an ID extension is present.
##########################################################################################################
potions {
# Since this is essential for Shulkers, this is tied to Shulkers being enabled instead of having its own option. [range: 0 ~ 32767, default: 27]
I:levitationID=27
}