The FTB Forum is now read-only, and is here as an archive.
To participate in our community discussions, please join our Discord! https://ftb.team/discord
Hold on, I just compared some lines and lines 8 and 9 have a " around both options, while none of the others do. Take those out and try running it again.
Edit: I can't guarantee any of this is correct, I'm trying to figure this out as I go.
Hold on, I just compared some lines and lines 8 and 9 have a " around both options, while none of the others do. Take those out and try running it again.
Like the others before, I don't see anything obvious jump out at me from your config file. So, I have another angle of attack. The best way to avoid this type of "\auto-rename" issue is to enclose your file name in double quotes ("") in the "Save As" dialogue, like so: "biomegen.cfg". This tells the editor to save the file as-is. My guess is that changing a plain txt into rich text format might have added extra encoding. And this is perhaps causing errors.
So, delete your existing biomegen.cfg and start from scratch and use the double quotes enclosing suggestion. Additionally, if you can choose the file type to save as in your editor, choose "text format" instead of "rich text". Typically, this option is just under the input box where you type file name.
P.S: I am not on a Mac, so the option might be (slightly) different for you. Just explore a little bit.
Hold on, I just compared some lines and lines 8 and 9 have a " around both options, while none of the others do. Take those out and try running it again.
Edit: I can't guarantee any of this is correct, I'm trying to figure this out as I go.