Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sculk veines place wrong direction #930

Open
RePixelatedMC opened this issue Nov 23, 2022 · 0 comments
Open

Sculk veines place wrong direction #930

RePixelatedMC opened this issue Nov 23, 2022 · 0 comments
Labels
Bug Something isn't working Low Priority

Comments

@RePixelatedMC
Copy link
Contributor

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

@NextdoorPsycho NextdoorPsycho added Bug Something isn't working Low Priority labels Dec 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Low Priority
Projects
None yet
Development

No branches or pull requests

2 participants