mars craters
This commit is contained in:
parent
6f741648c6
commit
ee1302e5e0
18 changed files with 76 additions and 15 deletions
|
|
@ -19,7 +19,7 @@
|
|||
[
|
||||
"tfc:erosion"
|
||||
],
|
||||
[],
|
||||
"#tfg:mars_craters",
|
||||
[
|
||||
"tfg:mars/terrain/clay_disc",
|
||||
"tfg:mars/terrain/peat_disc",
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
[
|
||||
"tfc:erosion"
|
||||
],
|
||||
[],
|
||||
"#tfg:mars_craters",
|
||||
[
|
||||
"tfg:mars/terrain/clay_disc",
|
||||
"tfg:mars/terrain/kaolin_clay_disc",
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
[
|
||||
"tfc:erosion"
|
||||
],
|
||||
[],
|
||||
"#tfg:mars_craters",
|
||||
[
|
||||
"tfg:mars/terrain/clay_disc",
|
||||
"tfg:mars/terrain/peat_disc",
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
[
|
||||
"tfc:erosion"
|
||||
],
|
||||
[],
|
||||
"#tfg:mars_craters",
|
||||
[
|
||||
"tfg:mars/terrain/spice_disc",
|
||||
"tfg:mars/terrain/red_quicksand"
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
[
|
||||
"tfc:erosion"
|
||||
],
|
||||
[],
|
||||
"#tfg:mars_craters",
|
||||
[
|
||||
|
||||
],
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
[
|
||||
"tfc:erosion"
|
||||
],
|
||||
[],
|
||||
"#tfg:mars_craters",
|
||||
[
|
||||
"tfg:mars/terrain/red_quicksand"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
[
|
||||
"tfc:erosion"
|
||||
],
|
||||
[],
|
||||
"#tfg:mars_craters",
|
||||
[
|
||||
"tfg:mars/terrain/venus_sand_disc",
|
||||
"tfg:mars/terrain/basalt_delta",
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
[
|
||||
"tfc:erosion"
|
||||
],
|
||||
[],
|
||||
"#tfg:mars_craters",
|
||||
[
|
||||
|
||||
],
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
[
|
||||
"tfc:erosion"
|
||||
],
|
||||
[],
|
||||
"#tfg:mars_craters",
|
||||
[
|
||||
"tfg:mars/terrain/clay_disc",
|
||||
"tfg:mars/terrain/peat_disc",
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
[
|
||||
"tfc:erosion"
|
||||
],
|
||||
[],
|
||||
"#tfg:mars_craters",
|
||||
[
|
||||
"tfg:mars/terrain/clay_disc",
|
||||
"tfg:mars/terrain/kaolin_clay_disc",
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
[
|
||||
"tfc:erosion"
|
||||
],
|
||||
[],
|
||||
"#tfg:mars_craters",
|
||||
[
|
||||
"tfg:mars/terrain/clay_disc",
|
||||
"tfg:mars/terrain/peat_disc",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
[
|
||||
"tfc:erosion"
|
||||
],
|
||||
[],
|
||||
"#tfg:mars_craters",
|
||||
[
|
||||
"tfg:mars/terrain/clay_disc",
|
||||
"tfg:mars/terrain/peat_disc",
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
[
|
||||
"tfc:erosion"
|
||||
],
|
||||
[],
|
||||
"#tfg:mars_craters",
|
||||
[
|
||||
"tfg:mars/terrain/clay_disc",
|
||||
"tfg:mars/terrain/kaolin_clay_disc",
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
[
|
||||
"tfc:erosion"
|
||||
],
|
||||
[],
|
||||
"#tfg:mars_craters",
|
||||
[
|
||||
"tfg:mars/terrain/clay_disc",
|
||||
"tfg:mars/terrain/peat_disc",
|
||||
|
|
|
|||
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"feature": "tfg:moon/crater/extra_large",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 150
|
||||
},
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "MOTION_BLOCKING"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:random_offset",
|
||||
"xz_spread": 0,
|
||||
"y_spread": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"feature": "tfg:moon/crater/large",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 130
|
||||
},
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "MOTION_BLOCKING"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:random_offset",
|
||||
"xz_spread": 0,
|
||||
"y_spread": 6
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"feature": "tfg:moon/crater/medium",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 110
|
||||
},
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "MOTION_BLOCKING"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:random_offset",
|
||||
"xz_spread": 0,
|
||||
"y_spread": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue