Adding a dimension to the blacklist doesn't work
Peach774 opened this issue ยท 11 comments
It gives me a malformed config error when putting in -7. Ive tried placing it different places to check that I was wrong, but it doesnt work.
ok so the config file works with names now and it blows up when i enter int instead of string value.
what do i have to type so dynamic trees dont generate in the nether and the end ? (I specifically need that because dtbyg doesnt generate them properly)
Edit: found out the values were "overworld","the_nether" and "the_end" . . . . ofc
the black list doesn't work.
I enabled the vanilla gen trees, but added the overworld to the blacklist because its the only place i want dynamic trees, but it keeps them vanilla form some reason
Its not biomes its dimensions. Dimensions can have both positive and negative numbers. This the entry from the config file:
world {
# Blacklist of dimension numbers for disabling Dynamic Tree worldgen [default: ]
S:dimensionsBlacklist <
>
I'll make sure I get this working before the next release. Sorry for the inconvenience, it wasn't very well tested.
Works now. An example syntax is as follows:
S:dimensionsBlacklist <
-7
-1
7
>
Individual lines for each entry is not optional. The syntax for forge config string lists are very poorly documented.
I don't mean to bother you, but how soon should I expect an update? I can wait, I want to run my pack on a server, but I do not want to have some dynamic trees and some regular ones in the twilight forest if i can avoid it.
You can download the alpha version from curseforge. That version has the bug fix. However since it's alpha you might end up finding an unrelated bug or two. That being said the alpha seems to run pretty ok.
I suggest testing with it anyway so if it doesn't work how you want you can report it to me and I'll get it fixed before the release version.