VolmitSoftware / Iris

World Generation through a new Iris
https://volmit.com
GNU General Public License v3.0
445 stars 166 forks source link

Sculk veines place wrong direction #930

Open RePixelatedMC opened 2 years ago

RePixelatedMC commented 2 years ago

Problem

Sculk veines place wrong direction

{
    "name": "Sculk Tunnels",
    "wall": {"palette": [{"block": "minecraft:deepslate"}]},

    "layers": [{
        "style": {
            "style": "STATIC",
            "zoom": 1
        },
        "maxHeight": 2,
        "minHeight": 2,
        "palette": [
            {"block": "minecraft:tuff"},
            {"block": "minecraft:sculk"}
        ]
    }],
    "caveCeilingLayers": [{
        "maxHeight": 2,
        "minHeight": 2,
        "palette": [{"block": "minecraft:deepslate"}]

    }],
 "decorators": [
    {
        "palette": [
            {"block": "minecraft:sculk_sensor"},
            {"block": "minecraft:sculk_catalyst"}],

            "chance": 0.02
    },
    {
        "palette": [
            {"block": "minecraft:sculk_vein"}
        ],

        "chance": 0.1

    }

            ]
}

2022-11-23_16 15 15

Solution

-

Minecraft Version

1.19

Iris Version

Iris Spigot 2.3.8

Log

*