feat: initial commit
This commit is contained in:
@@ -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"
|
||||
@@ -0,0 +1,8 @@
|
||||
# Defines the maximum number of blocks that can be edited with the wand per tick
|
||||
# Default: 512
|
||||
# Range: > 1
|
||||
max_edit_operations = 512
|
||||
# Caps the maximum number of blocks that can be edited with the wand overall
|
||||
# Default: 16384
|
||||
# Range: > 1
|
||||
max_edit_force = 16384
|
||||
Reference in New Issue
Block a user