I noticed these two tags in the blocks.xml file as part of cropsGrowingMaster:
<property name="PlantGrowing.LightLevelGrow" value="8"/> default, light required for growing up
<property name="PlantGrowing.LightLevelStay" value="0"/> default, light required for not dieing off
They are commented out, but there's nothing noting they won't work. The second one in particular is interesting, because it would have no use at all if light levels don't change; other than preventing players from building over a planted crop and still harvesting it, which is a lot of work to have done considering said players won't be able to replant anyway.
I've also noticed that sometimes when I put plants down areas will be pink instead of green; more often in my underground farming areas relying on lightshafts. Interestingly, the same plot can be green some times and pink others. I once built a cabin in the snow biome and noticed all the plants were pink when I had them on the roof, but then often green underground. I never paid much attention, but now I'm wondering if that means that weather is affecting incoming light (and maybe temperature?) and the farm plots are reacting dynamically.
If this is all true, then using these properties could allow the possibility to have crops react to weather (certain types anyway), which opens up some interesting possibilities.
Does anyone know anything about these values, or how weather, location, etc is interpreted by the game in terms of farming? The wiki indicates that any block with a straight line to the sky has a light value of 15, but I'm beginning to doubt that.
<property name="PlantGrowing.LightLevelGrow" value="8"/> default, light required for growing up
<property name="PlantGrowing.LightLevelStay" value="0"/> default, light required for not dieing off
They are commented out, but there's nothing noting they won't work. The second one in particular is interesting, because it would have no use at all if light levels don't change; other than preventing players from building over a planted crop and still harvesting it, which is a lot of work to have done considering said players won't be able to replant anyway.
I've also noticed that sometimes when I put plants down areas will be pink instead of green; more often in my underground farming areas relying on lightshafts. Interestingly, the same plot can be green some times and pink others. I once built a cabin in the snow biome and noticed all the plants were pink when I had them on the roof, but then often green underground. I never paid much attention, but now I'm wondering if that means that weather is affecting incoming light (and maybe temperature?) and the farm plots are reacting dynamically.
If this is all true, then using these properties could allow the possibility to have crops react to weather (certain types anyway), which opens up some interesting possibilities.
Does anyone know anything about these values, or how weather, location, etc is interpreted by the game in terms of farming? The wiki indicates that any block with a straight line to the sky has a light value of 15, but I'm beginning to doubt that.