added venus sand, messing around with surfer spawning again...
This commit is contained in:
parent
74892f049c
commit
f6c475a5e7
14 changed files with 187 additions and 19 deletions
|
|
@ -35,7 +35,8 @@
|
||||||
"#tfg:mars_veins",
|
"#tfg:mars_veins",
|
||||||
[
|
[
|
||||||
"tfg:mars/terrain/clay_disc",
|
"tfg:mars/terrain/clay_disc",
|
||||||
"tfg:mars/terrain/peat_disc"
|
"tfg:mars/terrain/peat_disc",
|
||||||
|
"tfg:mars/terrain/venus_sand_disc"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"tfg:mars_forest",
|
"tfg:mars_forest",
|
||||||
|
|
@ -71,14 +72,26 @@
|
||||||
"axolotls": [],
|
"axolotls": [],
|
||||||
"creature": [
|
"creature": [
|
||||||
{
|
{
|
||||||
"type": "tfg:wraptor",
|
"type": "tfg:sniffer",
|
||||||
"maxCount": 3,
|
"maxCount": 3,
|
||||||
"minCount": 1,
|
"minCount": 1,
|
||||||
"weight": 100
|
"weight": 100
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "wan_ancient_beasts:crusher",
|
"type": "tfg:wraptor",
|
||||||
"maxCount": 4,
|
"maxCount": 4,
|
||||||
|
"minCount": 2,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "wan_ancient_beasts:walker",
|
||||||
|
"maxCount": 3,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 50
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "wan_ancient_beasts:crusher",
|
||||||
|
"maxCount": 5,
|
||||||
"minCount": 1,
|
"minCount": 1,
|
||||||
"weight": 100
|
"weight": 100
|
||||||
},
|
},
|
||||||
|
|
@ -94,6 +107,12 @@
|
||||||
"minCount": 1,
|
"minCount": 1,
|
||||||
"weight": 5
|
"weight": 5
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "tfg:glacian_ram",
|
||||||
|
"maxCount": 5,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "wan_ancient_beasts:eater",
|
"type": "wan_ancient_beasts:eater",
|
||||||
"maxCount": 1,
|
"maxCount": 1,
|
||||||
|
|
@ -136,7 +155,14 @@
|
||||||
],
|
],
|
||||||
"underground_water_creature": [],
|
"underground_water_creature": [],
|
||||||
"water_ambient": [],
|
"water_ambient": [],
|
||||||
"water_creature": []
|
"water_creature": [
|
||||||
|
{
|
||||||
|
"type": "wan_ancient_beasts:surfer",
|
||||||
|
"maxCount": 3,
|
||||||
|
"minCount": 2,
|
||||||
|
"weight": 100
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"temperature": 0.8
|
"temperature": 0.8
|
||||||
}
|
}
|
||||||
|
|
@ -40,7 +40,8 @@
|
||||||
"#tfg:mars_veins",
|
"#tfg:mars_veins",
|
||||||
[
|
[
|
||||||
"tfg:mars/terrain/clay_disc",
|
"tfg:mars/terrain/clay_disc",
|
||||||
"tfg:mars/terrain/kaolin_clay_disc"
|
"tfg:mars/terrain/kaolin_clay_disc",
|
||||||
|
"tfg:mars/terrain/venus_sand_disc"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"tfg:mars_forest",
|
"tfg:mars_forest",
|
||||||
|
|
@ -90,6 +91,12 @@
|
||||||
"minCount": 2,
|
"minCount": 2,
|
||||||
"weight": 100
|
"weight": 100
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "wan_ancient_beasts:walker",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 20
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "wan_ancient_beasts:crusher",
|
"type": "wan_ancient_beasts:crusher",
|
||||||
"maxCount": 3,
|
"maxCount": 3,
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,8 @@
|
||||||
"#tfg:mars_veins",
|
"#tfg:mars_veins",
|
||||||
[
|
[
|
||||||
"tfg:mars/terrain/clay_disc",
|
"tfg:mars/terrain/clay_disc",
|
||||||
"tfg:mars/terrain/peat_disc"
|
"tfg:mars/terrain/peat_disc",
|
||||||
|
"tfg:mars/terrain/venus_sand_disc"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"tfg:mars_forest",
|
"tfg:mars_forest",
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,9 @@
|
||||||
[],
|
[],
|
||||||
[],
|
[],
|
||||||
"#tfg:mars_veins",
|
"#tfg:mars_veins",
|
||||||
[],
|
[
|
||||||
|
"tfg:mars/terrain/venus_sand_disc"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"tfc:raw_boulder",
|
"tfc:raw_boulder",
|
||||||
"tfc:raw_boulder_small_patch",
|
"tfc:raw_boulder_small_patch",
|
||||||
|
|
@ -87,7 +89,7 @@
|
||||||
"type": "tfg:wraptor",
|
"type": "tfg:wraptor",
|
||||||
"maxCount": 2,
|
"maxCount": 2,
|
||||||
"minCount": 1,
|
"minCount": 1,
|
||||||
"weight": 50
|
"weight": 20
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "species:springling",
|
"type": "species:springling",
|
||||||
|
|
@ -112,6 +114,12 @@
|
||||||
"maxCount": 2,
|
"maxCount": 2,
|
||||||
"minCount": 1,
|
"minCount": 1,
|
||||||
"weight": 100
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "wan_ancient_beasts:eater",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 10
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"misc": [],
|
"misc": [],
|
||||||
|
|
@ -143,7 +151,20 @@
|
||||||
],
|
],
|
||||||
"underground_water_creature": [],
|
"underground_water_creature": [],
|
||||||
"water_ambient": [],
|
"water_ambient": [],
|
||||||
"water_creature": []
|
"water_creature": [
|
||||||
|
{
|
||||||
|
"type": "wan_ancient_beasts:toxlacanth",
|
||||||
|
"maxCount": 5,
|
||||||
|
"minCount": 2,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "wan_ancient_beasts:surfer",
|
||||||
|
"maxCount": 3,
|
||||||
|
"minCount": 2,
|
||||||
|
"weight": 100
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"temperature": 0.8
|
"temperature": 0.8
|
||||||
}
|
}
|
||||||
|
|
@ -69,17 +69,53 @@
|
||||||
"ambient": [],
|
"ambient": [],
|
||||||
"axolotls": [],
|
"axolotls": [],
|
||||||
"creature": [
|
"creature": [
|
||||||
|
{
|
||||||
|
"type": "tfg:sniffer",
|
||||||
|
"maxCount": 2,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 50
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "tfg:wraptor",
|
"type": "tfg:wraptor",
|
||||||
"maxCount": 2,
|
"maxCount": 2,
|
||||||
"minCount": 1,
|
"minCount": 1,
|
||||||
"weight": 50
|
"weight": 50
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "wan_ancient_beasts:crusher",
|
||||||
|
"maxCount": 2,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 20
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "wan_ancient_beasts:glider",
|
||||||
|
"maxCount": 2,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 10
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "species:goober",
|
"type": "species:goober",
|
||||||
"maxCount": 2,
|
"maxCount": 2,
|
||||||
"minCount": 1,
|
"minCount": 1,
|
||||||
"weight": 100
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "wan_ancient_beasts:walker",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 20
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "tfg:glacian_ram",
|
||||||
|
"maxCount": 2,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "wan_ancient_beasts:eater",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 10
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"misc": [],
|
"misc": [],
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,8 @@
|
||||||
"#tfg:mars_veins",
|
"#tfg:mars_veins",
|
||||||
[
|
[
|
||||||
"tfg:mars/terrain/clay_disc",
|
"tfg:mars/terrain/clay_disc",
|
||||||
"tfg:mars/terrain/peat_disc"
|
"tfg:mars/terrain/peat_disc",
|
||||||
|
"tfg:mars/terrain/venus_sand_disc"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"tfg:mars_forest",
|
"tfg:mars_forest",
|
||||||
|
|
@ -86,7 +87,7 @@
|
||||||
"type": "wan_ancient_beasts:walker",
|
"type": "wan_ancient_beasts:walker",
|
||||||
"maxCount": 3,
|
"maxCount": 3,
|
||||||
"minCount": 1,
|
"minCount": 1,
|
||||||
"weight": 100
|
"weight": 50
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "wan_ancient_beasts:crusher",
|
"type": "wan_ancient_beasts:crusher",
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,8 @@
|
||||||
"#tfg:mars_veins",
|
"#tfg:mars_veins",
|
||||||
[
|
[
|
||||||
"tfg:mars/terrain/clay_disc",
|
"tfg:mars/terrain/clay_disc",
|
||||||
"tfg:mars/terrain/kaolin_clay_disc"
|
"tfg:mars/terrain/kaolin_clay_disc",
|
||||||
|
"tfg:mars/terrain/venus_sand_disc"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"tfg:mars_forest",
|
"tfg:mars_forest",
|
||||||
|
|
@ -90,6 +91,12 @@
|
||||||
"minCount": 2,
|
"minCount": 2,
|
||||||
"weight": 100
|
"weight": 100
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "wan_ancient_beasts:walker",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 20
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "wan_ancient_beasts:crusher",
|
"type": "wan_ancient_beasts:crusher",
|
||||||
"maxCount": 4,
|
"maxCount": 4,
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,8 @@
|
||||||
"#tfg:mars_veins",
|
"#tfg:mars_veins",
|
||||||
[
|
[
|
||||||
"tfg:mars/terrain/clay_disc",
|
"tfg:mars/terrain/clay_disc",
|
||||||
"tfg:mars/terrain/peat_disc"
|
"tfg:mars/terrain/peat_disc",
|
||||||
|
"tfg:mars/terrain/venus_sand_disc"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"tfg:mars_forest",
|
"tfg:mars_forest",
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,8 @@
|
||||||
"#tfg:mars_veins",
|
"#tfg:mars_veins",
|
||||||
[
|
[
|
||||||
"tfg:mars/terrain/clay_disc",
|
"tfg:mars/terrain/clay_disc",
|
||||||
"tfg:mars/terrain/peat_disc"
|
"tfg:mars/terrain/peat_disc",
|
||||||
|
"tfg:mars/terrain/venus_sand_disc"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"tfg:mars_forest",
|
"tfg:mars_forest",
|
||||||
|
|
@ -86,7 +87,7 @@
|
||||||
"type": "wan_ancient_beasts:walker",
|
"type": "wan_ancient_beasts:walker",
|
||||||
"maxCount": 3,
|
"maxCount": 3,
|
||||||
"minCount": 1,
|
"minCount": 1,
|
||||||
"weight": 100
|
"weight": 50
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "wan_ancient_beasts:crusher",
|
"type": "wan_ancient_beasts:crusher",
|
||||||
|
|
@ -154,7 +155,14 @@
|
||||||
],
|
],
|
||||||
"underground_water_creature": [],
|
"underground_water_creature": [],
|
||||||
"water_ambient": [],
|
"water_ambient": [],
|
||||||
"water_creature": []
|
"water_creature": [
|
||||||
|
{
|
||||||
|
"type": "wan_ancient_beasts:surfer",
|
||||||
|
"maxCount": 3,
|
||||||
|
"minCount": 2,
|
||||||
|
"weight": 100
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"temperature": 0.8
|
"temperature": 0.8
|
||||||
}
|
}
|
||||||
|
|
@ -40,7 +40,8 @@
|
||||||
"#tfg:mars_veins",
|
"#tfg:mars_veins",
|
||||||
[
|
[
|
||||||
"tfg:mars/terrain/clay_disc",
|
"tfg:mars/terrain/clay_disc",
|
||||||
"tfg:mars/terrain/kaolin_clay_disc"
|
"tfg:mars/terrain/kaolin_clay_disc",
|
||||||
|
"tfg:mars/terrain/venus_sand_disc"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"tfg:mars_forest",
|
"tfg:mars_forest",
|
||||||
|
|
@ -90,6 +91,12 @@
|
||||||
"minCount": 2,
|
"minCount": 2,
|
||||||
"weight": 100
|
"weight": 100
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "wan_ancient_beasts:walker",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 20
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "wan_ancient_beasts:crusher",
|
"type": "wan_ancient_beasts:crusher",
|
||||||
"maxCount": 3,
|
"maxCount": 3,
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,8 @@
|
||||||
"#tfg:mars_veins",
|
"#tfg:mars_veins",
|
||||||
[
|
[
|
||||||
"tfg:mars/terrain/clay_disc",
|
"tfg:mars/terrain/clay_disc",
|
||||||
"tfg:mars/terrain/peat_disc"
|
"tfg:mars/terrain/peat_disc",
|
||||||
|
"tfg:mars/terrain/venus_sand_disc"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"tfg:mars_forest",
|
"tfg:mars_forest",
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"type": "tfc:soil_disc",
|
||||||
|
"config": {
|
||||||
|
"min_radius": 4,
|
||||||
|
"max_radius": 7,
|
||||||
|
"height": 2,
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"replace": "tfg:grass/mars_dirt",
|
||||||
|
"with": "ad_astra:venus_sand"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"replace": "tfg:grass/amber_mycelium",
|
||||||
|
"with": "ad_astra:venus_sand"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"replace": "tfg:grass/rusticus_mycelium",
|
||||||
|
"with": "ad_astra:venus_sand"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"replace": "tfg:grass/sangnum_mycelium",
|
||||||
|
"with": "ad_astra:venus_sand"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "tfc:climate",
|
"type": "tfc:climate",
|
||||||
"min_forest": "sparse"
|
"min_forest": "edge"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"feature": "tfg:mars/terrain/venus_sand_disc",
|
||||||
|
"placement": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:count",
|
||||||
|
"count": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:in_square"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:biome"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:heightmap",
|
||||||
|
"heightmap": "OCEAN_FLOOR"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "tfc:near_fluid",
|
||||||
|
"fluids": [
|
||||||
|
"tfg:semiheavy_ammoniacal_water"
|
||||||
|
],
|
||||||
|
"radius": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue