Signed-off-by: Pyritie <pyritie@gmail.com> Signed-off-by: TomPlop <tomdidome@gmail.com> Co-authored-by: Xikaro <os.valerievich@ya.ru> Co-authored-by: Nebby <78170922+Nebby1999@users.noreply.github.com> Co-authored-by: Redeix <brayden.j.m.ford@gmail.com> Co-authored-by: TomPlop <tomdidome@gmail.com> Co-authored-by: aidie8 <aidenvanzuilen@gmail.com> Co-authored-by: Xikaro <55663835+Xikaro@users.noreply.github.com> Co-authored-by: Zleub <debray.arnaud@gmail.com>
123 lines
No EOL
2.4 KiB
JSON
123 lines
No EOL
2.4 KiB
JSON
{
|
|
"feature": {
|
|
"type": "minecraft:replace_single_block",
|
|
"config": {
|
|
"targets": [
|
|
{
|
|
"target": {
|
|
"predicate_type": "minecraft:block_match",
|
|
"block": "minecraft:blackstone"
|
|
},
|
|
"state": {
|
|
"Name": "tfg:rock/hardened_blackstone"
|
|
}
|
|
},
|
|
{
|
|
"target": {
|
|
"predicate_type": "minecraft:block_match",
|
|
"block": "minecraft:deepslate"
|
|
},
|
|
"state": {
|
|
"Name": "tfg:rock/hardened_deepslate"
|
|
}
|
|
},
|
|
{
|
|
"target": {
|
|
"predicate_type": "minecraft:block_match",
|
|
"block": "minecraft:dripstone_block"
|
|
},
|
|
"state": {
|
|
"Name": "tfg:rock/hardened_dripstone"
|
|
}
|
|
},
|
|
{
|
|
"target": {
|
|
"predicate_type": "minecraft:block_match",
|
|
"block": "tfc:rock/raw/gneiss"
|
|
},
|
|
"state": {
|
|
"Name": "tfc:rock/hardened/gneiss"
|
|
}
|
|
},
|
|
{
|
|
"target": {
|
|
"predicate_type": "minecraft:block_match",
|
|
"block": "tfc:rock/raw/schist"
|
|
},
|
|
"state": {
|
|
"Name": "tfc:rock/hardened/schist"
|
|
}
|
|
},
|
|
{
|
|
"target": {
|
|
"predicate_type": "minecraft:block_match",
|
|
"block": "tfc:rock/raw/diorite"
|
|
},
|
|
"state": {
|
|
"Name": "tfc:rock/hardened/diorite"
|
|
}
|
|
},
|
|
{
|
|
"target": {
|
|
"predicate_type": "minecraft:block_match",
|
|
"block": "tfc:rock/raw/granite"
|
|
},
|
|
"state": {
|
|
"Name": "tfc:rock/hardened/granite"
|
|
}
|
|
},
|
|
{
|
|
"target": {
|
|
"predicate_type": "minecraft:block_match",
|
|
"block": "tfc:rock/raw/gabbro"
|
|
},
|
|
"state": {
|
|
"Name": "tfc:rock/hardened/gabbro"
|
|
}
|
|
},
|
|
{
|
|
"target": {
|
|
"predicate_type": "minecraft:block_match",
|
|
"block": "tfc:rock/raw/basalt"
|
|
},
|
|
"state": {
|
|
"Name": "tfc:rock/hardened/basalt"
|
|
}
|
|
},
|
|
{
|
|
"target": {
|
|
"predicate_type": "minecraft:tag_match",
|
|
"tag": "tfc:can_landslide"
|
|
},
|
|
"state": {
|
|
"Name": "tfg:rock/hardened_deepslate"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"placement": [
|
|
{
|
|
"type": "minecraft:carving_mask",
|
|
"step": "air"
|
|
},
|
|
{
|
|
"type": "minecraft:environment_scan",
|
|
"direction_of_search": "up",
|
|
"max_steps": 1,
|
|
"target_condition": {
|
|
"type": "minecraft:any_of",
|
|
"predicates": [
|
|
{
|
|
"type": "minecraft:matching_block_tag",
|
|
"tag": "minecraft:base_stone_nether"
|
|
},
|
|
{
|
|
"type": "minecraft:matching_block_tag",
|
|
"tag": "tfc:can_landslide"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |