Geolosys

Geolosys

5M Downloads

Geolosys ignores the "isWhitelist": false tag and spawns the veins only in the blacklisted biomes

Gliese-832-c opened this issue ยท 1 comments

commented

Versions

Forge Version: 1.12.2-2847

Mod Version: 3.0.10

Other Mods

Here's a link to a list of the mods: https://i.imgur.com/g5oDTLL.png

Logs (if applicable)

(not applicable)

Basically, the title.
This is my code:

        {
            "blocks": [
                "thermalfoundation:ore_fluid:1",
                100
            ],
            "samples": [
                "minecraft:glowstone",
                100
            ],
            "yMin": 30,
            "yMax": 60,
            "chance": 3,
            "size": 384,
            "biomes": [
                "minecraft:ice_mountains",
                "minecraft:extreme_hills_with_trees",
                "minecraft:mutated_extreme_hills",
                "minecraft:mutated_extreme_hills_with_trees",
                "minecraft:extreme_hills",
                "minecraft:smaller_extreme_hills",
                "biomesoplenty:alps",
                "biomesoplenty:mountain_foothills",
                "biomesoplenty:crag",
                "biomesoplenty:highland",
                "biomesoplenty:mountain",
                "biomesoplenty:mountain_foothills",
                "biomesoplenty:overgrown_cliffs"
            ],
            "isWhitelist": false,
            "dimBlacklist": [
                -1,
                1
            ],
            "density": 0.1
        }

Here you can see one of the veins spawn, even though I'm in the highland biome.
grafik
The same happened in an alps biome, and mountain biome, both of which are also in the list.

commented

Fixed - turns out I actually uh..... never was using the isWhitelist attribute when checking canPlaceInBiome