- 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
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue