Files
PietroSainaghi 35aff91e33 Finally a GIT!
2022-10-06 18:38:10 -07:00

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 <
>
}
}