[Bug] adobe village houses pool missing
xXNickznXx opened this issue ยท 2 comments
On naturespirit-1.6.2-1.21
Im trying to add custom structures to the villages of this mod utilizing the Structure Pool API mod.
For the coconut, cypress and wisteria villages it works fine, but for the adobe village is seems the pool is missing.
Using the natures_spirit:village/<village_name>/houses pools
Yeah because Adobe villages are differently structured and also use multiple pools to maximize randomness. If you would, we can connect on discord and I can try helping u figure out how to implement your stuff for the adobe villages
@Eko-byte i have managed it on my own. There were a couple of things i have done wrong:
- I was trying to add to a nonexistent pool:
natures_spirit:village/adobe/housesinstead of adding to one that exists:natures_spirit:village/adobe/adobe_houses_layer_1 - I was using the wrong (default for "normal" villages) configuration in the jigsaw blocks instead of using your configurations