eerussianguy / firmalife

A food-focused addon for TFC
MIT License
22 stars 33 forks source link

Configs for greenhouse #122

Closed trainchoo closed 1 year ago

trainchoo commented 1 year ago

Can these values be edited via the config file? The crops grow too quickly

public static final float GROWTH_FACTOR = 1f / (16 * ICalendar.TICKS_IN_DAY); // 24 -> 16 days
public static final float NUTRIENT_CONSUMPTION = 1f / (8 * ICalendar.TICKS_IN_DAY); //  12 -> 8 days
public static final float WATER_CONSUMPTION = 1f / (12 * ICalendar.TICKS_IN_DAY); // 12 days
public static final float NUTRIENT_GROWTH_FACTOR = 0.5f;
eerussianguy commented 1 year ago

I can make them configurable at some point yeah. I also think they grow a bit too quickly

eerussianguy commented 1 year ago

done