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

Objects spawn in each other #1023

Closed
RePixelatedMC opened this issue Sep 5, 2023 · 1 comment
Closed

Objects spawn in each other #1023

RePixelatedMC opened this issue Sep 5, 2023 · 1 comment

Comments

@RePixelatedMC
Copy link
Contributor

Problem

image

{
    "name": "Plains",
    "rarity": 1,
    "derivative": "PLAINS",
    "vanillaDerivative": "PLAINS",
     "layers": [
       {
            "style": {"style": "STATIC"},
            "zoom": 0.656,
            "palette": [
                {
                    "weight": 19,
                    "block": "minecraft:grass_block"
                },
                {"block": "minecraft:coarse_dirt"},
                {"block": "minecraft:gravel"},
                {
                    "weight": 19,
                    "block": "minecraft:grass_block"
                }
            ]
        },
        {
            "minHeight": 2,
            "maxHeight": 2,
            "palette": [{"block": "minecraft:dirt"}]
        },
        {
            "style": {"style": "STATIC"},
            "minHeight": 1,
            "maxHeight": 1,
            "palette": [
                {"block": "minecraft:dirt"},
                {"block": "minecraft:stone"}
            ]
        }
    ],
    "objects": [
        {
            "chance": 0.75,
            "density": 3,
            "mode": "FAST_MIN_HEIGHT",

            "place": [
                "trees/oak/antioch1",
                "trees/oak/antioch2",
                "trees/oak/antioch3",
                "trees/oak/antioch4",
                "trees/oak/antioch5",
                "trees/oak/antioch6",
                "trees/oak/antioch7",
                "trees/oak/antioch8",
                "trees/oak/antioch9",
                "trees/oak/antioch10",
                "trees/oak/antioch11",
                "trees/oak/antioch12",
                "trees/oak/antioch13"

            ]
        },
          {
            "density": 1,
            "place": [
              "clutter/vfallen_log1"
            ],
            "chance": 0.15726,
            "translate":{
                "y": 1
            },
            "mode": "MAX_HEIGHT",
            "rotation": {
                "enabled": true,
                "zAxis": {
                    "enabled": true,
                    "interval": 90,
                    "min": 0,
                    "max": 270
                }
            }
        },
         {
            "density": 1,

            "place": [
                "clutter/boulder1",
                "clutter/boulder2",
                "clutter/boulder3",
                "clutter/boulder4",
                "clutter/boulder5",
                "clutter/boulder6",
                "clutter/boulder7",
                "clutter/boulder8",
                "clutter/boulder9",
                "clutter/boulder10"
            ],
            "chance": 0.131,
            "rotation": {
                "enabled": true,
                "zAxis": {
                    "enabled": true,
                    "interval": 90,
                    "min": 0,
                    "max": 270
                }
            }
        }
    ],
     "decorators": [
        {
            "chance": 0.2,
            "variance": {
                "style": "CELLULAR",
                "zoom": 0.3,
                "fracture": {
                    "style": "SIMPLEX",
                    "zoom": 0.2,
                    "multiplier": 10
                }
            },
            "style": {
                "style": "TRIOCTAVE_SIMPLEX",
                "zoom": 0.35,
                "fracture": {
                    "style": "STATIC",
                    "multiplier": 8
                }
            },
            "palette": [
                {"block": "minecraft:dandelion"},
                {"block": "minecraft:poppy"},
                {"block": "minecraft:blue_orchid"},
                {"block": "minecraft:allium"},
                {"block": "minecraft:azure_bluet"},
                {"block": "minecraft:red_tulip"},
                {"block": "minecraft:orange_tulip"},
                {"block": "minecraft:white_tulip"},
                {"block": "minecraft:pink_tulip"},
                {"block": "minecraft:oxeye_daisy"},
                {"block": "minecraft:cornflower"},
                {"block": "minecraft:lily_of_the_valley"}
            ]
        },
        {
            "chance": 0.03,
            "palette": [{"block": "minecraft:tall_grass"}]
        },
        {
            "chance": 0.5,
            "palette": [{"block": "minecraft:grass"}]
        },
        {
            "chance": 0.06,
            "palette": [{"block": "minecraft:fern"}]
        },
        {
            "chance": 0.04,
            "palette": [{"block": "minecraft:red_mushroom"}]
        },
        {
            "chance": 0.1,
            "palette": [{"block": "minecraft:large_fern"}]
        },
        {
            "chance": 0.05,
            "palette": [{"block": "minecraft:cobblestone_slab"}]
        }
    ],

    "generators": [
        {
            "generator": "developer/dev",
            "min": 30,
            "max": 40
        }
    ]
}

Solution

No response

Minecraft Version

1.21

Iris Version

2.7.6

Log

@NextdoorPsycho
Copy link
Contributor

1:
remove fast minheight because you are translating it, and remove translation from it as you dont need that and its wholefullt un-needed

2:
i dont know what oyur complaint is as the image is unhelpful and you just pasted a snipped of code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants