Created
August 5, 2021 12:38
-
-
Save toka7290/e61c1b0625a31754dbf1d557219cfcb2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"format_version": "1.13.0", | |
"minecraft:geode_feature": { | |
"description": { | |
"identifier": "toka7290:test_geode_feature" | |
}, | |
"filler": "minecraft:air", | |
"inner_layer": "minecraft:deepslate_coal_ore", | |
"alternate_inner_layer": "minecraft:deepslate_diamond_ore", | |
"middle_layer": "minecraft:deepslate", | |
"outer_layer": "minecraft:cobbled_deepslate", | |
"inner_placements": ["minecraft:diamond_block", "minecraft:coal_block"], | |
"min_outer_wall_distance": 4, | |
"max_outer_wall_distance": 6, | |
"min_distribution_points": 3, | |
"max_distribution_points": 6, | |
"min_point_offset": 1, | |
"max_point_offset": 7, | |
"max_radius": 32, | |
"crack_point_offset": 2, | |
"generate_crack_chance": 1.0, | |
"base_crack_size": 2.2, | |
"noise_multiplier": 0.0126, | |
"use_potential_placements_chance": 0.22, | |
"use_alternate_layer0_chance": 0.15, | |
"placements_require_layer0_alternate": false, | |
"invalid_blocks_threshold": 1 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment