[Bug] [1.16] Hunter tent distance
maxanier opened this issue ยท 4 comments
We are adding all relevant StructureSeparationSettings in ModFeatures#registerStructures
to DimensionStructuresSettings#field_236191_b_
which is right, but because of the static context the field was already used for the dimension structure settings before forge calls the mod constructors. Which means we can not do anything except maybe a core mod.
So just hacking a put with the hunter_camp settings should suffice, right?
Modifying the village size won't be possible with this, but that shouldn't be too important for now I guess.