2024-05-04 02:37:08 -07:00
|
|
|
# Load suggestions by using disassembler on "load" methods of entities and block entities.
|
|
|
|
# Default value: true
|
2024-05-04 02:05:39 -07:00
|
|
|
use_disassembler = true
|
|
|
|
|
2024-05-04 02:37:08 -07:00
|
|
|
# Load suggestions from resource files (required to load item nbt suggestions).
|
|
|
|
# Default value: true
|
2024-05-04 02:05:39 -07:00
|
|
|
load_from_resources = true
|
|
|
|
|
2024-05-04 02:37:08 -07:00
|
|
|
# Use new thread to load suggestions after loading Minecraft.
|
|
|
|
# Default value: true
|
2024-05-04 02:05:39 -07:00
|
|
|
use_new_thread = true
|
|
|
|
|
2024-05-04 02:37:08 -07:00
|
|
|
# Suggest 1b/0b instead of true/false for boolean value.
|
|
|
|
# Default value: false
|
2024-05-04 02:05:39 -07:00
|
|
|
short_boolean = false
|
|
|
|
|
2024-05-04 02:37:08 -07:00
|
|
|
# Hide Forge specific tags.
|
|
|
|
# Default value: true
|
2024-05-04 02:05:39 -07:00
|
|
|
hide_forge_tags = true
|
|
|
|
|
2024-05-04 02:37:08 -07:00
|
|
|
# Ignore the "minecraft:" command prefix.
|
|
|
|
# Default value: true
|
2024-05-04 02:05:39 -07:00
|
|
|
support_command_namespace = true
|
|
|
|
|
2024-05-04 02:37:08 -07:00
|
|
|
# Show tag type next to its name in suggestions list.
|
|
|
|
# Default value: true
|
2024-05-04 02:05:39 -07:00
|
|
|
show_tag_types = true
|
|
|
|
|
2024-05-04 02:37:08 -07:00
|
|
|
# Ignores letter case when providing tag name suggestions.
|
|
|
|
# Default value: true
|
2024-05-04 02:05:39 -07:00
|
|
|
ignore_letter_case = true
|
|
|
|
|
2024-05-04 02:37:08 -07:00
|
|
|
# Prints stack trace for exceptions.
|
|
|
|
# Default value: false
|
2024-05-04 02:05:39 -07:00
|
|
|
print_exception_stack_trace = false
|
|
|
|
|
2024-05-04 02:37:08 -07:00
|
|
|
# Save suggestions to file - ".minecraft/nbt_ac_output.txt"
|
|
|
|
# 0 - Disabled
|
|
|
|
# 1 - Enabled
|
|
|
|
# 2 - Enabled and sorted (easier for comparing)
|
|
|
|
# Other values will be treated as 0.
|
|
|
|
# Default value: 0
|
2024-05-04 02:05:39 -07:00
|
|
|
save_suggestions = 0
|
|
|
|
|