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

@ -23,7 +23,7 @@
[],
[],
[
"tfg:moon/blob/asurine",
"tfg:moon/asurine/blob_dense",
"tfg:earth/geode/amethyst",
"tfg:earth/geode/barite",
"tfg:earth/geode/calcite",
@ -42,7 +42,9 @@
[],
"#tfg:moon_small_rock_features",
[
"tfg:moon/surface/warped_sprouts_patch",
"tfg:moon/asurine/asurine_spikes",
"tfg:moon/asurine/asurine"
],
[
"tfg:moon/hardening"

View file

@ -23,7 +23,7 @@
[],
[],
[
"tfg:moon/blob/asurine",
"tfg:moon/asurine/blob_dense",
"tfg:earth/geode/amethyst",
"tfg:earth/geode/barite",
"tfg:earth/geode/calcite",
@ -42,7 +42,10 @@
"#tfg:moon_large_rock_features",
"#tfg:moon_small_rock_features",
[
"tfg:moon/surface/warped_sprouts_patch"
"tfg:moon/surface/dead_coral_fans",
"tfg:moon/surface/warped_sprouts_patch",
"tfg:moon/surface/warped_roots_patch",
"tfg:moon/asurine/asurine_spikes"
],
[
"tfg:moon/hardening"

View file

@ -23,7 +23,6 @@
[],
[],
[
"tfg:moon/blob/asurine",
"tfg:earth/geode/amethyst",
"tfg:earth/geode/barite",
"tfg:earth/geode/calcite",
@ -42,6 +41,7 @@
"#tfg:moon_large_rock_features",
"#tfg:moon_small_rock_features",
[
"tfg:moon/surface/dead_coral_fans",
"tfg:moon/surface/warped_sprouts_patch",
"tfg:moon/surface/warped_roots_patch",
"tfg:moon/surface/chorus_plant_rare"

View file

@ -23,7 +23,7 @@
[],
[],
[
"tfg:moon/blob/asurine",
"tfg:moon/asurine/blob_sparse",
"tfg:earth/geode/amethyst",
"tfg:earth/geode/barite",
"tfg:earth/geode/calcite",

View file

@ -43,7 +43,7 @@
[
"tfg:moon/surface/warped_sprouts_patch",
"tfg:moon/surface/warped_roots_patch",
"tfg:moon/surface/warped_vine"
"tfg:moon/surface/warped_vine_common"
],
[
"tfg:moon/hardening"

View file

@ -23,7 +23,7 @@
[],
[],
[
"tfg:moon/blob/asurine",
"tfg:moon/asurine/blob_sparse",
"tfg:earth/geode/amethyst",
"tfg:earth/geode/barite",
"tfg:earth/geode/calcite",
@ -43,7 +43,8 @@
"#tfg:moon_small_rock_features",
[
"tfg:moon/surface/warped_sprouts_patch",
"tfg:moon/surface/warped_roots_patch"
"tfg:moon/surface/warped_roots_patch",
"tfg:moon/surface/warped_vine_rare"
],
[
"tfg:moon/hardening"

View file

@ -23,7 +23,7 @@
[],
[],
[
"tfg:moon/blob/asurine",
"tfg:moon/asurine/blob_sparse",
"tfg:earth/geode/amethyst",
"tfg:earth/geode/barite",
"tfg:earth/geode/calcite",

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
}
}
}
}

View file

@ -0,0 +1,16 @@
{
"feature": "tfg:moon/asurine/asurine",
"placement": [
{
"type": "minecraft:count",
"count": 2
},
{
"type": "minecraft:biome"
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING"
}
]
}

View file

@ -0,0 +1,16 @@
{
"feature": "tfg:moon/asurine/asurine_decoration",
"placement": [
{
"type": "minecraft:count",
"count": 30
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING"
}
]
}

View file

@ -0,0 +1,4 @@
{
"feature": "tfg:moon/asurine/asurine_geode",
"placement": []
}

View file

@ -0,0 +1,19 @@
{
"feature": "tfg:moon/asurine/asurine_spikes",
"placement": [
{
"type": "minecraft:biome"
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:rarity_filter",
"chance": 2
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING"
}
]
}

View file

@ -0,0 +1,27 @@
{
"feature": "tfg:moon/asurine/blob",
"placement": [
{
"type": "minecraft:count",
"count": 6
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:trapezoid",
"max_inclusive": {
"absolute": 210
},
"min_inclusive": {
"absolute": -64
}
}
},
{
"type": "minecraft:biome"
}
]
}

View file

@ -0,0 +1,27 @@
{
"feature": "tfg:moon/asurine/blob",
"placement": [
{
"type": "minecraft:count",
"count": 2
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:trapezoid",
"max_inclusive": {
"absolute": 210
},
"min_inclusive": {
"absolute": -64
}
}
},
{
"type": "minecraft:biome"
}
]
}

View file

@ -1,27 +0,0 @@
{
"feature": "tfg:moon/blob/asurine",
"placement": [
{
"type": "minecraft:count",
"count": 5
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:trapezoid",
"max_inclusive": {
"absolute": 210
},
"min_inclusive": {
"absolute": -64
}
}
},
{
"type": "minecraft:biome"
}
]
}

View file

@ -2,15 +2,12 @@
"feature": "tfg:moon/surface/dead_coral_blocks",
"placement": [
{
"type": "minecraft:biome"
"type": "minecraft:in_square"
},
{
"type": "minecraft:rarity_filter",
"chance": 1
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING"

View file

@ -19,7 +19,8 @@
"offset": [ 0, -1, 0 ],
"blocks": [
"ad_astra:moon_deepslate",
"tfg:rock/hardened_moon_deepslate"
"tfg:rock/hardened_moon_deepslate",
"tfc:sand/black"
]
}
}

View file

@ -19,7 +19,8 @@
"offset": [ 0, -1, 0 ],
"blocks": [
"ad_astra:moon_deepslate",
"tfg:rock/hardened_moon_deepslate"
"tfg:rock/hardened_moon_deepslate",
"tfc:sand/black"
]
}
},

View file

@ -19,7 +19,8 @@
"offset": [ 0, -1, 0 ],
"blocks": [
"ad_astra:moon_deepslate",
"tfg:rock/hardened_moon_deepslate"
"tfg:rock/hardened_moon_deepslate",
"tfc:sand/black"
]
}
},

View file

@ -38,8 +38,7 @@
"type": "minecraft:matching_blocks",
"blocks": [
"tfc:rock/raw/andesite",
"tfc:rock/hardened/andesite",
"tfc:rock/gravel/andesite"
"tfc:rock/hardened/andesite"
]
}
}

View file

@ -38,8 +38,7 @@
"type": "minecraft:matching_blocks",
"blocks": [
"tfc:rock/raw/basalt",
"tfc:rock/hardened/basalt",
"tfc:rock/gravel/basalt"
"tfc:rock/hardened/basalt"
]
}
}

View file

@ -38,8 +38,7 @@
"type": "minecraft:matching_blocks",
"blocks": [
"tfc:rock/raw/dacite",
"tfc:rock/hardened/dacite",
"tfc:rock/gravel/dacite"
"tfc:rock/hardened/dacite"
]
}
}

View file

@ -38,8 +38,7 @@
"type": "minecraft:matching_blocks",
"blocks": [
"tfc:rock/raw/diorite",
"tfc:rock/hardened/diorite",
"tfc:rock/gravel/diorite"
"tfc:rock/hardened/diorite"
]
}
}

View file

@ -38,8 +38,7 @@
"type": "minecraft:matching_blocks",
"blocks": [
"tfc:rock/raw/gabbro",
"tfc:rock/hardened/gabbro",
"tfc:rock/gravel/gabbro"
"tfc:rock/hardened/gabbro"
]
}
}

View file

@ -38,8 +38,7 @@
"type": "minecraft:matching_blocks",
"blocks": [
"ad_astra:glacio_stone",
"tfg:rock/hardened_glacio_stone",
"ad_astra:glacio_cobblestone"
"tfg:rock/hardened_glacio_stone"
]
}
}

View file

@ -38,8 +38,7 @@
"type": "minecraft:matching_blocks",
"blocks": [
"ad_astra:moon_stone",
"tfg:rock/hardened_moon_stone",
"ad_astra:moon_sand"
"tfg:rock/hardened_moon_stone"
]
}
}

View file

@ -38,8 +38,7 @@
"type": "minecraft:matching_blocks",
"blocks": [
"tfc:rock/raw/rhyolite",
"tfc:rock/hardened/rhyolite",
"tfc:rock/gravel/rhyolite"
"tfc:rock/hardened/rhyolite"
]
}
}

View file

@ -0,0 +1,19 @@
{
"feature": "tfg:moon/surface/warped_vine",
"placement": [
{
"type": "minecraft:biome"
},
{
"type": "minecraft:count",
"count": 3
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING"
}
]
}

View file

@ -6,7 +6,7 @@
},
{
"type": "minecraft:rarity_filter",
"chance": 1
"chance": 2
},
{
"type": "minecraft:in_square"