,
{
				"type": "minecraft:sequence",
				"sequence": [
					{
						"type": "minecraft:condition",
						"if_true": {
							"type": "minecraft:biome",
							"biome_is": [
								"cavernous:fungal_caves"
							]
						},
						"then_run": {
							"type": "minecraft:sequence",
							"sequence": [
								{
									"type": "minecraft:condition",
									"if_true": {
										"type": "minecraft:stone_depth",
										"offset": 0,
										"surface_type": "floor",
										"add_surface_depth": false,
										"secondary_depth_range": 0
									},
									"then_run": {
										"type": "minecraft:sequence",
										"sequence": [
											{
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:noise_threshold",
													"noise": "cavernous:surface/scattered",
													"min_threshold": 0.8,
													"max_threshold": 2
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:podzol",
														"Properties": {
															"snowy": "false"
														}
													}
												}
											},
											{
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:noise_threshold",
													"noise": "cavernous:surface/scattered",
													"min_threshold": 0.55,
													"max_threshold": 0.8
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:mycelium",
														"Properties": {
															"snowy": "false"
														}
													}
												}
											},
											{
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:noise_threshold",
													"noise": "cavernous:surface/scattered",
													"min_threshold": 0.35,
													"max_threshold": 0.55
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:moss_block"
													}
												}
											},
											{
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:noise_threshold",
													"noise": "cavernous:surface/scattered",
													"min_threshold": 0.25,
													"max_threshold": 0.35
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:grass_block",
														"Properties": {
															"snowy": "false"
														}
													}
												}
											},
											{
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:noise_threshold",
													"noise": "cavernous:surface/scattered",
													"min_threshold": -2,
													"max_threshold": -0.8
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:podzol",
														"Properties": {
															"snowy": "false"
														}
													}
												}
											},
											{
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:noise_threshold",
													"noise": "cavernous:surface/scattered",
													"min_threshold": -0.8,
													"max_threshold": -0.55
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:mycelium",
														"Properties": {
															"snowy": "false"
														}
													}
												}
											},
											{
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:noise_threshold",
													"noise": "cavernous:surface/scattered",
													"min_threshold": -0.55,
													"max_threshold": -0.35
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:moss_block"
													}
												}
											},
											{
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:noise_threshold",
													"noise": "cavernous:surface/scattered",
													"min_threshold": -0.35,
													"max_threshold": -0.25
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:grass_block",
														"Properties": {
															"snowy": "false"
														}
													}
												}
											},
											{
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:noise_threshold",
													"noise": "cavernous:surface/scattered",
													"min_threshold": -0.05,
													"max_threshold": 0.05
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:podzol",
														"Properties": {
															"snowy": "false"
														}
													}
												}
											},
											{
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:noise_threshold",
													"noise": "cavernous:surface/scattered",
													"min_threshold": -0.1,
													"max_threshold": 0.1
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:mycelium",
														"Properties": {
															"snowy": "false"
														}
													}
												}
											},
											{
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:noise_threshold",
													"noise": "cavernous:surface/scattered",
													"min_threshold": -1.18,
													"max_threshold": 1.18
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:moss_block"
													}
												}
											},
											{
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:noise_threshold",
													"noise": "cavernous:surface/scattered",
													"min_threshold": -1.3,
													"max_threshold": 1.3
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:grass_block",
														"Properties": {
															"snowy": "false"
														}
													}
												}
											}
										]
									}
								},
								{
									"type": "minecraft:condition",
									"if_true": {
										"type": "minecraft:stone_depth",
										"offset": 0,
										"surface_type": "floor",
										"add_surface_depth": true,
										"secondary_depth_range": 3
									},
									"then_run": {
										"type": "minecraft:sequence",
										"sequence": [
											{
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:noise_threshold",
													"noise": "cavernous:surface/stripey",
													"min_threshold": -0.35,
													"max_threshold": 0.35
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:terracotta"
													}
												}
											},
											{
												"type": "minecraft:block",
												"result_state": {
													"Name": "minecraft:packed_mud"
												}
											}
										]
									}
								}
							]
						}
					},
					{
						"type": "minecraft:condition",
						"if_true": {
							"type": "minecraft:biome",
							"biome_is": [
								"cavernous:glowshroom_caves"
							]
						},
						"then_run": {
							"type": "minecraft:sequence",
							"sequence": [
								{
									"type": "minecraft:condition",
									"if_true": {
										"type": "minecraft:stone_depth",
										"offset": 0,
										"surface_type": "floor",
										"add_surface_depth": false,
										"secondary_depth_range": 0
									},
									"then_run": {
										"type": "minecraft:sequence",
										"sequence": [
											{
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:noise_threshold",
													"noise": "cavernous:surface/scattered",
													"min_threshold": -0.31,
													"max_threshold": 0.31
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:mycelium",
														"Properties": {
															"snowy": "false"
														}
													}
												}
											},
											{
												"type": "minecraft:block",
												"result_state": {
													"Name": "minecraft:mud"
												}
											}
										]
									}
								}
							]
						}
					},
					{
						"type": "minecraft:condition",
						"if_true": {
							"type": "minecraft:biome",
							"biome_is": [
								"cavernous:desert_caves"
							]
						},
						"then_run": {
							"type": "minecraft:sequence",
							"sequence": [
								{
									"type": "minecraft:condition",
									"if_true": {
										"type": "minecraft:stone_depth",
										"offset": 0,
										"surface_type": "floor",
										"add_surface_depth": false,
										"secondary_depth_range": 1
									},
									"then_run": {
										"type": "minecraft:sequence",
										"sequence": [
											{
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:noise_threshold",
													"noise": "cavernous:surface/scattered",
													"min_threshold": -0.08,
													"max_threshold": 0.08
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:coarse_dirt"
													}
												}
											},
											{
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:noise_threshold",
													"noise": "cavernous:surface/scattered",
													"min_threshold": -0.14,
													"max_threshold": 0.14
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:packed_mud"
													}
												}
											},
											{
												"type": "minecraft:block",
												"result_state": {
													"Name": "minecraft:sand"
												}
											}
										]
									}
								},
								{
									"type": "minecraft:sequence",
									"sequence": [
										{
											"type": "minecraft:condition",
											"if_true": {
												"type": "minecraft:noise_threshold",
												"noise": "cavernous:surface/stripey",
												"min_threshold": -0.1,
												"max_threshold": 0.1
											},
											"then_run": {
												"type": "minecraft:block",
												"result_state": {
													"Name": "minecraft:packed_mud"
												}
											}
										},
										{
											"type": "minecraft:condition",
											"if_true": {
												"type": "minecraft:noise_threshold",
												"noise": "cavernous:surface/stripey",
												"min_threshold": 0.5,
												"max_threshold": 0.6
											},
											"then_run": {
												"type": "minecraft:block",
												"result_state": {
													"Name": "minecraft:packed_mud"
												}
											}
										},
										{
											"type": "minecraft:condition",
											"if_true": {
												"type": "minecraft:noise_threshold",
												"noise": "cavernous:surface/stripey",
												"min_threshold": -0.6,
												"max_threshold": -0.5
											},
											"then_run": {
												"type": "minecraft:block",
												"result_state": {
													"Name": "minecraft:packed_mud"
												}
											}
										},
										{
											"type": "minecraft:block",
											"result_state": {
												"Name": "minecraft:sandstone"
											}
										}
									]
								}
							]
						}
					},
					{
						"type": "minecraft:condition",
						"if_true": {
							"type": "minecraft:biome",
							"biome_is": [
								"cavernous:arid_caves"
							]
						},
						"then_run": {
							"type": "minecraft:sequence",
							"sequence": [
								{
									"type": "minecraft:condition",
									"if_true": {
										"type": "minecraft:stone_depth",
										"offset": 0,
										"surface_type": "floor",
										"add_surface_depth": false,
										"secondary_depth_range": 1
									},
									"then_run": {
										"type": "minecraft:sequence",
										"sequence": [
											{
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:noise_threshold",
													"noise": "cavernous:surface/stripey",
													"min_threshold": -0.08,
													"max_threshold": 0.08
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:red_sand"
													}
												}
											},
											{
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:noise_threshold",
													"noise": "cavernous:surface/stripey",
													"min_threshold": 0.5,
													"max_threshold": 0.55
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:red_sand"
													}
												}
											},
											{
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:noise_threshold",
													"noise": "cavernous:surface/stripey",
													"min_threshold": -0.55,
													"max_threshold": -0.5
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:red_sand"
													}
												}
											},
											{
												"type": "minecraft:block",
												"result_state": {
													"Name": "minecraft:sand"
												}
											}
										]
									}
								},
								{
									"type": "minecraft:sequence",
									"sequence": [
										{
											"type": "minecraft:condition",
											"if_true": {
												"type": "minecraft:noise_threshold",
												"noise": "cavernous:surface/stripey",
												"min_threshold": -0.1,
												"max_threshold": 0.1
											},
											"then_run": {
												"type": "minecraft:block",
												"result_state": {
													"Name": "minecraft:red_sandstone"
												}
											}
										},
										{
											"type": "minecraft:condition",
											"if_true": {
												"type": "minecraft:noise_threshold",
												"noise": "cavernous:surface/stripey",
												"min_threshold": 0.5,
												"max_threshold": 0.6
											},
											"then_run": {
												"type": "minecraft:block",
												"result_state": {
													"Name": "minecraft:orange_terracotta"
												}
											}
										},
										{
											"type": "minecraft:condition",
											"if_true": {
												"type": "minecraft:noise_threshold",
												"noise": "cavernous:surface/stripey",
												"min_threshold": -0.6,
												"max_threshold": -0.5
											},
											"then_run": {
												"type": "minecraft:block",
												"result_state": {
													"Name": "minecraft:orange_terracotta"
												}
											}
										},
										{
											"type": "minecraft:block",
											"result_state": {
												"Name": "minecraft:terracotta"
											}
										}
									]
								}
							]
						}
					},
					{
						"type": "minecraft:condition",
						"if_true": {
							"type": "minecraft:biome",
							"biome_is": [
								"cavernous:painted_caves"
							]
						},
						"then_run": {
							"type": "minecraft:sequence",
							"sequence": [
								{
									"type": "minecraft:sequence",
									"sequence": [
										{
											"type": "minecraft:condition",
											"if_true": {
												"type": "minecraft:noise_threshold",
												"noise": "cavernous:surface/stripey",
												"min_threshold": -0.08,
												"max_threshold": 0.08
											},
											"then_run": {
												"type": "minecraft:block",
												"result_state": {
													"Name": "minecraft:pink_terracotta"
												}
											}
										},
										{
											"type": "minecraft:condition",
											"if_true": {
												"type": "minecraft:noise_threshold",
												"noise": "cavernous:surface/stripey",
												"min_threshold": -0.14,
												"max_threshold": 0.14
											},
											"then_run": {
												"type": "minecraft:block",
												"result_state": {
													"Name": "minecraft:red_terracotta"
												}
											}
										},
										{
											"type": "minecraft:condition",
											"if_true": {
												"type": "minecraft:noise_threshold",
												"noise": "cavernous:surface/stripey",
												"min_threshold": -0.25,
												"max_threshold": 0.25
											},
											"then_run": {
												"type": "minecraft:block",
												"result_state": {
													"Name": "minecraft:orange_terracotta"
												}
											}
										},
										{
											"type": "minecraft:condition",
											"if_true": {
												"type": "minecraft:noise_threshold",
												"noise": "cavernous:surface/stripey",
												"min_threshold": -0.3,
												"max_threshold": 0.3
											},
											"then_run": {
												"type": "minecraft:block",
												"result_state": {
													"Name": "minecraft:yellow_terracotta"
												}
											}
										},
										{
											"type": "minecraft:condition",
											"if_true": {
												"type": "minecraft:noise_threshold",
												"noise": "cavernous:surface/stripey",
												"min_threshold": -0.36,
												"max_threshold": 0.36
											},
											"then_run": {
												"type": "minecraft:block",
												"result_state": {
													"Name": "minecraft:lime_terracotta"
												}
											}
										},
										{
											"type": "minecraft:condition",
											"if_true": {
												"type": "minecraft:noise_threshold",
												"noise": "cavernous:surface/stripey",
												"min_threshold": -0.44,
												"max_threshold": 0.44
											},
											"then_run": {
												"type": "minecraft:block",
												"result_state": {
													"Name": "minecraft:light_blue_terracotta"
												}
											}
										},
										{
											"type": "minecraft:condition",
											"if_true": {
												"type": "minecraft:noise_threshold",
												"noise": "cavernous:surface/stripey",
												"min_threshold": -0.48,
												"max_threshold": 0.48
											},
											"then_run": {
												"type": "minecraft:block",
												"result_state": {
													"Name": "minecraft:blue_terracotta"
												}
											}
										},
										{
											"type": "minecraft:condition",
											"if_true": {
												"type": "minecraft:noise_threshold",
												"noise": "cavernous:surface/stripey",
												"min_threshold": -0.62,
												"max_threshold": 0.62
											},
											"then_run": {
												"type": "minecraft:block",
												"result_state": {
													"Name": "minecraft:purple_terracotta"
												}
											}
										},
										{
											"type": "minecraft:block",
											"result_state": {
												"Name": "minecraft:terracotta"
											}
										}
									]
								}
							]
						}
					},
					{
						"type": "minecraft:condition",
						"if_true": {
							"type": "minecraft:biome",
							"biome_is": [
								"cavernous:crystal_caves"
							]
						},
						"then_run": {
							"type": "minecraft:sequence",
							"sequence": [
								{
									"type": "minecraft:condition",
									"if_true": {
										"type": "minecraft:noise_threshold",
										"noise": "cavernous:surface/stripey",
										"min_threshold": -0.1,
										"max_threshold": 0.1
									},
									"then_run": {
										"type": "minecraft:block",
										"result_state": {
											"Name": "minecraft:amethyst_block"
										}
									}
								},
								{
									"type": "minecraft:condition",
									"if_true": {
										"type": "minecraft:noise_threshold",
										"noise": "cavernous:surface/stripey",
										"min_threshold": -0.14,
										"max_threshold": 0.14
									},
									"then_run": {
										"type": "minecraft:block",
										"result_state": {
											"Name": "minecraft:calcite"
										}
									}
								},
								{
									"type": "minecraft:condition",
									"if_true": {
										"type": "minecraft:noise_threshold",
										"noise": "cavernous:surface/stripey",
										"min_threshold": -0.18,
										"max_threshold": 0.18
									},
									"then_run": {
										"type": "minecraft:block",
										"result_state": {
											"Name": "minecraft:smooth_basalt"
										}
									}
								}
							]
						}
					},
					{
						"type": "minecraft:condition",
						"if_true": {
							"type": "minecraft:biome",
							"biome_is": [
								"cavernous:marble_caves"
							]
						},
						"then_run": {
							"type": "minecraft:sequence",
							"sequence": [
								{
									"type": "minecraft:condition",
									"if_true": {
										"type": "minecraft:noise_threshold",
										"noise": "cavernous:surface/stripey",
										"min_threshold": -0.085,
										"max_threshold": 0.075
									},
									"then_run": {
										"type": "minecraft:block",
										"result_state": {
											"Name": "minecraft:calcite"
										}
									}
								},
								{
									"type": "minecraft:condition",
									"if_true": {
										"type": "minecraft:noise_threshold",
										"noise": "cavernous:surface/scattered",
										"min_threshold": -0.1,
										"max_threshold": 0.1
									},
									"then_run": {
										"type": "minecraft:block",
										"result_state": {
											"Name": "minecraft:calcite"
										}
									}
								},
								{
									"type": "minecraft:block",
									"result_state": {
										"Name": "minecraft:diorite"
									}
								}
							]
						}
					},
					{
						"type": "minecraft:condition",
						"if_true": {
							"type": "minecraft:biome",
							"biome_is": [
								"cavernous:icy_caves"
							]
						},
						"then_run": {
							"type": "minecraft:sequence",
							"sequence": [
								{
									"type": "minecraft:condition",
									"if_true": {
										"type": "minecraft:stone_depth",
										"offset": 0,
										"surface_type": "floor",
										"add_surface_depth": true,
										"secondary_depth_range": 2
									},
									"then_run": {
										"type": "minecraft:sequence",
										"sequence": [
											{
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:noise_threshold",
													"noise": "cavernous:surface/stripey",
													"min_threshold": -0.02,
													"max_threshold": 0.02
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:powder_snow"
													}
												}
											},
											{
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:noise_threshold",
													"noise": "cavernous:surface/stripey",
													"min_threshold": -0.085,
													"max_threshold": 0.085
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:snow_block"
													}
												}
											}
										]
									}
								},
								{
									"type": "minecraft:condition",
									"if_true": {
										"type": "minecraft:stone_depth",
										"offset": 0,
										"surface_type": "floor",
										"add_surface_depth": false,
										"secondary_depth_range": 1
									},
									"then_run": {
										"type": "minecraft:block",
										"result_state": {
											"Name": "minecraft:ice"
										}
									}
								},
								{
									"type": "minecraft:condition",
									"if_true": {
										"type": "minecraft:noise_threshold",
										"noise": "cavernous:surface/stripey",
										"min_threshold": -0.05,
										"max_threshold": 0.05
									},
									"then_run": {
										"type": "minecraft:block",
										"result_state": {
											"Name": "minecraft:calcite"
										}
									}
								},
								{
									"type": "minecraft:block",
									"result_state": {
										"Name": "minecraft:blue_ice"
									}
								}
							]
						}
					},
					{
						"type": "minecraft:condition",
						"if_true": {
							"type": "minecraft:biome",
							"biome_is": [
								"cavernous:marshy_caves"
							]
						},
						"then_run": {
							"type": "minecraft:sequence",
							"sequence": [
								{
									"type": "minecraft:condition",
									"if_true": {
										"type": "minecraft:stone_depth",
										"offset": 0,
										"surface_type": "floor",
										"add_surface_depth": false,
										"secondary_depth_range": 1
									},
									"then_run": {
										"type": "minecraft:condition",
										"if_true": {
											"type": "minecraft:noise_threshold",
											"noise": "cavernous:surface/stripey_small",
											"min_threshold": -0.06,
											"max_threshold": 0.06
										},
										"then_run": {
											"type": "minecraft:block",
											"result_state": {
												"Name": "minecraft:mangrove_wood",
												"Properties": {
													"axis": "y"
												}
											}
										}
									}
								},
								{
									"type": "minecraft:condition",
									"if_true": {
										"type": "minecraft:stone_depth",
										"offset": 0,
										"surface_type": "floor",
										"add_surface_depth": true,
										"secondary_depth_range": 1
									},
									"then_run": {
										"type": "minecraft:condition",
										"if_true": {
											"type": "minecraft:noise_threshold",
											"noise": "cavernous:surface/stripey_small",
											"min_threshold": -0.136,
											"max_threshold": 0.136
										},
										"then_run": {
											"type": "minecraft:block",
											"result_state": {
												"Name": "minecraft:muddy_mangrove_roots",
												"Properties": {
													"axis": "y"
												}
											}
										}
									}
								},
								{
									"type": "minecraft:condition",
									"if_true": {
										"type": "minecraft:stone_depth",
										"offset": 0,
										"surface_type": "floor",
										"add_surface_depth": true,
										"secondary_depth_range": 3
									},
									"then_run": {
										"type": "minecraft:block",
										"result_state": {
											"Name": "minecraft:mud"
										}
									}
								}
							]
						}
					},
					{
						"type": "minecraft:condition",
						"if_true": {
							"type": "minecraft:biome",
							"biome_is": [
								"cavernous:volcanic_caves"
							]
						},
						"then_run": {
							"type": "minecraft:sequence",
							"sequence": [
								{
									"type": "minecraft:sequence",
									"sequence": [
										{
											"type": "minecraft:condition",
											"if_true": {
												"type": "minecraft:noise_threshold",
												"noise": "cavernous:volcanic_1",
												"min_threshold": -0.1,
												"max_threshold": 0.1
											},
											"then_run": {
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:stone_depth",
													"offset": 0,
													"surface_type": "floor",
													"add_surface_depth": false,
													"secondary_depth_range": 1
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:lava",
														"Properties": {
															"level": "0"
														}
													}
												}
											}
										},
										{
											"type": "minecraft:condition",
											"if_true": {
												"type": "minecraft:noise_threshold",
												"noise": "cavernous:volcanic_1",
												"min_threshold": -0.22,
												"max_threshold": 0.22
											},
											"then_run": {
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:stone_depth",
													"offset": 0,
													"surface_type": "floor",
													"add_surface_depth": true,
													"secondary_depth_range": 1
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:magma_block"
													}
												}
											}
										},
										{
											"type": "minecraft:condition",
											"if_true": {
												"type": "minecraft:noise_threshold",
												"noise": "cavernous:volcanic_1",
												"min_threshold": -0.25,
												"max_threshold": 0.25
											},
											"then_run": {
												"type": "minecraft:block",
												"result_state": {
													"Name": "minecraft:basalt",
													"Properties": {
														"axis": "y"
													}
												}
											}
										},
										{
											"type": "minecraft:condition",
											"if_true": {
												"type": "minecraft:noise_threshold",
												"noise": "cavernous:volcanic_1",
												"min_threshold": -0.3,
												"max_threshold": 0.3
											},
											"then_run": {
												"type": "minecraft:block",
												"result_state": {
													"Name": "minecraft:smooth_basalt"
												}
											}
										}
									]
								},
								{
									"type": "minecraft:sequence",
									"sequence": []
								},
								{
									"type": "minecraft:block",
									"result_state": {
										"Name": "minecraft:blackstone"
									}
								}
							]
						}
					},
					{
						"type": "minecraft:condition",
						"if_true": {
							"type": "minecraft:biome",
							"biome_is": [
								"cavernous:caldera_caves"
							]
						},
						"then_run": {
							"type": "minecraft:sequence",
							"sequence": [
								{
									"type": "minecraft:condition",
									"if_true": {
										"type": "minecraft:stone_depth",
										"offset": 0,
										"surface_type": "floor",
										"add_surface_depth": true,
										"secondary_depth_range": 1
									},
									"then_run": {
										"type": "minecraft:sequence",
										"sequence": [
											{
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:noise_threshold",
													"noise": "cavernous:inactive",
													"min_threshold": -0.1,
													"max_threshold": 0.1
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:lime_terracotta"
													}
												}
											},
											{
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:noise_threshold",
													"noise": "cavernous:inactive",
													"min_threshold": -0.2,
													"max_threshold": 0.2
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:yellow_terracotta"
													}
												}
											},
											{
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:noise_threshold",
													"noise": "cavernous:inactive",
													"min_threshold": -0.32,
													"max_threshold": 0.32
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:orange_terracotta"
													}
												}
											},
											{
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:noise_threshold",
													"noise": "cavernous:inactive",
													"min_threshold": -0.37,
													"max_threshold": 0.37
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:terracotta"
													}
												}
											},
											{
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:noise_threshold",
													"noise": "cavernous:inactive",
													"min_threshold": -0.5,
													"max_threshold": 0.5
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:brown_terracotta"
													}
												}
											}
										]
									}
								},
								{
									"type": "minecraft:condition",
									"if_true": {
										"type": "minecraft:noise_threshold",
										"noise": "cavernous:volcanic_1",
										"min_threshold": -0.2,
										"max_threshold": 0.2
									},
									"then_run": {
										"type": "minecraft:block",
										"result_state": {
											"Name": "minecraft:smooth_basalt"
										}
									}
								},
								{
									"type": "minecraft:block",
									"result_state": {
										"Name": "minecraft:basalt",
										"Properties": {
											"axis": "y"
										}
									}
								}
							]
						}
					},
					{
						"type": "minecraft:condition",
						"if_true": {
							"type": "minecraft:biome",
							"biome_is": [
								"cavernous:tropical_caves"
							]
						},
						"then_run": {
							"type": "minecraft:condition",
							"if_true": {
								"type": "minecraft:water",
								"offset": 0,
								"surface_depth_multiplier": 0,
								"add_stone_depth": false
							},
							"then_run": {
								"type": "minecraft:sequence",
								"sequence": [
									{
										"type": "minecraft:condition",
										"if_true": {
											"type": "minecraft:stone_depth",
											"offset": 0,
											"surface_type": "floor",
											"add_surface_depth": false,
											"secondary_depth_range": 1
										},
										"then_run": {
											"type": "minecraft:condition",
											"if_true": {
												"type": "minecraft:noise_threshold",
												"noise": "cavernous:surface/stripey_small",
												"min_threshold": -0.18,
												"max_threshold": 0.18
											},
											"then_run": {
												"type": "minecraft:block",
												"result_state": {
													"Name": "minecraft:mud"
												}
											}
										}
									},
									{
										"type": "minecraft:condition",
										"if_true": {
											"type": "minecraft:stone_depth",
											"offset": 0,
											"surface_type": "floor",
											"add_surface_depth": false,
											"secondary_depth_range": 1
										},
										"then_run": {
											"type": "minecraft:sequence",
											"sequence": [
												{
													"type": "minecraft:condition",
													"if_true": {
														"type": "minecraft:noise_threshold",
														"noise": "cavernous:surface/stripey",
														"min_threshold": -1000,
														"max_threshold": -0.15
													},
													"then_run": {
														"type": "minecraft:block",
														"result_state": {
															"Name": "minecraft:moss_block"
														}
													}
												},
												{
													"type": "minecraft:condition",
													"if_true": {
														"type": "minecraft:noise_threshold",
														"noise": "cavernous:surface/stripey",
														"min_threshold": 0.15,
														"max_threshold": 1000
													},
													"then_run": {
														"type": "minecraft:block",
														"result_state": {
															"Name": "minecraft:moss_block"
														}
													}
												}
											]
										}
									},
									{
										"type": "minecraft:condition",
										"if_true": {
											"type": "minecraft:stone_depth",
											"offset": 0,
											"surface_type": "floor",
											"add_surface_depth": true,
											"secondary_depth_range": 2
										},
										"then_run": {
											"type": "minecraft:block",
											"result_state": {
												"Name": "minecraft:mud"
											}
										}
									}
								]
							}
						}
					},
					{
						"type": "minecraft:condition",
						"if_true": {
							"type": "minecraft:biome",
							"biome_is": [
								"cavernous:the_undergrowth"
							]
						},
						"then_run": {
							"type": "minecraft:sequence",
							"sequence": [
								{
									"type": "minecraft:sequence",
									"sequence": [
										{
											"type": "minecraft:condition",
											"if_true": {
												"type": "minecraft:noise_threshold",
												"noise": "cavernous:undergrowth_roots",
												"min_threshold": -0.18,
												"max_threshold": 0.18
											},
											"then_run": {
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:stone_depth",
													"offset": 0,
													"surface_type": "floor",
													"add_surface_depth": false,
													"secondary_depth_range": 2
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:birch_wood",
														"Properties": {
															"axis": "y"
														}
													}
												}
											}
										},
										{
											"type": "minecraft:condition",
											"if_true": {
												"type": "minecraft:noise_threshold",
												"noise": "cavernous:undergrowth_roots",
												"min_threshold": -0.45,
												"max_threshold": 0.45
											},
											"then_run": {
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:stone_depth",
													"offset": 0,
													"surface_type": "floor",
													"add_surface_depth": true,
													"secondary_depth_range": 0
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:rooted_dirt"
													}
												}
											}
										}
									]
								},
								{
									"type": "minecraft:condition",
									"if_true": {
										"type": "minecraft:stone_depth",
										"offset": 0,
										"surface_type": "floor",
										"add_surface_depth": true,
										"secondary_depth_range": 0
									},
									"then_run": {
										"type": "minecraft:sequence",
										"sequence": [
											{
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:noise_threshold",
													"noise": "cavernous:surface/stripey_small",
													"min_threshold": -0.2,
													"max_threshold": 0.2
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:soul_soil"
													}
												}
											}
										]
									}
								},
								{
									"type": "minecraft:condition",
									"if_true": {
										"type": "minecraft:stone_depth",
										"offset": 0,
										"surface_type": "floor",
										"add_surface_depth": false,
										"secondary_depth_range": 1
									},
									"then_run": {
										"type": "minecraft:block",
										"result_state": {
											"Name": "minecraft:grass_block",
											"Properties": {
												"snowy": "false"
											}
										}
									}
								},
								{
									"type": "minecraft:condition",
									"if_true": {
										"type": "minecraft:stone_depth",
										"offset": 0,
										"surface_type": "floor",
										"add_surface_depth": true,
										"secondary_depth_range": 1
									},
									"then_run": {
										"type": "minecraft:sequence",
										"sequence": [
											{
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:noise_threshold",
													"noise": "minecraft:badlands_surface",
													"min_threshold": -1000,
													"max_threshold": -0.25
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:coarse_dirt"
													}
												}
											},
											{
												"type": "minecraft:condition",
												"if_true": {
													"type": "minecraft:noise_threshold",
													"noise": "minecraft:badlands_surface",
													"min_threshold": 0.25,
													"max_threshold": 1000
												},
												"then_run": {
													"type": "minecraft:block",
													"result_state": {
														"Name": "minecraft:coarse_dirt"
													}
												}
											}
										]
									}
								},
								{
									"type": "minecraft:condition",
									"if_true": {
										"type": "minecraft:stone_depth",
										"offset": 0,
										"surface_type": "floor",
										"add_surface_depth": true,
										"secondary_depth_range": 3
									},
									"then_run": {
										"type": "minecraft:block",
										"result_state": {
											"Name": "minecraft:packed_mud"
										}
									}
								},
								{
									"type": "minecraft:block",
									"result_state": {
										"Name": "minecraft:light_gray_terracotta"
									}
								}
							]
						}
					}
				]
			}