-
So i've been reading all 38 pages of comments on the curseforge page, as well as reading the discussions here on the github, but I can't seem to get the .cfg file to play nicely in terms of the item white/black listing. All of the discussions that show easy configuration methods appear to reference a .toml that is not present in the single player or server config folders. I think I must just be typing it in incorrectly, below is what the file looks like. if I replace the < with an = and type ["mod:itemid"] it gives no feedback, but doesn't allow that item to work. If I leave the karat < and type ["mod:itemid"] it actually marks the entire config file as errored and generates a new one. I've tried several different ways of entering the items that I'd like white/black listed, but it doesn't seem to be making a difference. For reference, I'm playing on 1.12.2 using forge. Falling tree is working as expected in all other ways. Any help would be greatly appreciated. tools {
} |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
File format changed in some version (I don't remember which). In newer versions it's JSON format so the format you saw Now 1.12 uses old format, which is the Forge TOML format (and is weird).
|
Beta Was this translation helpful? Give feedback.
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 :