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
|
|
@ -258,6 +258,8 @@ const registerTFGFoodData = (event) => {
|
|||
food.decayModifier(1.5)
|
||||
})
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// high-tech food
|
||||
|
|
@ -429,6 +431,15 @@ const registerTFGCropRanges = (event) => {
|
|||
climate.hydrationWiggle(7.5)
|
||||
climate.temperatureWiggle(1.5)
|
||||
}, 'tfg:rapeseed')
|
||||
|
||||
event.climateRange(climate => {
|
||||
climate.minHydration(15)
|
||||
climate.maxHydration(65)
|
||||
climate.minTemperature(-8)
|
||||
climate.maxTemperature(25)
|
||||
climate.hydrationWiggle(6.5)
|
||||
climate.temperatureWiggle(3)
|
||||
}, 'tfg:flax')
|
||||
|
||||
// Mars
|
||||
event.climateRange(climate => {
|
||||
|
|
@ -523,6 +534,24 @@ const registerTFGFLPlanters = (event) => {
|
|||
],
|
||||
null
|
||||
)
|
||||
|
||||
event.firmalifePlantable(
|
||||
'tfg:flax_seeds',
|
||||
'large',
|
||||
0,
|
||||
3,
|
||||
0.2,
|
||||
'tfg:flax_seeds',
|
||||
'tfg:flax_product',
|
||||
'nitrogen',
|
||||
[
|
||||
'tfg:block/crop/flax_age_0',
|
||||
'tfg:block/crop/flax_age_1',
|
||||
'tfg:block/crop/flax_age_5_top',
|
||||
'tfg:block/crop/flax_age_6_top'
|
||||
],
|
||||
null
|
||||
)
|
||||
|
||||
event.firmalifePlantable(
|
||||
'betterend:amber_root_seeds',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue