-
Notifications
You must be signed in to change notification settings - Fork 8
Description
I understand PlantExtension may not be used currently. Since I saw this piece of codes are similar to another mod named Expandable Plants, I am considering switch to use ReGrowth:Core for my own mod.
Firstly, diesFromHeatTemperature does not function in ReGrowth:Core since there is no way for me to set the max tolerance temperature for the plant in the modExtension. Looking at the code:
LeaflessTemperatureThresh is defined by using minLeaflessTemperature and maxLeaflessTemperature which are known to be the min tolerance temperature for the plant. We need two similar fields to define the socalled max tolerance temperature.
Secondly, changing the growth temperature in xml does not reflect the information in plant tab. In the plant tab the lowest growth temp is always 0 even one changes the lowest growth to 10 or something else. Looking at the code in Expandable Plants I found that ones to patch the display stats in the plant tab for displaying correct information.