Skip to content

Common Config

Common config allows us to modify the basic features of the mod.

Config Options

FieldTypeDefaultDescription
itemStringunstriplog:barkId of the item to use as drop when stripping log, and use as item to unstrip log.
allowUnknownLogBooleantrueAllow logs that have no drop item defined to use the item above and unstrip with it.

INFO

To set a unique drop/item to unstrip, please visit Unstrip Detailed Config.

Config File

The common config file can be found under config/unstriplog-common.toml. Below is an example of what the config file will look like:

toml
item = "unstriplog:bark"
allowUnknownLog = true