"description":"`minecraft:geode_feature` generates a rock formation to simulate a geode. Each layer of, and block within, the geode can be replaced.\nSucceeds if: At least one block within the geode is placed.\nFails if: All blocks within the geode fail to be placed.",
"description":"The minimum number of points inside the distance field that can get generated. The distance field is the area consisting of all points with a minimum distance to all destribution points. [0,10]",
"description":"The maximum number of points inside the distance field that can get generated. The distance field is the area consisting of all points with a minimum distance to all destribution points. [0,20]",
"description":"The maximum possible radius of the geode generated."
},
"crack_point_offset":{
"title":"Crack Point Offset",
"type":"integer",
"description":"An offset applied to each distribution point that forms the geode crack opening. [0,10]",
"minimum":0,
"maximum":10
},
"generate_crack_chance":{
"title":"Generate Crack Chance",
"type":"number",
"description":"The likelihood of a geode generating with a crack in its shell. [0,1]",
"minimum":0.0,
"maximum":1.0
},
"base_crack_size":{
"title":"Base Crack Size",
"type":"number",
"description":"How large the crack opening of the geode should be when generated. [0,5]",
"minimum":0.0,
"maximum":5.0
},
"noise_multiplier":{
"title":"Noise Multiplier",
"type":"number",
"description":"A multiplier applied to the noise that is applied to the distribution points within the geode. Higher = more noisy."
},
"use_potential_placements_chance":{
"title":"Use Potential Placements Chance",
"type":"number",
"description":"The likelihood that a special block will be placed on the inside of the geode. [0,1]",
"minimum":0.0,
"maximum":1.0
},
"use_alternate_layer0_chance":{
"title":"Use Alternate Layer0 Chance",
"type":"number",
"description":"The likelihood that a block in the innermost layer of the geode will be replaced with an alternate option. [0,1]",
"minimum":0.0,
"maximum":1.0
},
"placements_require_layer0_alternate":{
"title":"Placements Require Layer0 Alternate",
"type":"boolean",
"description":" If true, the potential placement block will only be placed on the alternate layer0 blocks that get placed. Potential placement blocks are blocks that depend on the existance of another block to be placed. The latter are the layer0 alternate blocks."
},
"invalid_blocks_threshold":{
"title":"Invalid Blocks Threshold",
"type":"integer",
"description":"The threshold of invalid blocks for a geode to have a distribution point in before it aborts generation entirely."