* 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:
GameStar 2025-08-31 13:14:14 -05:00 committed by GitHub
parent da3a541439
commit 020d4f9018
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
68 changed files with 393 additions and 37 deletions

View file

@ -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
}
}

View file

@ -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"
}
]
}