Skip to content

Falling tree config file not allowing whitelisting properly #538

Answered by Rakambda
bronasr asked this question in Q&A
Discussion options

You must be logged in to vote

File format changed in some version (I don't remember which). In newer versions it's JSON format so the format you saw "key": ["val1", "val2"].

Now 1.12 uses old format, which is the Forge TOML format (and is weird).
If I remember well you need something like :

# Additional list of tools that can be used to chop down a tree.
# INFO: Items marked with the axe tag will already be whitelisted.
S:whitelisted <
    mod_id1:id1
    mod_id2:id2
    mod_id3:id3
 >

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bronasr
Comment options

Answer selected by bronasr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants