new venus stuff
This commit is contained in:
parent
042bd9870f
commit
a8d1bb1505
84 changed files with 1012 additions and 169 deletions
|
|
@ -293,14 +293,14 @@
|
|||
"if_true": {
|
||||
"type": "minecraft:noise_threshold",
|
||||
"noise": "minecraft:powder_snow",
|
||||
"min_threshold": -0.2,
|
||||
"max_threshold": -0.1
|
||||
"min_threshold": -0.3,
|
||||
"max_threshold": 0
|
||||
},
|
||||
"then_run": {
|
||||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
"type": "minecraft:stone_depth",
|
||||
"offset": 2,
|
||||
"offset": 1,
|
||||
"surface_type": "floor",
|
||||
"add_surface_depth": false,
|
||||
"secondary_depth_range": 0
|
||||
|
|
@ -313,32 +313,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
"type": "minecraft:noise_threshold",
|
||||
"noise": "minecraft:powder_snow",
|
||||
"min_threshold": -0.3,
|
||||
"max_threshold": 0.0
|
||||
},
|
||||
"then_run": {
|
||||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
"type": "minecraft:stone_depth",
|
||||
"offset": 2,
|
||||
"surface_type": "floor",
|
||||
"add_surface_depth": false,
|
||||
"secondary_depth_range": 0
|
||||
},
|
||||
"then_run": {
|
||||
"type": "kubejs_tfc:rock",
|
||||
"rock_block": "cobble",
|
||||
"fallback_state": {
|
||||
"Name": "ad_astra:venus_cobblestone"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
|
|
@ -351,16 +325,15 @@
|
|||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
"type": "minecraft:stone_depth",
|
||||
"offset": 2,
|
||||
"offset": 1,
|
||||
"surface_type": "floor",
|
||||
"add_surface_depth": false,
|
||||
"secondary_depth_range": 0
|
||||
},
|
||||
"then_run": {
|
||||
"type": "kubejs_tfc:rock",
|
||||
"rock_block": "raw",
|
||||
"fallback_state": {
|
||||
"Name": "ad_astra:venus_stone"
|
||||
"type": "minecraft:block",
|
||||
"result_state": {
|
||||
"Name": "betterend:flavolite"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -369,7 +342,7 @@
|
|||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
"type": "minecraft:stone_depth",
|
||||
"offset": 2,
|
||||
"offset": 1,
|
||||
"surface_type": "floor",
|
||||
"add_surface_depth": false,
|
||||
"secondary_depth_range": 0
|
||||
|
|
@ -380,6 +353,23 @@
|
|||
"Name": "ad_astra:conglomerate"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "tfg:badlands",
|
||||
"raw_rock_weight": 20,
|
||||
"palette": [
|
||||
{ "Name": "create:ochrum" },
|
||||
{ "Name": "betterend:sandy_jadestone" },
|
||||
{ "Name": "betterend:sandy_jadestone" },
|
||||
{ "Name": "betterend:sandy_jadestone" },
|
||||
{ "Name": "betterend:sandy_jadestone" },
|
||||
{ "Name": "betterend:flavolite" },
|
||||
{ "Name": "betterend:flavolite" },
|
||||
{ "Name": "betterend:flavolite" }
|
||||
],
|
||||
"fallback": {
|
||||
"Name": "ad_astra:venus_stone"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -3316,13 +3306,12 @@
|
|||
{
|
||||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
"type": "minecraft:vertical_gradient",
|
||||
"random_name": "sulfuric_ravine_sea_level",
|
||||
"true_at_and_below": {
|
||||
"absolute": 58
|
||||
},
|
||||
"false_at_and_above": {
|
||||
"absolute": 60
|
||||
"type": "minecraft:not",
|
||||
"invert": {
|
||||
"type": "minecraft:water",
|
||||
"offset": 1,
|
||||
"surface_depth_multiplier": 0,
|
||||
"add_stone_depth": false
|
||||
}
|
||||
},
|
||||
"then_run": {
|
||||
|
|
@ -3333,10 +3322,11 @@
|
|||
{
|
||||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
"type": "minecraft:noise_threshold",
|
||||
"noise": "minecraft:powder_snow",
|
||||
"min_threshold": 0.1,
|
||||
"max_threshold": 0.2
|
||||
"type": "minecraft:stone_depth",
|
||||
"offset": 1,
|
||||
"surface_type": "floor",
|
||||
"add_surface_depth": false,
|
||||
"secondary_depth_range": 0
|
||||
},
|
||||
"then_run": {
|
||||
"type": "minecraft:sequence",
|
||||
|
|
@ -3344,11 +3334,10 @@
|
|||
{
|
||||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
"type": "minecraft:stone_depth",
|
||||
"offset": 1,
|
||||
"surface_type": "floor",
|
||||
"add_surface_depth": false,
|
||||
"secondary_depth_range": 0
|
||||
"type": "minecraft:noise_threshold",
|
||||
"noise": "minecraft:powder_snow",
|
||||
"min_threshold": 0.1,
|
||||
"max_threshold": 0.2
|
||||
},
|
||||
"then_run": {
|
||||
"type": "minecraft:block",
|
||||
|
|
@ -3358,39 +3347,10 @@
|
|||
{
|
||||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
"type": "minecraft:stone_depth",
|
||||
"offset": 3,
|
||||
"surface_type": "floor",
|
||||
"add_surface_depth": false,
|
||||
"secondary_depth_range": 0
|
||||
},
|
||||
"then_run": {
|
||||
"type": "minecraft:block",
|
||||
"result_state": { "Name": "tfg:sandstone/raw/fluorapatite/brown" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
"type": "minecraft:noise_threshold",
|
||||
"noise": "minecraft:powder_snow",
|
||||
"min_threshold": 0.0,
|
||||
"max_threshold": 0.3
|
||||
},
|
||||
"then_run": {
|
||||
"type": "minecraft:sequence",
|
||||
"sequence": [
|
||||
{
|
||||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
"type": "minecraft:stone_depth",
|
||||
"offset": 1,
|
||||
"surface_type": "floor",
|
||||
"add_surface_depth": false,
|
||||
"secondary_depth_range": 0
|
||||
"type": "minecraft:noise_threshold",
|
||||
"noise": "minecraft:powder_snow",
|
||||
"min_threshold": 0.0,
|
||||
"max_threshold": 0.3
|
||||
},
|
||||
"then_run": {
|
||||
"type": "minecraft:block",
|
||||
|
|
@ -3400,39 +3360,10 @@
|
|||
{
|
||||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
"type": "minecraft:stone_depth",
|
||||
"offset": 3,
|
||||
"surface_type": "floor",
|
||||
"add_surface_depth": false,
|
||||
"secondary_depth_range": 0
|
||||
},
|
||||
"then_run": {
|
||||
"type": "minecraft:block",
|
||||
"result_state": { "Name": "tfg:sandstone/raw/fluorapatite/orange" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
"type": "minecraft:noise_threshold",
|
||||
"noise": "minecraft:powder_snow",
|
||||
"min_threshold": -0.4,
|
||||
"max_threshold": 0.7
|
||||
},
|
||||
"then_run": {
|
||||
"type": "minecraft:sequence",
|
||||
"sequence": [
|
||||
{
|
||||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
"type": "minecraft:stone_depth",
|
||||
"offset": 1,
|
||||
"surface_type": "floor",
|
||||
"add_surface_depth": false,
|
||||
"secondary_depth_range": 0
|
||||
"type": "minecraft:noise_threshold",
|
||||
"noise": "minecraft:powder_snow",
|
||||
"min_threshold": -0.4,
|
||||
"max_threshold": 0.7
|
||||
},
|
||||
"then_run": {
|
||||
"type": "minecraft:block",
|
||||
|
|
@ -3440,58 +3371,31 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
"type": "minecraft:stone_depth",
|
||||
"offset": 3,
|
||||
"surface_type": "floor",
|
||||
"add_surface_depth": false,
|
||||
"secondary_depth_range": 0
|
||||
},
|
||||
"then_run": {
|
||||
"type": "minecraft:block",
|
||||
"result_state": { "Name": "tfg:sandstone/raw/fluorapatite/yellow" }
|
||||
}
|
||||
"type": "minecraft:block",
|
||||
"result_state": { "Name": "tfc:sand/black" }
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:sequence",
|
||||
"sequence": [
|
||||
{
|
||||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
"type": "minecraft:stone_depth",
|
||||
"offset": 1,
|
||||
"surface_type": "floor",
|
||||
"add_surface_depth": false,
|
||||
"secondary_depth_range": 0
|
||||
},
|
||||
"then_run": {
|
||||
"type": "minecraft:block",
|
||||
"result_state": {
|
||||
"Name": "tfc:sand/black"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
"type": "minecraft:stone_depth",
|
||||
"offset": 3,
|
||||
"surface_type": "floor",
|
||||
"add_surface_depth": false,
|
||||
"secondary_depth_range": 0
|
||||
},
|
||||
"then_run": {
|
||||
"type": "minecraft:block",
|
||||
"result_state": {
|
||||
"Name": "tfc:raw_sandstone/black"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
"type": "tfg:badlands",
|
||||
"raw_rock_weight": 5,
|
||||
"palette": [
|
||||
{ "Name": "create:scoria" },
|
||||
{ "Name": "create:ochrum" },
|
||||
{ "Name": "betterend:sulphuric_rock" },
|
||||
{ "Name": "betterend:sandy_jadestone" },
|
||||
{ "Name": "betterend:lacugrove_bark" },
|
||||
{ "Name": "tfg:sandstone/raw/fluorapatite/brown" },
|
||||
{ "Name": "tfg:sandstone/raw/fluorapatite/orange" },
|
||||
{ "Name": "tfg:sandstone/raw/fluorapatite/yellow" },
|
||||
{ "Name": "tfg:sandstone/raw/fluorapatite/yellow" },
|
||||
{ "Name": "tfg:sandstone/raw/fluorapatite/yellow" },
|
||||
{ "Name": "tfc:raw_sandstone/black" }
|
||||
],
|
||||
"fallback": {
|
||||
"Name": "ad_astra:venus_stone"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -4522,7 +4426,7 @@
|
|||
},
|
||||
"then_run": {
|
||||
"type": "minecraft:block",
|
||||
"result_state": { "Name": "tfg:sandstone/raw/fluorapatite/brown" }
|
||||
"result_state": { "Name": "tfg:sand/fluorapatite/brown" }
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue