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,11 @@
# Configuration file
"duplicate potion ids" {
# If enabled, Bookshelf will catch duplicate potion errors. This will prevent the game from crashing, and give you a list of potential replacement IDs. [default: false]
B:catchPotionException=false
# Should Bookshelf create a warning in the console, every time a duplicate potion exception is detected? [default: true]
B:potionDetectionEnabled=true
}