BiomeTweaker keeps deleting script from script list
AGiLE-EaGLE1994 opened this issue ยท 7 comments
test.txt
postgaianbiomes.txt
BiomeTweaker.txt
latest.log
the latest.log says that the list property is malformed at line 14, even though I entered it exactly like that once before and it worked. I can't figure out how I made it work.
Minecraft version: 1.12.2
BiomeTweaker version: 1.12.2 3.2.368
Forge version: 14.23.5.2838
I have Biomes 'O Plenty installed.
Is something preventing you from dropping these scripts in the scripts folder? It's much easier than figuring out where your syntax is wrong.
They ARE in the scripts folder. But I DID have copies of them in the BiomeTweaker folder too.
Also, THANK YOU in advance for helping me because I was really confused.
I've deleted the copies in the BT folder, so they're gone now.
Mine do. What I'm curious about is what's wrong with the main config file's script list.
Also, I thought that having Tweaker.setStage("BIOME_REGISTRY")
in the script cfg multiple times would be a problem so I fixed that too. I've rebooted the game countless times and can't figure out what's wrong, and I'd really appreciate any help with this.
I'm not sure, I haven't touched Forge config files in a while. It's formatted however Forge wants you to format lists.
I've seen other lists in Forge config files and the syntax seems to be like:
<
thing
thing1
thing2
(greater than sign)
And that's very different from the example on the wiki.
EDIT: I laid out the list like that, with the greater/less than symbols on separate rows, with the scripts in between each on their own rows with no punctuation marks and it worked. Can you update the example in the wiki to match that?