feat: initial commit

This commit is contained in:
lucasdpt
2026-06-14 01:24:29 +02:00
commit 0d40f88ab2
5815 changed files with 703860 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Defines when Jade should be displayed
# Default: WAND
# ALWAYS - Always show Jade when looking at a block
# WAND - Only show Jade when holding a wand
# NEVER - Never show Jade
#Allowed Values: ALWAYS, WAND, NEVER
jade_mode = "WAND"
# Defines whether wand information should be displayed and where
# Default: TOP_RIGHT
# NONE - Do not display overlay
# TOP_LEFT - Anchor overlay to top-left corner
# TOP_RIGHT - Anchor overlay to top-right corner
#Allowed Values: NONE, TOP_LEFT, TOP_RIGHT
wand_info = "TOP_RIGHT"