Alpha Release: 0.9.0 (#849)
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>
This commit is contained in:
parent
d344316e5a
commit
ec2e3cd3c4
2193 changed files with 104602 additions and 53195 deletions
123
kubejs/data/tfg/worldgen/placed_feature/nether/hardening.json
Normal file
123
kubejs/data/tfg/worldgen/placed_feature/nether/hardening.json
Normal file
|
|
@ -0,0 +1,123 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue