- new small desert plant
- new mars mossy boulders featuring molden's textures - made forests even more dense
This commit is contained in:
parent
b1ea189f02
commit
9ca6b4f5a1
27 changed files with 290 additions and 21 deletions
|
|
@ -21,6 +21,7 @@
|
|||
"sand": "ad_astra:mars_sand",
|
||||
"sandstone": "ad_astra:mars_stone",
|
||||
"spike": "tfg:spike/mars_stone_spike",
|
||||
"mossy": "tfg:rock/mossy_cobble_mars",
|
||||
"loose": "tfg:loose/mars_stone"
|
||||
},
|
||||
"venus": {
|
||||
|
|
@ -31,6 +32,7 @@
|
|||
"sand": "ad_astra:venus_sand",
|
||||
"sandstone": "ad_astra:venus_sandstone",
|
||||
"spike": "tfg:spike/venus_stone_spike",
|
||||
"mossy": "tfg:rock/mossy_cobble_venus",
|
||||
"loose": "tfg:loose/venus_stone"
|
||||
},
|
||||
"red_granite": {
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
"tfc:cobble_boulder",
|
||||
"tfc:raw_boulder_small_patch",
|
||||
"tfc:cobble_boulder_small_patch",
|
||||
"tfg:mars/terrain/mossy_boulder",
|
||||
"tfg:mars/surface/small_skull_and_bones",
|
||||
"tfg:mars/surface/large_skull_and_bones",
|
||||
"tfg:mars/surface/rotten_flesh_patch",
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@
|
|||
"tfc:cobble_boulder",
|
||||
"tfc:raw_boulder_small_patch",
|
||||
"tfc:cobble_boulder_small_patch",
|
||||
"tfg:mars/terrain/mossy_boulder",
|
||||
"tfg:mars/surface/small_skull_and_bones",
|
||||
"tfg:mars/surface/large_skull_and_bones",
|
||||
"tfg:mars/surface/rotten_flesh_patch",
|
||||
|
|
@ -45,7 +46,8 @@
|
|||
],
|
||||
[
|
||||
"tfg:mars/surface/feather_patch_wraptor",
|
||||
"tfg:mars/surface/feather_patch_glider"
|
||||
"tfg:mars/surface/feather_patch_glider",
|
||||
"tfg:mars/surface/selagine"
|
||||
],
|
||||
"#tfg:mars_top_layer_modification"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
"tfg:mars/surface/large_skull_and_bones"
|
||||
],
|
||||
[
|
||||
|
||||
"tfg:mars/surface/selagine"
|
||||
],
|
||||
"#tfg:mars_top_layer_modification"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@
|
|||
"tfc:raw_boulder",
|
||||
"tfc:raw_boulder_small_patch",
|
||||
"tfc:cobble_boulder_small_patch",
|
||||
"tfg:mars/terrain/mossy_boulder",
|
||||
"tfg:mars/surface/small_skull_and_bones",
|
||||
"tfg:mars/surface/large_skull_and_bones",
|
||||
"tfg:mars/surface/rotten_flesh_patch",
|
||||
|
|
|
|||
|
|
@ -34,11 +34,18 @@
|
|||
[
|
||||
"tfc:raw_boulder_small_patch",
|
||||
"tfc:cobble_boulder_small_patch",
|
||||
"tfg:mars/terrain/mossy_boulder",
|
||||
"tfg:mars/surface/pile_venus_sand_no_water",
|
||||
"tfg:mars/surface/flint_patch"
|
||||
],
|
||||
[
|
||||
"tfg:mars/surface/charnia"
|
||||
"tfg:mars/surface/charnia",
|
||||
"tfg:mars/surface/flamaea",
|
||||
|
||||
"tfg:mars/surface/lucernia_outer_leaves",
|
||||
"tfg:mars/surface/lanceleaf_small",
|
||||
"tfg:mars/surface/flammalix",
|
||||
"tfg:mars/surface/selagine"
|
||||
],
|
||||
"#tfg:mars_top_layer_modification"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
"tfc:cobble_boulder",
|
||||
"tfc:raw_boulder_small_patch",
|
||||
"tfc:cobble_boulder_small_patch",
|
||||
"tfg:mars/terrain/mossy_boulder",
|
||||
"tfg:mars/surface/small_skull_and_bones",
|
||||
"tfg:mars/surface/large_skull_and_bones",
|
||||
"tfg:mars/surface/rotten_flesh_patch",
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
"tfc:cobble_boulder",
|
||||
"tfc:raw_boulder_small_patch",
|
||||
"tfc:cobble_boulder_small_patch",
|
||||
"tfg:mars/terrain/mossy_boulder",
|
||||
"tfg:mars/surface/small_skull_and_bones",
|
||||
"tfg:mars/surface/large_skull_and_bones",
|
||||
"tfg:mars/surface/rotten_flesh_patch",
|
||||
|
|
|
|||
|
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"type": "minecraft:random_patch",
|
||||
"config": {
|
||||
"feature": {
|
||||
"feature": {
|
||||
"type": "minecraft:simple_block",
|
||||
"config": {
|
||||
"to_place": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "betterend:selagine"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "OCEAN_FLOOR"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:block_predicate_filter",
|
||||
"predicate": {
|
||||
"type": "minecraft:all_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"blocks": "minecraft:air"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:any_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:matching_block_tag",
|
||||
"offset": [ 0, -1, 0 ],
|
||||
"tag": "tfg:mars_soil"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"tries": 8,
|
||||
"xz_spread": 10,
|
||||
"y_spread": 3
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,71 @@
|
|||
{
|
||||
"type": "tfc:boulder",
|
||||
"config": {
|
||||
"states": [
|
||||
{
|
||||
"rock": "ad_astra:mars_stone",
|
||||
"blocks": [
|
||||
"ad_astra:mars_stone",
|
||||
"ad_astra:mars_cobblestone",
|
||||
"tfg:rock/mossy_cobble_mars"
|
||||
]
|
||||
},
|
||||
{
|
||||
"rock": "tfc:rock/raw/chalk",
|
||||
"blocks": [
|
||||
"ad_astra:mars_stone",
|
||||
"ad_astra:mars_cobblestone",
|
||||
"tfg:rock/mossy_cobble_mars"
|
||||
]
|
||||
},
|
||||
{
|
||||
"rock": "tfc:rock/raw/shale",
|
||||
"blocks": [
|
||||
"ad_astra:mars_stone",
|
||||
"ad_astra:mars_cobblestone",
|
||||
"tfg:rock/mossy_cobble_mars"
|
||||
]
|
||||
},
|
||||
{
|
||||
"rock": "tfc:rock/raw/dolomite",
|
||||
"blocks": [
|
||||
"ad_astra:mars_stone",
|
||||
"ad_astra:mars_cobblestone",
|
||||
"tfg:rock/mossy_cobble_mars"
|
||||
]
|
||||
},
|
||||
{
|
||||
"rock": "tfc:rock/raw/limestone",
|
||||
"blocks": [
|
||||
"ad_astra:venus_stone",
|
||||
"ad_astra:venus_cobblestone",
|
||||
"tfg:rock/mossy_cobble_venus"
|
||||
]
|
||||
},
|
||||
{
|
||||
"rock": "tfc:rock/raw/claystone",
|
||||
"blocks": [
|
||||
"ad_astra:venus_stone",
|
||||
"ad_astra:venus_cobblestone",
|
||||
"tfg:rock/mossy_cobble_venus"
|
||||
]
|
||||
},
|
||||
{
|
||||
"rock": "tfc:rock/raw/conglomerate",
|
||||
"blocks": [
|
||||
"ad_astra:venus_stone",
|
||||
"ad_astra:venus_cobblestone",
|
||||
"tfg:rock/mossy_cobble_venus"
|
||||
]
|
||||
},
|
||||
{
|
||||
"rock": "tfc:rock/raw/chert",
|
||||
"blocks": [
|
||||
"ad_astra:venus_stone",
|
||||
"ad_astra:venus_cobblestone",
|
||||
"tfg:rock/mossy_cobble_venus"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"feature": "tfg:mars/surface/selagine",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 3
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "OCEAN_FLOOR"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"feature": "tfg:mars/terrain/mossy_boulder",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 36
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "OCEAN_FLOOR_WG"
|
||||
},
|
||||
{
|
||||
"type": "tfc:flat_enough",
|
||||
"flatness": 0.2
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
"placement": [
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 2
|
||||
"chance": 3
|
||||
},
|
||||
{
|
||||
"type": "tfc:climate",
|
||||
|
|
|
|||
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"feature": "tfg:mars/tree/cave_bush",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"type": "tfc:climate",
|
||||
"min_forest": "normal",
|
||||
"min_rainfall": -5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "OCEAN_FLOOR"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
"placement": [
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 2
|
||||
"chance": 3
|
||||
},
|
||||
{
|
||||
"type": "tfc:climate",
|
||||
|
|
|
|||
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"feature": "tfg:mars/tree/lucernia",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"type": "tfc:climate",
|
||||
"min_forest": "normal",
|
||||
"max_rainfall": -7
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "OCEAN_FLOOR"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue