tweaks for moon spikes and warped vines, added asurine biome decoration

This commit is contained in:
Pyritie 2025-05-13 19:41:31 +01:00
parent 8dbfde3272
commit bd0ebec8c1
33 changed files with 453 additions and 61 deletions

View file

@ -0,0 +1,7 @@
{
"type": "tfc:if_then",
"config": {
"if": "tfg:moon/asurine/asurine_geode",
"then": "tfg:moon/asurine/asurine_decoration"
}
}

View file

@ -0,0 +1,98 @@
{
"type": "minecraft:random_selector",
"config": {
"default": {
"feature": {
"type": "minecraft:no_op",
"config": {}
},
"placement": []
},
"features": [
{
"chance": 0.4,
"feature": {
"feature": {
"type": "minecraft:simple_block",
"config": {
"to_place": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "ae2:small_quartz_bud",
"Properties": {
"facing": "up",
"waterlogged": "false"
}
}
}
}
},
"placement": []
}
},
{
"chance": 0.3,
"feature": {
"feature": {
"type": "minecraft:simple_block",
"config": {
"to_place": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "ae2:medium_quartz_bud",
"Properties": {
"facing": "up",
"waterlogged": "false"
}
}
}
}
},
"placement": []
}
},
{
"chance": 0.2,
"feature": {
"feature": {
"type": "minecraft:simple_block",
"config": {
"to_place": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "ae2:large_quartz_bud",
"Properties": {
"facing": "up",
"waterlogged": "false"
}
}
}
}
},
"placement": []
}
},
{
"chance": 0.1,
"feature": {
"feature": {
"type": "minecraft:simple_block",
"config": {
"to_place": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "ae2:quartz_cluster",
"Properties": {
"facing": "up",
"waterlogged": "false"
}
}
}
}
},
"placement": []
}
}
]
}
}

View file

@ -0,0 +1,108 @@
{
"type": "minecraft:geode",
"config": {
"blocks": {
"filling_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:air"
}
},
"inner_layer_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "ae2:quartz_block"
}
},
"alternate_inner_layer_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "ae2:damaged_budding_quartz"
}
},
"middle_layer_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "gtceu:moon_stone_certus_quartz_ore"
}
},
"outer_layer_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "create:cut_asurine"
}
},
"inner_placements": [
{
"Name": "ae2:small_quartz_bud",
"Properties": {
"facing": "up",
"waterlogged": "false"
}
},
{
"Name": "ae2:medium_quartz_bud",
"Properties": {
"facing": "up",
"waterlogged": "false"
}
},
{
"Name": "ae2:large_quartz_bud",
"Properties": {
"facing": "up",
"waterlogged": "false"
}
},
{
"Name": "ae2:quartz_cluster",
"Properties": {
"facing": "up",
"waterlogged": "false"
}
}
],
"cannot_replace": "#minecraft:features_cannot_replace",
"invalid_blocks": "#minecraft:geode_invalid_blocks"
},
"crack": {
"base_crack_size": 2,
"crack_point_offset": 2,
"generate_crack_chance": 0.1
},
"distribution_points": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 4,
"min_inclusive": 3
}
},
"invalid_blocks_threshold": 1,
"layers": {
"filling": 1.7,
"inner_layer": 2.2,
"middle_layer": 3.2,
"outer_layer": 4.5
},
"max_gen_offset": 24,
"min_gen_offset": -24,
"noise_multiplier": 0.05,
"outer_wall_distance": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 6,
"min_inclusive": 4
}
},
"placements_require_layer0_alternate": true,
"point_offset": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 2,
"min_inclusive": 1
}
},
"use_alternate_layer0_chance": 0.083,
"use_potential_placements_chance": 0.35
}
}

View file

@ -0,0 +1,80 @@
{
"type": "minecraft:vegetation_patch",
"config": {
"depth": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 2,
"min_inclusive": 1
}
},
"extra_bottom_block_chance": 0,
"extra_edge_column_chance": 0.2,
"ground_state": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "create:asurine"
}
},
"replaceable": "#ad_astra:moon_stone_replaceables",
"surface": "floor",
"vegetation_chance": 0.4,
"vegetation_feature": {
"feature": {
"type": "minecraft:block_column",
"config": {
"allowed_placement": {
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
},
"direction": "up",
"layers": [
{
"height": {
"type": "minecraft:weighted_list",
"distribution": [
{
"data": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 3,
"min_inclusive": 0
}
},
"weight": 5
},
{
"data": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 7,
"min_inclusive": 1
}
},
"weight": 1
}
]
},
"provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "create:asurine"
}
}
}
],
"prioritize_tip": true
}
},
"placement": []
},
"vertical_range": 5,
"xz_radius": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 2,
"min_inclusive": 1
}
}
}
}