24 lines
562 B
INI
24 lines
562 B
INI
# Configuration file
|
|
|
|
general {
|
|
# Do not touch!
|
|
S:lastCfgVersion=0.3.0
|
|
|
|
warnings {
|
|
# Warns about deprecated methods on world load. Resets if the version of LootTweaker is changed.
|
|
B:deprecation=true
|
|
|
|
# Warns when newTable() is passed a table id that implictly or explicitly uses the 'minecraft' namescape.
|
|
B:newTableMinecraftNamespace=true
|
|
}
|
|
|
|
workarounds {
|
|
# Classes to force initialise during pre-init. Use only if directed to by LootTweaker author.
|
|
S:forceInitClasses <
|
|
>
|
|
}
|
|
|
|
}
|
|
|
|
|