Initial Commit

This commit is contained in:
luxtracon
2025-11-01 17:56:55 +01:00
commit 6114bde241
376 changed files with 13701 additions and 0 deletions

15
config/guideme.toml Normal file
View File

@@ -0,0 +1,15 @@
[guides]
#Never load translated guide pages for your current language.
ignoreTranslatedGuides = false
#Never show errors in guides when recipes can't be found (i.e. because they were hidden by a datapack).
hideMissingRecipeErrors = false
[gui]
#Adapt GUI scaling for the Guide screen to fix Minecraft font issues at GUI scale 1 and 3.
adaptiveScaling = true
#Use the full width of the screen for the guide when it is opened.
fullWidthLayout = true
[debug]
#Show debugging overlays in GUI on mouse-over.
showDebugGuiOverlays = false