Dynamic Trees

Dynamic Trees

25M Downloads

Adding a dimension to the blacklist doesn't work

Peach774 opened this issue ยท 11 comments

commented

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.

commented

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

commented

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

commented

Since when do biomes work with negative numbers?

commented

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 <
>

commented

I'll make sure I get this working before the next release. Sorry for the inconvenience, it wasn't very well tested.

commented

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.

commented

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.

commented

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.

commented

my bad

commented

So you currently have the default set to 7, which should probably be set to -7 since that is the twilight forest. If you leave it as 7, it could cause issues with RFTools dimensions and people might end up very confused.