MCMinecraft Assets Explorer

Browse Minecraft assets, including Textures, Sounds, Models, Fonts, Shaders, and more

pointed_dripstone.json0 B

Empty File
{
  "type": "minecraft:simple_random_selector",
  "config": {
    "features": [
      {
        "feature": {
          "type": "minecraft:pointed_dripstone",
          "config": {
            "chance_of_directional_spread": 0.7,
            "chance_of_spread_radius2": 0.5,
            "chance_of_spread_radius3": 0.5,
            "chance_of_taller_dripstone": 0.2
          }
        },
        "placement": [
          {
            "type": "minecraft:environment_scan",
            "allowed_search_condition": {
              "type": "minecraft:matching_blocks",
              "blocks": [
                "minecraft:air",
                "minecraft:water"
              ]
            },
            "direction_of_search": "down",
            "max_steps": 12,
            "target_condition": {
              "type": "minecraft:solid"
            }
          },
          {
            "type": "minecraft:random_offset",
            "xz_spread": 0,
            "y_spread": 1
          }
        ]
      },
      {
        "feature": {
          "type": "minecraft:pointed_dripstone",
          "config": {
            "chance_of_directional_spread": 0.7,
            "chance_of_spread_radius2": 0.5,
            "chance_of_spread_radius3": 0.5,
            "chance_of_taller_dripstone": 0.2
          }
        },
        "placement": [
          {
            "type": "minecraft:environment_scan",
            "allowed_search_condition": {
              "type": "minecraft:matching_blocks",
              "blocks": [
                "minecraft:air",
                "minecraft:water"
              ]
            },
            "direction_of_search": "up",
            "max_steps": 12,
            "target_condition": {
              "type": "minecraft:solid"
            }
          },
          {
            "type": "minecraft:random_offset",
            "xz_spread": 0,
            "y_spread": -1
          }
        ]
      }
    ]
  }
}