1
0
Fork 0
mirror of https://github.com/xHyroM/aetheria.git synced 2024-09-19 21:03:20 +02:00
aetheria/packwiz/1.20.1/config/everycomp-common.toml

21 lines
989 B
TOML
Executable file

[general]
#Puts all the added items into a new Every Compat tab instead of their own mod tabs. Be warned that if disabled it could cause some issue with some mods that have custom tabs
creative_tab = true
#Makes dynamic assets that are generated depend on loaded resource packs. Turn off to make them just use vanilla assets
assets_depend_on_loaded_packs = true
#Creates a debug folder inside your instance directory where all the dynamically generated resources will be saved
save_debug_resources = false
#Sends a packet to verify all dependencies mod versions are the same on connect. DIsable if it causes issues
mod_version_check_packet = true
#Don't touch unless you are told to
debug_packet = false
[general.tooltips]
#Enabled tooltips showing which mod an EC item is from
mod_origin_enabled = true
#Enabled tooltips showing which block type an EC item is made from
block_type_enabled = true
#Only show on advanced settings
show_on_advanced_tooltips = false