You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For cleaning up the code and working towards practicalplants integration, create module shared/crop.js for operating on the Crop type, and module shared/practicalplants.js for operating on PracticalplantsCrop type. PracticalplantsCrop module contains functions for converting to the powerplant Crop type, and it should be separated from the static practicalplants data and the file system.
The text was updated successfully, but these errors were encountered:
For cleaning up the code and working towards practicalplants integration, create module
shared/crop.js
for operating on theCrop
type, and moduleshared/practicalplants.js
for operating onPracticalplantsCrop
type.PracticalplantsCrop
module contains functions for converting to the powerplantCrop
type, and it should be separated from the static practicalplants data and the file system.The text was updated successfully, but these errors were encountered: