Flax (#1735)
* some flax stuff * linen stuff * flax line stuff * flax again * rapseed wild crop changes * flax worldgen * revert grooming station update * more flax stuff * trying to fix stuff one doesn't work * recipes and lang * Update CHANGELOG.md Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * fixes --------- Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>
This commit is contained in:
parent
da3a541439
commit
020d4f9018
68 changed files with 393 additions and 37 deletions
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"type": "minecraft:random_patch",
|
||||
"config": {
|
||||
"feature": {
|
||||
"feature": {
|
||||
"type": "tfc:tall_wild_crop",
|
||||
"config": {
|
||||
"block": "tfg:flax_wild"
|
||||
}
|
||||
},
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "WORLD_SURFACE_WG"
|
||||
},
|
||||
{
|
||||
"type": "block_predicate_filter",
|
||||
"predicate": {
|
||||
"type": "tfc:replaceable"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "block_predicate_filter",
|
||||
"predicate": {
|
||||
"type": "would_survive",
|
||||
"state": {
|
||||
"Name": "tfg:flax_wild",
|
||||
"Properties": {
|
||||
"part": "bottom"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"tries": 20,
|
||||
"xz_spread": 16,
|
||||
"y_spread": 1
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"feature": "tfg:earth/flax_patch",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 55
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "tfc:climate",
|
||||
"min_temperature": -5,
|
||||
"max_temperature": 27,
|
||||
"min_rainfall": 175,
|
||||
"max_rainfall": 475,
|
||||
"max_forest": "sparse"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue